Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux_router:ppp [2020-04-23 Thu wk17 19:52] – baumkp | linux_router:ppp [2024-09-21 Sat wk38 20:10] (current) – [System Forwarding Enable] baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
- | =====Ubuntu | + | =====ISP PPPoE Network Setup===== |
A reasonably comprehensive discussion on Ubuntu forums [[https:// | A reasonably comprehensive discussion on Ubuntu forums [[https:// | ||
Another reference is Confirm Blog [[https:// | Another reference is Confirm Blog [[https:// | ||
+ | |||
+ | Some other references: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
====Install Software==== | ====Install Software==== | ||
- | Install the DNS, DHCP, and PPPoE software: | + | Install the DNS, DHCP, and PPPoE software: |
Disable and stop the DNS [bind9] and DHCP [isc-dhcp-server, | Disable and stop the DNS [bind9] and DHCP [isc-dhcp-server, | ||
Line 76: | Line 80: | ||
# There should be a matching entry with the password in | # There should be a matching entry with the password in | ||
# / | # / | ||
- | user W6qf64727k@dsl.mynetfone.com.au | + | user yourusername (change to suit, I do not want my one public) |
#Ask the peer for 2 DNS server addresses | #Ask the peer for 2 DNS server addresses | ||
Line 103: | Line 107: | ||
WantedBy=sys-subsystem-net-devices-eno1.device | WantedBy=sys-subsystem-net-devices-eno1.device | ||
</ | </ | ||
+ | |||
+ | Use '' | ||
+ | |||
+ | To check log files use: '' | ||
+ | |||
+ | There were some concerns about pppd not being fully compatible with Netplan. Hence the attempt to manually set up wan/eno1 interface with an '' | ||
+ | |||
I played with the following options in the pppoe.service script: | I played with the following options in the pppoe.service script: | ||
< | < | ||
Line 111: | Line 122: | ||
ExecStartPre=/ | ExecStartPre=/ | ||
</ | </ | ||
- | There were some concerns about pppd not being fully compatible with Netplan. Hence the attempt to manually set up wan/eno1 interface with an '' | ||
<fs smaller> | <fs smaller> | ||
- | Use '' | ||
- | |||
- | To check log files use: '' | ||
=====System Forwarding Enable===== | =====System Forwarding Enable===== | ||
Line 126: | Line 133: | ||
To change to on: '' | To change to on: '' | ||
- | To see all system variables concerning network: '' | + | To see all system variables concerning network: '' |
- | <- linux_router: | + | <- linux_router: |