DHCP client moving between networks

Tim Gavin livewire98801 at gmail.com
Thu Oct 1 01:08:30 UTC 2009


Here's my interface config. . . thought it might be handy.


# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth0
#iface eth0 inet static

#eth1 - Management
auto eth1
iface eth1 inet static
        address 192.168.255.12
        netmask 255.255.255.0


#############
#Vlan Config#
#############


auto vlan283
iface vlan283 inet static
       address 216.xxx.27.2
       netmask 255.255.255.0
       mtu 1500
       vlan_raw_device eth0

auto vlan283:1
iface vlan283:1 inet static
        address 208.xxx.220.194
        netmask 255.255.255.224
       vlan_raw_device eth0



auto vlan285
iface vlan285 inet static
        address 208.xxx.220.158
        netmask 255.255.255.192
        gateway 208.xxx.220.129
        mtu 1500
        vlan_raw_device eth0


auto vlan287:1
iface vlan287:1 inet static
        address 216.xxx.46.2
        netmask 255.255.255.0
        mtu 1500
        vlan_raw_device eth0

auto vlan287
iface vlan287 inet static
        address 172.16.32.2
        netmask 255.255.240.0
        vlan_raw_device eth0


auto vlan288
iface vlan288 inet static
        address 216.xxx.25.254
        netmask 255.255.255.0
        mtu 1500
        vlan_raw_device eth0


auto vlan703
iface vlan703 inet static
        address 208.xxx.223.2
        netmask 255.255.255.0
         mtu 1500
        vlan_raw_device eth0


auto vlan410
iface vlan410 inet static
        address 172.26.0.2
        netmask 255.255.240.0
        mtu 1500
        vlan_raw_device eth0
@dhcp:~$



More information about the dhcp-users mailing list