Advertisement
Guest User

interfaces

a guest
Mar 24th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. # The primary network interface
  5. auto eth0
  6. iface eth0 inet static
  7. address 192.168.10.165
  8. netmask 255.255.255.0
  9. network 192.168.10.0
  10. broadcast 192.168.10.255
  11. gateway 192.168.10.101
  12. dns-nameservers 192.168.10.101
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement