bash
Bourne again shell.
Server loop
Add extra IP address to NIC
Adapted from http://unclean.org/howto/secondip.html
Add extra IP 192.168.1.5 to NIC eth0
Toggle line numbers
1 ifconfig eth0:0 192.168.1.5
2 route add -host 192.168.1.5 dev eth0:0