Advertisement
Guest User

Untitled

a guest
Apr 26th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #the loopback network interface
  2. auto lo
  3. ifcae lo inet loopback
  4.  
  5. mapping hotplug
  6. script grep
  7. map eth1
  8. iface eth1 inet dhcp
  9. #primary network interface (facing the iweb)
  10. auto eth1
  11. iface eth1 inet static
  12. address 192.168.0.1
  13. netmask 255.255.0.0
  14.  
  15. #second network card (facing the lan)
  16. auto eth0
  17. iface eth0 inet static
  18. address 10.0.0.126
  19. netmask 255.255.255.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement