Guest User

Untitled

a guest
Feb 18th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # ifupdown has been replaced by netplan(5) on this system. See
  2. # /etc/netplan for current configuration.
  3. # To re-enable ifupdown on this system, you can run:
  4. # sudo apt install ifupdown
  5.  
  6. auto dsl-provider
  7. iface dsl-provider inet ppp
  8. pre-up /bin/ip link set eno1 up # line maintained by pppoeconf
  9. provider dsl-provider
  10.  
  11. #auto eno1
  12. #iface eno1 inet manual
  13.  
  14. pre-up iptables-restore < /etc/iptables.rules
  15.  
  16. # This file describes the network interfaces available on your system
  17. # and how to activate them. For more information, see interfaces(5).
  18.  
  19. # The loopback network interface
  20. auto lo
  21. iface lo inet loopback
  22.  
  23. auto eth0
  24. iface eth0 inet static
  25. pre-up iptables-restore < /etc/iptables.rules
  26.  
  27. source /etc/network/interfaces.d/*
Add Comment
Please, Sign In to add comment