Advertisement
Guest User

Untitled

a guest
Dec 25th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # The primary network interface
  2. auto eth0
  3. iface eth0 inet static
  4. address 10.0.1.55
  5. netmask 255.255.255.0
  6. network 10.0.1.0
  7. broadcast 10.0.1.255
  8. gateway 10.0.1.1
  9. dns-nameservers 127.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement