Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux_router:ipoe [2022-12-29 Thu wk52 16:23] – [ISP IPoE DHCP Setup Notes] baumkp | linux_router:ipoe [2023-04-30 Sun wk17 17:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{tag> | {{tag> | ||
- | =====ISP IPoE DHCP Setup Notes===== | + | =====ISP IPoE DHCP Setup Notes===== |
Notes on Setting up a Linux router for IPoE DHCP instead of PPPoE. | Notes on Setting up a Linux router for IPoE DHCP instead of PPPoE. | ||
Line 34: | Line 34: | ||
So the networkd builtin dhcpd would seem to be functional. | So the networkd builtin dhcpd would seem to be functional. | ||
- | The '' | + | The '' |
- | < | + | ++++-|< |
Link File: / | Link File: / | ||
Network File: / | Network File: / | ||
Line 61: | Line 61: | ||
8.8.4.4 | 8.8.4.4 | ||
DHCP4 Client ID: IAID: | DHCP4 Client ID: IAID: | ||
- | DHCP6 Client DUID: DUID-EN/ | + | DHCP6 Client DUID: DUID-EN/ |
- | ===dhclient=== | + | ====dhclient==== |
- | The following dhclient commands are used to manual control dhcp connections. | + | The following dhclient commands are used to manual control dhcp connections. |
+ | ++++tldr:| | ||
*To remove existing connected dhcp leased connections on eno1: '' | *To remove existing connected dhcp leased connections on eno1: '' | ||
*It is under stop the '' | *It is under stop the '' | ||
*To manual request a dhcp lease connection on eno1: '' | *To manual request a dhcp lease connection on eno1: '' | ||
- | ++++ | ||
===dhclient@.service=== | ===dhclient@.service=== | ||
- | '' | + | |
+ | '' | ||
< | < | ||
[Unit] | [Unit] | ||
Line 95: | Line 96: | ||
++++ | ++++ | ||
- | ===Firewall Modifications=== | + | ====Firewall Modifications==== |
When using pppoe a separate device is created that can be used to filter against. | When using pppoe a separate device is created that can be used to filter against. | ||
< | < | ||
ip saddr 192.168.1.0/ | ip saddr 192.168.1.0/ | ||
ip saddr 192.168.6.0/ | ip saddr 192.168.6.0/ | ||
- | |||
</ | </ | ||
- | |||
- | |||
< | < |