How can I configure an interface to have multiple IP addresses and connected routes? Examples of what I am trying to do:
1. WAN interface has a static (routable) IP, but the modem that is attached to the WAN port exposes its management interface on 10.1.0.0/24, and I want to get to that from the LAN side.
2. LAN networks get their IPv6 via prefix delegation, but I would also like to statically assign a ULA (a block inside of fd00::/8) on these interfaces.
1. WAN interface has a static (routable) IP, but the modem that is attached to the WAN port exposes its management interface on 10.1.0.0/24, and I want to get to that from the LAN side.
2. LAN networks get their IPv6 via prefix delegation, but I would also like to statically assign a ULA (a block inside of fd00::/8) on these interfaces.