On my home network, I have requested a /56 from my ISP. It is easy to get ipv6 on the LAN interface via track interface, but how can I get ipv6 to the other two internal interfaces on the firewall?
Gunnar
A single interface always gets a /64, so you can in fact have up to 256 interfaces with that /56 from your ISP.
You need also ti track WAN interface IP for the other networks. Only make sure to use another identifier for each network. Default is 0, then use 1 and 2 for the other networks.
FWIW, it won't (shouldn't) let you assign a prefix that's already in use....
Quote from: Patrick M. Hausen on November 02, 2024, 11:54:46 AM
A single interface always gets a /64, so you can in fact have up to 256 interfaces with that /56 from your ISP.
And the question then. How do I configure interface #2?
Quote from: tiermutter on November 02, 2024, 11:59:21 AM
You need also ti track WAN interface IP for the other networks. Only make sure to use another identifier for each network. Default is 0, then use 1 and 2 for the other networks.
Default is LAN OPT1 OPT etc, so how do you mean I should do?
Quote from: gunnarf on November 07, 2024, 07:39:25 PM
And the question then. How do I configure interface #2?
The same way you did #1 ... except use a different value for "Assign prefix ID"
Quote from: dseven on November 07, 2024, 08:47:55 PM
Quote from: gunnarf on November 07, 2024, 07:39:25 PM
And the question then. How do I configure interface #2?
The same way you did #1 ... except use a different value for "Assign prefix ID"
At last I understood how. Thank You!