Friday, September 3, 2010

ip public stuff

# 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 dhcp

#auto eth0
#iface eth0 inet static
# address 10.151.35.201
# netmask 255.255.255.0
# network 10.151.35.0
# broadcast 10.151.35.255
# gateway 10.151.35.1
# dns-* options are implemented by the resolvconf package, if installed
# dns-nameservers 202.46.129.2
#auto eth0
#iface eth0 inet static
# address 202.46.129.91
# netmask 255.255.255.240
# network 202.46.129.0
# gateway 202.46.129.81
# broadcast 202.46.129.255
# dns-* options are implemented by the resolvconf package, if installed
# dns-nameservers 202.46.129.82

1 comment:

  1. auto eth0
    iface eth0 inet static
    address 202.46.129.91
    netmask 255.255.255.240
    #network 202.46.129.0
    gateway 202.46.129.81
    #broadcast 202.46.129.255
    # dns-* options are implemented by the resolvconf package, if installed
    dns-nameservers 202.46.129.2 202.46.129.3

    ReplyDelete