# cat /etc/nodename test01 |
# cat /etc/hostname.e1000g0 test01-dmz |
# cat /etc/inet/hosts # # Internet host table # ::1 localhost 127.0.0.1 localhost 192.168.1.10 test01 test01.example.com loghost 192.168.10.10 test01-dmz |
# cat /etc/netmasks # # The netmasks file associates Internet Protocol (IP) address # masks with IP network numbers. # # network-number netmask # # The term network-number refers to a number obtained from the Internet Network # Information Center. # # Both the network-number and the netmasks are specified in # "decimal dot" notation, e.g: # # 128.32.0.0 255.255.255.0 # 192.168.1.0 255.255.255.0 192.168.10.0 255.255.255.0 |
# cat /etc/netmasks example.com |