vi /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
auto eth0
iface eth0 inet static
       address 172.16.200.18
       netmask 255.255.0.0
       network 172.16.0.0
       broadcast 172.16.255.255
       gateway 172.16.255.254
       up route add -net 192.168.1.0 netmask 255.255.255.0 gw 172.16.1.253
       # dns-* options are implemented by the resolvconf package, if installed
       dns-nameservers 172.16.200.19
       dns-search hogehoge-sv.hogehoge.jp  <---- FQDN名
最終更新:2009年03月30日 10:22