I've been trying to get this sorted out in my head, and it's not working (OK not working well, at least).
I've configured my he.net tunnel on the router and it's routing traffic fine. I've configured various /64's from the /48 allocation on XG interfaces, like so (slightly sanitised):
Interface (Purpose) | Interface IP Addresses |
PortA (LAN) |
10.14.6.130/24 |
PortB (Internet) |
203.---.19.178/28 |
PortC (DMZ 1) |
192.168.0.1/24 |
PortD (DMZ 2) |
10.8.5.1/24 |
There are no static routes defined for IPv6, and PortB has a default gateway defined (2001:----:f51e:1::1).
I've configured a simple IPv6 firewall rule - LAN to Internet, Any source, Any destination, Any service, Accept, with a content policy of No Ads (of my own creation obviously)
I've also configured router advertisements (though I'm not sure from the documentation whether it's required that the advertisements contain any prefixes; I think it's relevant that I'm using DHCPv6 from a Windows 2012 R2 host in order to hand out DNS configuration rather than trying to work out SLAAC).
Interface | Advertisement Time | Managed Flag | Gateway Flag | Gateway Lifetime | Prefix |
PortA | 198 - 600 | On | On | 1800 | 2001:470:f51e:ae60::/64 |
PortB | 198 - 600 | Off | Off | -- | |
PortC | 198 - 600 | On | On | 1800 | |
PortD | 198 - 600 | On | On | 1800 |
I can ping PortA's IPv6 address, and PortB's gateway IPv6 address. I can't ping PortB's address, but I'm not too fussed about that. The router can ping ipv6.google.com, and so can XG, but I cannot do so from a workstation. My reading of the documentation and the legacy beta forum has been .... unhelpful in troubleshooting.
So can anyone poke some holes in this configuration so I can get it working?
This thread was automatically locked due to age.