Listing 4 Hosts file for the clients. Note the use of
pubalias
########################################################################
# /etc/hosts on the running clients
########################################################################
# Keep this as ./default/hosts so the makefile can find it.
#
127.0.0.1 localhost
192.168.0.1 osa1 privalias pubalias
192.168.0.2 osa2
192.168.0.3 osa3
192.168.0.4 osa4
192.168.0.5 osa5
192.168.0.6 osa6
192.168.0.7 osa7
192.168.0.8 osa8
192.168.0.9 osa9
# end of file
|