# 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 #auto p2p1 #iface p2p1 inet dhcp auto p2p1 iface p2p1 inet static address 192.168.1.25 network 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 dns-nameservers 192.168.1.25
mail-admin@mail:~$ cat /etc/hostname mail.hmuna.com
mail-admin@mail:~$ cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 192.168.1.25
# Specify one or more NTP servers.$ # Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board$ # on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for$ # more information.$ #server 0.ubuntu.pool.ntp.org$ #server 1.ubuntu.pool.ntp.org$ #server 2.ubuntu.pool.ntp.org$ #server 3.ubuntu.pool.ntp.org$ server ntp1.jst.mfeed.ad.jp iburst$ server ntp2.jst.mfeed.ad.jp iburst$ server ntp3.jst.mfeed.ad.jp iburst$