sgt_baker wrote:QUOTE (sgt_baker @ Apr 28 2009, 05:40 PM) Thanks

I added that to Sygate and will test shortly. No obvious way to enable IP41 in smoothwall without getting dirty with the command line. Out of interest, I don't suppose you know the netsh commands to delete the configured IPv6 interface and routes without having to completely uninstall IPv6 and reboot the machine?
netsh interface ipv6 del route ::/0 IP6Tunnel [replace with your Server IPv6 address] this will remove routing information
netsh interface ipv6 del address IP6Tunnel [replace with your client IPv6 address] that removes the interface
netsh interface ipv6 uninstall <- that requires a reboot
btw: aside from adding IP41 to sygate, you need to do the same on smoothwall, otherwise it won't work.... and all you have to do is to create a rule for IP protocol number, i'm positively sure it's a very simple task, instead of tcp/udp you should probably select IP, since i'm not running any smoothwall instance, i can't be any more specific, but generally, absolutely ANY kind of packet filter (including things like sygate on private boxes) simply has to have that functionality.
if you're really interested, i can deploy smoothwall on one of my VMs and dig out how to do it, but it shouldn't be hidden or non-obvious, it's a must have for gre tunnels... so it must be there somewhere