<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: ip6tables: IPv6 Firewall For Linux</title> <atom:link href="http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Fábio</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-60231</link> <dc:creator>Fábio</dc:creator> <pubDate>Sat, 25 Jun 2011 17:31:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-60231</guid> <description>Using this firewall I&#039;m not able to use autoconfiguration. Am I right? &#039;Cause it uses ICMPv6 messages that you are blocking here, allowing only &quot;ping&quot; messages.</description> <content:encoded><![CDATA[<p>Using this firewall I&#8217;m not able to use autoconfiguration. Am I right? &#8216;Cause it uses ICMPv6 messages that you are blocking here, allowing only &#8220;ping&#8221; messages.</p> ]]></content:encoded> </item> <item><title>By: Anders</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-55307</link> <dc:creator>Anders</dc:creator> <pubDate>Wed, 02 Feb 2011 17:17:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-55307</guid> <description>There are ways of randomize/annonymize your IPv6 host address.
With that you can&#039;t analyze trafick outside your corporate firewall to see what is inside just by checking IPv6 addresses.
NAT is just not a good solution to any problem I have seen.  The problem is the mind set on people that has been forced to use NAT the last 15 years.
NAT is a hack, to get around the problem with IPv4 addresses running out.  It don&#039;t give you any security that you can&#039;t get with IPv6 and firewalls, which you MUST have anyway, even if you use NAT.</description> <content:encoded><![CDATA[<p>There are ways of randomize/annonymize your IPv6 host address.<br
/> With that you can&#8217;t analyze trafick outside your corporate firewall to see what is inside just by checking IPv6 addresses.</p><p>NAT is just not a good solution to any problem I have seen.  The problem is the mind set on people that has been forced to use NAT the last 15 years.</p><p>NAT is a hack, to get around the problem with IPv4 addresses running out.  It don&#8217;t give you any security that you can&#8217;t get with IPv6 and firewalls, which you MUST have anyway, even if you use NAT.</p> ]]></content:encoded> </item> <item><title>By: Zloy</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-55294</link> <dc:creator>Zloy</dc:creator> <pubDate>Tue, 01 Feb 2011 19:48:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-55294</guid> <description>&gt;# Allow full outgoing connection but no incomming stuff
&gt;$IPT6 -A INPUT -i $PUBIF -m state --state ESTABLISHED,RELATED -j ACCEPT
&gt;$IPT6 -A OUTPUT -o $PUBIF -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
These lines do not work in RHEL/CentOS 5.x because its kernel does not support stateful IPv6 firewalling. See https://bugzilla.redhat.com/show_bug.cgi?id=243739
But I use similar configuration in another distros with newer kernel.</description> <content:encoded><![CDATA[<p>&gt;# Allow full outgoing connection but no incomming stuff<br
/> &gt;$IPT6 -A INPUT -i $PUBIF -m state &#8211;state ESTABLISHED,RELATED -j ACCEPT<br
/> &gt;$IPT6 -A OUTPUT -o $PUBIF -m state &#8211;state NEW,ESTABLISHED,RELATED -j ACCEPT</p><p>These lines do not work in RHEL/CentOS 5.x because its kernel does not support stateful IPv6 firewalling. See <a
href="https://bugzilla.redhat.com/show_bug.cgi?id=243739" rel="nofollow">https://bugzilla.redhat.com/show_bug.cgi?id=243739</a><br
/> But I use similar configuration in another distros with newer kernel.</p> ]]></content:encoded> </item> <item><title>By: Albert</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-55290</link> <dc:creator>Albert</dc:creator> <pubDate>Tue, 01 Feb 2011 15:02:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-55290</guid> <description>Hello
Private networks I guess still have their use. It is difficult to convince certain organizations (health, banks, etc) to use ipv6 in their internal networks, as if they somehow need to &quot;use the internet&quot; for anything, their whole internal network is just a part of the whole &quot;ipv6&quot; internet. They still want their &quot;private&quot; addressing while using IP protocols. They don&#039;t want external &quot;anlytics&quot; being performed on what each of their potential ipv6 addresses look on the internet.
What&#039;s the option for doing something like that, that does not imply application level proxies?</description> <content:encoded><![CDATA[<p>Hello</p><p>Private networks I guess still have their use. It is difficult to convince certain organizations (health, banks, etc) to use ipv6 in their internal networks, as if they somehow need to &#8220;use the internet&#8221; for anything, their whole internal network is just a part of the whole &#8220;ipv6&#8243; internet. They still want their &#8220;private&#8221; addressing while using IP protocols. They don&#8217;t want external &#8220;anlytics&#8221; being performed on what each of their potential ipv6 addresses look on the internet.</p><p>What&#8217;s the option for doing something like that, that does not imply application level proxies?</p> ]]></content:encoded> </item> <item><title>By: Anders</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-44764</link> <dc:creator>Anders</dc:creator> <pubDate>Wed, 18 Nov 2009 19:01:23 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-44764</guid> <description>Yes, I forgot.
NAT has nothing to do with security.  Firewall is the tool for that.  There is ways of pass a NAT without a propper firewall setting.
There is LOTS of people that don&#039;t understand this, and some will argue about that.  Please don&#039;t do that, just read relevant RFC:s.  And use a propper firewall setting on all your machines.</description> <content:encoded><![CDATA[<p>Yes, I forgot.</p><p>NAT has nothing to do with security.  Firewall is the tool for that.  There is ways of pass a NAT without a propper firewall setting.</p><p>There is LOTS of people that don&#8217;t understand this, and some will argue about that.  Please don&#8217;t do that, just read relevant RFC:s.  And use a propper firewall setting on all your machines.</p> ]]></content:encoded> </item> <item><title>By: Anders</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-44763</link> <dc:creator>Anders</dc:creator> <pubDate>Wed, 18 Nov 2009 18:56:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-44763</guid> <description>Alex:  Last drop is not necessary, but it should be put there to be secure, it&#039;s easy to make mistakes, and this will hopefully catch some...
Becouse the script doesn&#039;t warn about this: IPv6 ICMP is much more than just PING. If one filter that one, IPv6 will not work propperly.
Bibi: Any links with more information? I am interested in all stuff about IPv6.</description> <content:encoded><![CDATA[<p>Alex:  Last drop is not necessary, but it should be put there to be secure, it&#8217;s easy to make mistakes, and this will hopefully catch some&#8230;</p><p>Becouse the script doesn&#8217;t warn about this: IPv6 ICMP is much more than just PING. If one filter that one, IPv6 will not work propperly.</p><p>Bibi: Any links with more information? I am interested in all stuff about IPv6.</p> ]]></content:encoded> </item> <item><title>By: bibi</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-42700</link> <dc:creator>bibi</dc:creator> <pubDate>Fri, 24 Jul 2009 08:11:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-42700</guid> <description>this script is NOT secure, read on icmpv6 security problems....</description> <content:encoded><![CDATA[<p>this script is NOT secure, read on icmpv6 security problems&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-41678</link> <dc:creator>Alex</dc:creator> <pubDate>Tue, 19 May 2009 15:54:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-41678</guid> <description>Hi :)
I&#039;m just wondering if the last Input DROP is necessary as the default policy already is DROP ?
cheers!</description> <content:encoded><![CDATA[<p>Hi :)<br
/> I&#8217;m just wondering if the last Input DROP is necessary as the default policy already is DROP ?</p><p>cheers!</p> ]]></content:encoded> </item> <item><title>By: Martijn</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-39733</link> <dc:creator>Martijn</dc:creator> <pubDate>Tue, 06 Jan 2009 23:35:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-39733</guid> <description>Yes, that is definitely useful! Thanks for the quick response Vivek. Implementing it now.</description> <content:encoded><![CDATA[<p>Yes, that is definitely useful! Thanks for the quick response Vivek. Implementing it now.</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-39714</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Mon, 05 Jan 2009 18:40:10 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-39714</guid> <description>@ Martijn,
I&#039;ve just updated the script. Hope this helps!</description> <content:encoded><![CDATA[<p>@ Martijn,</p><p>I&#8217;ve just updated the script. Hope this helps!</p> ]]></content:encoded> </item> <item><title>By: Martijn</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-39713</link> <dc:creator>Martijn</dc:creator> <pubDate>Mon, 05 Jan 2009 17:14:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-39713</guid> <description>Hi, interesting script. Thanks for sharing it.
However, it&#039;s missing one thing that would make it a lot more useful:
The PUBIF variable is set but never used, so the rules now apply to all interfaces, instead of just the public interface. If you could modify the script to use the PUBIF variable, it will still be useful for pc&#039;s but also for IPv6 routers.
Hope you&#039;ll consider this. Thanks.</description> <content:encoded><![CDATA[<p>Hi, interesting script. Thanks for sharing it.</p><p>However, it&#8217;s missing one thing that would make it a lot more useful:<br
/> The PUBIF variable is set but never used, so the rules now apply to all interfaces, instead of just the public interface. If you could modify the script to use the PUBIF variable, it will still be useful for pc&#8217;s but also for IPv6 routers.</p><p>Hope you&#8217;ll consider this. Thanks.</p> ]]></content:encoded> </item> <item><title>By: diay</title><link>http://www.cyberciti.biz/faq/ip6tables-ipv6-firewall-for-linux/#comment-38772</link> <dc:creator>diay</dc:creator> <pubDate>Sun, 14 Sep 2008 17:47:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1739#comment-38772</guid> <description>thanks for sharing a shell script.</description> <content:encoded><![CDATA[<p>thanks for sharing a shell script.</p> ]]></content:encoded> </item> </channel> </rss>
