Hi all!
I'm running a m0n0wall 1.32 setup on an VMWare ESXi host.
Amongst other things, I've got the OPT2 interface running a network with an IPv4 subnet
routed from the outside. That works fine.
Now I want to setup IPv6 and my ISP assigned me the following:
My Subnet: xxx:24e2:: /64
In accordance with that I configured m0n0wall the following way:
WAN IPv6 address : xxxx:24e2::2 /59 (static)
WAN IPv6 gateway : xxxx:24e0::1 /59
LAN IPv6 address : xxxx:24e2:0:2:0:1 /96
OPT2 IPv6 address : xxxx:24e2:0:1:0:1 /96
One of the vHosts on the OPT2 interface now has been given a static IP from the subnet above.
Test Host address : xxxx:24e2:0:1:0:8 (attached to OPT2)
When I ping a host in the LAN subnet (i.e. xxxx:24e2:0:2:0:2) it works perfectly, ECHO REQUEST goes out, ECHO RESPONSE comes back.
When I ping a host on the Internet, the problem appears:
The ECHO REQUEST goes out fine, but when the ISP attempts to route the reply back to me, it sends an IPv6 Neighbor Solicitation asking for the route to xxxx:24e2:0:1:0:8.
That Neighbor Solicitation arrives at m0n0wall, but my router (the m0n0wall box) doesn't respond, meaning that the ISP router doesn't find a route to the pinging host (xxxx:24e2:0:1:0:
and the ECHO REPLY never makes it back from the internet.
Does anyone have an idea what might be the problem?
TheDecker