Advertisement
Guest User

Untitled

a guest
Jan 7th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. /etc/network/interfaces
  2.  
  3.  
  4. This file describes the network interfaces available on your system
  5. # and how to activate them. For more information, see interfaces(5).
  6.  
  7. # The loopback network interface
  8. auto lo
  9. iface lo inet loopback
  10.  
  11. # The primary network interface
  12. allow-hotplug eth0
  13. iface eth0 inet dhcp
  14.  
  15. #Added dns servers opendns
  16. iface eth0 inet dhcp
  17. dns-nameservers 208.67.222.222 208.67.220.220
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement