/* Vhost.cmd */
/*
    Set up a virtual host on the local loop-back
    address (127.0.0.1)
*/
'netstat -n'


/* set the local loop back to an IP address */
'ifconfig lo 194.70.219.14'

'arp -s 194.70.219.14 00:20:AF:11:4A:1B pub'