F5 LTM bash script

Used when a new service is needed. #!/bin/bash read -p “What is the name of this Virtual Server ? ” vs read -p “What is the IP for the VIP ? ” vip read -p “What is the IP for the node 1? ” node1_ip read -p “What is the IP for the node 2?… Continue reading F5 LTM bash script

tcpdump

Tcpdump commands. Useful when taking a look at the network. tcpdump -w filename.pcap # to write tcpdump -r filename.pcap # to read # Filters: tcpdump host <ip address> tcpdump src host <ip address> tcpdump dst host <ip address> tcpdump dst port 8080 tcpdump host 10.12.23.34 and port 8080

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!