Does Netgear FVS124G support IPv6

ipv6netgear

I'm trying to setup a Hurricane Electric (tunnelbroker.net) tunnel from a Solaris server. Looks like everything is working fine, except that no traffic actually seems to transit our router. Router needs to pass IP Protocol 41 traffic, but I don't know if it does or not. Poking around on the Netgear site has done nothing to answer my question. Anyone know, or have good ways to test (or ways around it?)?

Best Answer

Unless it's explicitly blocked by a firewall rule, the router should pass the traffic -- an IP packet is an IP packet, whatever the contents. (Protocol 41 is IPv6 encapsulated within IPv4). The router itself doesn't need to know anything about IPv6.

Now, if you're using NAT, that will be a problem -- most NAT implementations won't automatically forward protocol 41 packets, and it can be tricky to configure manual forwarding for anything other than TCP or UDP. Additionally, it advertises itself as a 'VPN router'; if your traffic is going over a VPN, it's conceivable that firewall or forwarding rules at one end or the other may be dropping protocol 41 traffic.

To troubleshoot, I'd try simplifying the configuration as much as possible, then adding complexity back in. Start with the box configured as a simple router -- no VPN, no NAT, no firewall rules, and see if it works. Then add the rest of your configuration back in bit by bit, and see what breaks it. Once you know that, it should either suggest a solution, or give you enough information to ask a question with a less vague response *grin*.

Related Topic