sgt_baker wrote:QUOTE (sgt_baker @ Apr 28 2009, 12:47 PM) I've given this a go with tunnelbroker. My initial assessment isn't quite rosy. It would appear that I'm required to give the IPv6 tunnel carte blanche where my firewall is concerned, or get my hands dirty recompiling my firewall's kernel to support IPv6. Neither of which are things I really want to do.
/me will investigate other options.
B
this depends on which OS you're running, if it's a mustdie, then you never actually had control of your firewalling to begin with... you have a poor implementation of some immature port filter..... however, even this crap supports ipv6.
The convenience is that you can use netsh from command line, instead of mucking around in some GUI....
ie. c:\>netsh firewall show config
so, you can set anything that relates to ipv6 from within.... the only question would be, what exactly DO you need to set ? do you have a list of IPs you want to block ? very unlikely, since you haven't been using ipv6 up till now... If it is open ports you're worried about, whatever applies to your ipv4, also applies to your ipv6, since you're basically just changing the underlying IP protocol from version 4 to 6, you're not touching anything above, all the TCP/UDP stuff stays exactly the same...
I can refer you to OSI model, where IP (any version) is a networking layer (or layer 3 on OSI model), that is only responsible for path determination and addressing. a good explanation can be found here:
http://www.webopedia.com/quick_ref/OSI_Layers.asp
Now, if you're talking about something like solaris/linux/osX/IOS, then you have total firewalling control over everything, including ipv6, including NAT PT, excellent pf and all the perks of running a real operating system, instead of some GUI dos shell ;-)
if it's your local router you're concerned with, you can always run openwrt equivalent on it and have the full ipv6 support built in.
In short - you're definitely not giving your ipv6 anything beyond what you already had with ipv4, you don't even need to reconfigure your firewall on mustdie to support ipv6, it does it straight away....