Listing 1.  Console Server /etc/hosts file 

# /etc/hosts
127.0.0.1        localhost 
## Public interface eth0 
128.117.1.2            conserver.mydomain.com  loghost
## Private interface eth1 for console switch access 
192.168.160.1   conserver-priv  # 2nd network interface
192.168.160.10  ts1   # switch1
192.168.160.11  ts2   # switch2
192.168.160.12  ts3   # switch3

