Wednesday, May 21, 2014

ubuntu 12 interfaces file

because, well, yeah.
auto eth0
iface eth0 inet static
        address 10.100.100.184
        netmask 255.255.255.0
        network 10.100.100.0
        broadcast 10.100.100.255
        gateway 10.100.100.1
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 10.100.100.100
        dns-search whatevs.local

auth eth1
iface eth1 inet static
        address 192.168.100.184
        netmask 255.255.255.0
        network 192.168.100.0
        broadcast 192.168.100.255
        mtu 9000
look mom, those are some jumbo frames.

No comments: