Advertisement
Guest User

/etc/network/interfaces

a guest
Jul 5th, 2011
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. auto lo eth0 eth1
  2. iface lo inet loopback
  3.  
  4. allow-hotplug eth0
  5. iface eth0 inet static
  6. address 192.168.1.111
  7. netmask 255.255.255.0
  8. gateway 192.168.1.1
  9. dns-nameservers 82.209.200.16
  10.  
  11. allow-hotplug eth1
  12. iface eth1 inet static
  13. address 192.168.0.1
  14. netmask 255.255.255.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement