Skip to content

CCIE23050.com CCIE Network blog HTTP://1806971003

CCIE23050.com

  • Home
  • About Me
  • Contact Me

Author: admin

F5 man ip setup from cli

Posted on November 1, 2016 by admin

tmsh
list sys management-ip
modify sys global-settings mgmt-dhcp disabled
create sys management-ip 10.1.1.200/24
create sys management-route default gateway 10.1.1.1
show running-config sys
quit
ping 10.1.1.1

Posted in F5Tagged F5

Curl web browsing.

Posted on November 1, 2016 by admin

ubuntu:~# apt-get install curl
ubuntu:~# curl http://www.ccie23050.com/?p=129

Posted in F5, LinuxTagged Linux, URL

Apache restart on F5

Posted on November 1, 2016 by admin

bigstart restart httpd tomcat

Posted in F5Tagged F5

F5 self IP from tmsh

Posted on November 1, 2016 by admin

tmsh
create net vlan external interfaces add { 1.1 { untagged } }
create net vlan internal interfaces add { 1.2 { untagged } }
create net self 10.1.10.245 address 10.1.10.245/24 vlan external
create net self 10.1.20.245 address 10.1.20.245/24 vlan internal
create net route Default_Gateway network 0.0.0.0/0 gw 10.1.10.254
save sys config
(tmos)# list net self address
net self 10.1.20.245 {
address 10.1.20.245/24
}
net self 10.1.10.245 {
address 10.1.10.245/24
}

Posted in F5Tagged F5

Backup F5

Posted on November 1, 2016 by admin

tmsh
sys ucs
save ltmbackup.ucs

Posted in F5Tagged F5

RFC 5735

Posted on November 1, 2016 by admin

Address Blocks for RFC 5735
——————————————————————
0.0.0.0/8 “This” Network RFC 1122, Section 3.2.1.3
10.0.0.0/8 Private-Use Networks RFC 1918
127.0.0.0/8 Loopback RFC 1122, Section 3.2.1.3
169.254.0.0/16 Link Local RFC 3927
172.16.0.0/12 Private-Use Networks RFC 1918
192.0.0.0/24 IETF Protocol Assignments RFC 5736
192.0.2.0/24 TEST-NET-1 RFC 5737
192.88.99.0/24 6to4 Relay Anycast RFC 3068
192.168.0.0/16 Private-Use Networks RFC 1918
198.18.0.0/15 Network Interconnect
Device Benchmark Testing RFC 2544
198.51.100.0/24 TEST-NET-2 RFC 5737
203.0.113.0/24 TEST-NET-3 RFC 5737
224.0.0.0/4 Multicast RFC 3171
240.0.0.0/4 Reserved for Future Use RFC 1112, Section 4
255.255.255.255/32 Limited Broadcast RFC 919, Section 7
RFC 922, Section 7

Posted in IPTagged IP

DNS OpCodes

Posted on November 1, 2016 by admin

0 Query [RFC1035]
1 IQuery (Inverse Query, OBSOLETE) [RFC3425]
2 Status [RFC1035]
3 Unassigned
4 Notify [RFC1996]
5 Update [RFC2136]
Rcodes
0 NoError No Error [RFC 1035]
1 FormErr Format Error [RFC 1035]
2 ServFail Server Failure [RFC 1035]
3 NXDomain Non-Existent Domain [RFC 1035]
4 NotImp Not Implemented [RFC 1035]
5 Refused Query Refused [RFC 1035]

Posted in DNSTagged DNS

ASA Capture

Posted on November 1, 2016 by admin

ASA capture
cap test1 inter match ip host 10.1.1.100 host 192.168.29.110

download to pc.
https://10.0.0.33/capture/test1/pcap

Posted in Cisco, SecurityTagged ASA

Ubuntu from PKCS12 to Certificates crt file and private key

Posted on November 1, 2016 by admin

openssl pkcs12 -in cert1.p12 -out cert1.crt.pem -clcerts -nokeys
openssl pkcs12 -in cert1.p12 -out cert1.key.pem -nocerts -nodes

Posted in Linux, SecurityTagged Linux

Ubuntu Certificates crt file and private key to PKCS12

Posted on November 1, 2016 by admin

ubuntuccie23050:~/certmi$ cp cert.crt cert.pem
ubuntuccie23050:~/certdir$ ls
cert.crt cert.pem private.key
ubuntuccie23050:~/certmi$ openssl pkcs12 -export -in cert.pem -inkey private.key -out keyandcert1.p12
Enter Export Password:
Verifying – Enter Export Password:
ubuntuccie23050:~/certmi$ ls
cert.crt cert.pem private.key keyandcert1.p12
ubuntuccie23050:~/certmi$ exit

Posted in Linux, SecurityTagged Linux

Posts navigation

Newer posts

Follow Me

  • YouTube
  • LinkedIn

Location

  • 10809 Executive Center Dr, Little Rock, AR 72211
Proudly powered by WordPress | Theme: micro, developed by DevriX.