Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. GNU nano 2.2.6 Fichero: /etc/network/interfaces
  2.  
  3. # This file describes the network interfaces available on your system
  4. # and how to activate them. For more information, see interfaces(5).
  5.  
  6. # The loopback network interface
  7. auto lo
  8. iface lo inet loopback
  9.  
  10.  
  11. auto eth0
  12. iface eth0 inet static
  13. address 192.168.12.149
  14. netmask 255.255.254.0
  15. gateway 192.168.12.1
  16.  
  17. dns-nameservers 192.168.12.149 192.168.9.254 utp.edu.co
  18. dns-search crie2.loca
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement