Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # cat /etc/network/interfaces
  2. # This file describes the network interfaces available on your system
  3. # and how to activate them. For more information, see interfaces(5).
  4.  
  5. # The loopback network interface
  6. auto lo
  7. iface lo inet loopback
  8.  
  9. # The primary network interface
  10. allow-hotplug eth0
  11. iface eth0 inet dhcp
  12.  
  13. auto dsl-provider
  14. iface dsl-provider inet ppp
  15. pre-up /sbin/ifconfig nas0 up # line maintained by pppoeconf
  16. provider dsl-provider
  17.  
  18. auto nas0
  19. iface nas0 inet manual
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement