|
|
|
|
|
by zekica
1764 days ago
|
|
It took me a long time to finally "get" IPv6. But as soon as you don't try to apply IPv4 conventions to IPv6, it really clicks:
- RA packets don't have default gateway - default gateway is always on fe80:: and is the actual host that sent the RA
- You can configure hosts via RA not to send packets directly to other hosts with the same prefix (instead sending them through the gateway) by disabling On-Link flag
- You can use RA and DHCPv6 over any link, not just Ethernet |
|
In theory, we can reserve `169.254.1.1` as default gateway (and default DNS server) for IPv4, to get rid of DHCP protocol. I'm doing so in my embedded project for network connection via USB, because it makes network configuration static.