Advertisement
Guest User

Untitled

a guest
Apr 26th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #the loopback network interface
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. #the primary network interface (facing the iweb)
  6. auto eth1
  7. iface eth1 inet dhcp
  8.  
  9. #seconday network card (facing the lan)
  10. auto eth0
  11. iface eth0 inet static
  12. address 10.0.0.1
  13. netmask 255.255.255.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement