Advertisement
Guest User

interfaces

a guest
May 23rd, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto eth1
  5. iface eth1 inet static
  6. address 192.168.12.11
  7. netmask 255.255.255.0
  8.  
  9. auto eth0
  10. iface eth0 inet static
  11. address 192.168.4.89
  12. netmask 255.255.255.0
  13. gateway 10.255.255.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement