-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I'm trying to work out a suitable configuration to do the following, but can't do so:
WAN:
- Accept the default prefix from the router (as sent in RA packet from router), and add a fixed host config (::1, WAN_NODE=1), and
LAN: - use the 1st prefix (i.e. LAN_SITE=0) given out via dhclient call to router (with a fixed host config again ::1, LAN_NODE=1)
Mostly the LAN is okay (it is getting a host entry as well, but I think that is NM doing it), but the WAN is not co-operating.
To not apply a new prefix I need to have all setting for the WAN default (or auto), but that then applies a host if address to the WAN but also seems to use the prefix from the LAN? If LAN_SITE=auto for the LAN then it allocates a host address on the right prefix.
And if I totally disable settings on the WAN interface no address is assigned, but it also seems to ignore any RA broadcasts.
Any suggestions?
Metadata
Metadata
Assignees
Labels
No labels