Advertisement
Guest User

Untitled

a guest
Mar 27th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. /etc/netctl/pppoe
  2. Description='Example PPPoE connection'
  3. Interface=enp3s0
  4. Connection=pppoe
  5. User='vasilen'
  6. Password='vas2001'
  7. ForceConnect=yes
  8. # Always keep a connection established
  9. ConnectionMode='persist'
  10. # Establish connection on demand
  11. #ConnectionMode='demand'
  12. #IdleTimeout=300
  13.  
  14. # Use default route provided by the peer (default: true)
  15. #DefaultRoute=true
  16. # Use DNS provided by the peer (default: true)
  17. UsePeerDNS=true
  18.  
  19. # Override default LCP parameters from /etc/ppp/options
  20. #LCPEchoInterval=15
  21. #LCPEchoFailure=10
  22.  
  23. # PPPoE options - experts only
  24. #
  25. # PPPoE service name
  26. #PPPoEService=''
  27. # PPPoE access concentrator name
  28. #PPPoEAC=''
  29. # Attach to existing session (sessid:macaddr)
  30. #PPPoESession=''
  31. # Only connect to specified MAC address
  32. #PPPoEMAC=''
  33. # Enable IPv6 support
  34. #PPPoEIP6=yes
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement