# Network adapter configuration # # The address format is "scheme,socket,instance,hwaddr". # # Note: the "network address" here is NOT the same as the IP address. # See the Networking HOWTO. In short, the network address is the IP # address masked by the netmask. # case "$ADDRESS" in *,*,*,*) # Transceiver selection, for cards that need it -- see 'man ifport' IF_PORT="" # Use BOOTP [y/n] BOOTP="n" # IP address IPADDR="202.16.123.87" # Netmask NETMASK="255.255.255.0" # Network address NETWORK="202.16.123.0" # Broadcast address BROADCAST="202.16.123.255" # Gateway address GATEWAY="202.16.123.2" # Domain name DOMAIN="rd.dnc.ac.jp" # Nameserver #1 DNS_1="202.16.123.1" # Nameserver #2 DNS_2="" # Nameserver #3 DNS_3="" # NFS mounts, should be listed in /etc/fstab MOUNTS="" ;; esac