Advertisement
Guest User

Untitled

a guest
Jul 13th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7.  
  8. # The primary network interface
  9. allow-hotplug eth0
  10. iface eth0 inet static
  11. address 117.239.40.227
  12. netmask 255.255.255.248
  13. network 117.239.40.224
  14. broadcast 117.239.40.231
  15. gateway 117.239.40.225
  16. # dns-* options are implemented by the resolvconf package, if installed
  17. dns-nameservers 218.248.240.208
  18.  
  19. allow-hotplug eth1
  20. iface eth1 inet static
  21. address 192.168.1.1
  22. netmask 255.255.255.0
  23. network 192.168.1.0
  24. broadcast 192.168.1.255
  25. #gateway 117.239.40.227
  26. # dns-* options are implemented by the resolvconf package, if installed
  27. #dns-nameservers 218.248.240.208
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement