x86 23.05.3, one WAN port, one LAN port.
eth1 is WAN, eth0 is LAN. eth0 has eth0.x 802.1q devices and interfaces are directly attached to those.
Looking to set up IPv6 - currently disabled on the WAN side - but the docs seem unclear in places, and I couldn't find answers searching:
-
Its my understanding that for a PPPoE connection like mine, I change
wan
to PPPoE protocol and leavewan6
as DHCPv6, but given I need to use VLAN100 for the ISP, do I change bothwan
andwan6
to use theeth1.100
device? -
My ISP hands out a /56 static prefix. My interfaces are setup to use /64 and hints are set. Is the
ip6class
option necessary for the interfaces to use ISP-assigned prefixes?- The docs have an example, but in it one device uses the defaults, the other uses
wan6
and it doesn't say what the behaviour is for the one using defaults except that it can use both ULA and wan6. Will it assign one from each? Will it assign only from wan6 if its present?
- The docs have an example, but in it one device uses the defaults, the other uses