search abs.com.my
nameserver localhost
-------------------------------------------------
root@abs-mail:~# more /etc/hosts
203.223.137.86 abs-mail.abs.com.my absmail
-------------------------------------------------
root@abs-mail:~# more /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface (DHCP)
#auto eth0
#iface eth0 inet dhcp
# The primary network interface (static)
auto eth0
iface eth0 inet static
address 203.223.137.86
netmask 255.255.255.128
network 203.223.137.0
broadcast 203.223.137.127
gateway 203.223.137.126
root@abs-mail:~#
No comments:
Post a Comment