auto lo
iface lo inet loopback

auto eth1
iface eth1 inet static
    address 10.60.60.101
    netmask 255.255.255.0
    gateway 10.60.60.1
    post-up ip route replace default via 10.60.60.1
