<?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 for Remco Bressers' Blog</title>
	<atom:link href="http://remcobressers.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://remcobressers.nl</link>
	<description>SysAdmin hell, Networking shizzles, Personal trouble and more trash :)</description>
	<lastBuildDate>Mon, 22 Aug 2011 19:32:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on IPv6 on a Cisco 877 CPE device is quite simple by Paul Derby</title>
		<link>http://remcobressers.nl/2010/09/ipv6-cisco-877-cpe-device-simple/comment-page-1/#comment-4950</link>
		<dc:creator>Paul Derby</dc:creator>
		<pubDate>Mon, 22 Aug 2011 19:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=176#comment-4950</guid>
		<description>Here are the firewall settings another blogger recommended just FYI.  I haven&#039;t experimented with these settings to see if  &quot;traceroute ipv6&quot; works with this setup.

interface IncomingTunnel0
 ipv6 traffic-filter exterior-in6 in
 ipv6 traffic-filter exterior-out6 out

interface LocalLan0
 ipv6 traffic-filter interior-in6 in
 ipv6 traffic-filter interior-out6 out

ipv6 access-list exterior-in6
 evaluate exterior-reflect sequence 1
 permit ipv6 any host EXTERNAL_ROUTER_ADDRESS sequence 10
 permit tcp any host INTERNAL_ROUTER_ADDRESS eq 22 sequence 11
 permit tcp any host INTERNAL_SERVER_ADDRESS eq 22 sequence 100
 permit icmp any any sequence 800
 deny ipv6 any any sequence 1000

ipv6 access-list exterior-out6
 sequence 10 permit ipv6 MY_ASSIGNED_SUBNET::/48 any reflect exterior-reflect

ipv6 access-list interior-in6
 permit ipv6 fe80::/10 any
 permit ipv6 INTERNAL_LAN_SUBNET::/64 any

ipv6 access-list interior-out6
 permit ipv6 any any</description>
		<content:encoded><![CDATA[<p>Here are the firewall settings another blogger recommended just FYI.  I haven&#8217;t experimented with these settings to see if  &#8220;traceroute ipv6&#8243; works with this setup.</p>
<p>interface IncomingTunnel0<br />
 ipv6 traffic-filter exterior-in6 in<br />
 ipv6 traffic-filter exterior-out6 out</p>
<p>interface LocalLan0<br />
 ipv6 traffic-filter interior-in6 in<br />
 ipv6 traffic-filter interior-out6 out</p>
<p>ipv6 access-list exterior-in6<br />
 evaluate exterior-reflect sequence 1<br />
 permit ipv6 any host EXTERNAL_ROUTER_ADDRESS sequence 10<br />
 permit tcp any host INTERNAL_ROUTER_ADDRESS eq 22 sequence 11<br />
 permit tcp any host INTERNAL_SERVER_ADDRESS eq 22 sequence 100<br />
 permit icmp any any sequence 800<br />
 deny ipv6 any any sequence 1000</p>
<p>ipv6 access-list exterior-out6<br />
 sequence 10 permit ipv6 MY_ASSIGNED_SUBNET::/48 any reflect exterior-reflect</p>
<p>ipv6 access-list interior-in6<br />
 permit ipv6 fe80::/10 any<br />
 permit ipv6 INTERNAL_LAN_SUBNET::/64 any</p>
<p>ipv6 access-list interior-out6<br />
 permit ipv6 any any</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IPv6 on a Cisco 877 CPE device is quite simple by Paul Derby</title>
		<link>http://remcobressers.nl/2010/09/ipv6-cisco-877-cpe-device-simple/comment-page-1/#comment-4949</link>
		<dc:creator>Paul Derby</dc:creator>
		<pubDate>Mon, 22 Aug 2011 19:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=176#comment-4949</guid>
		<description>Hi Remco,

Thank you so much for putting this information in your BLOG.  Are you happy with your firewall settings?  I&#039;m totally new to the IOS firewall so I used your settings for my IPv6 tunnel on a CISCO 871W.  Everything seems to work pretty well except traceroute commands from both clients and the router.  Are you able to do a &quot;traceroute ipv6 ipv6.google.com&quot;  using your firewall settings?

Paul</description>
		<content:encoded><![CDATA[<p>Hi Remco,</p>
<p>Thank you so much for putting this information in your BLOG.  Are you happy with your firewall settings?  I&#8217;m totally new to the IOS firewall so I used your settings for my IPv6 tunnel on a CISCO 871W.  Everything seems to work pretty well except traceroute commands from both clients and the router.  Are you able to do a &#8220;traceroute ipv6 ipv6.google.com&#8221;  using your firewall settings?</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running an iSCSI SAN on CentOS 5 by el-kozik</title>
		<link>http://remcobressers.nl/2008/07/running-iscsi-san-centos-5/comment-page-1/#comment-2436</link>
		<dc:creator>el-kozik</dc:creator>
		<pubDate>Wed, 06 Apr 2011 16:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=8#comment-2436</guid>
		<description>Hi, 
I would like to ask how can I add this ISCSI target to Windows 2008 R2?? I don&#039;t known what I need write in CHAP Username and Secret in ISCSI Initiator on Windows 2008</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I would like to ask how can I add this ISCSI target to Windows 2008 R2?? I don&#8217;t known what I need write in CHAP Username and Secret in ISCSI Initiator on Windows 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running an iSCSI SAN on CentOS 5 by Podolak</title>
		<link>http://remcobressers.nl/2008/07/running-iscsi-san-centos-5/comment-page-1/#comment-2428</link>
		<dc:creator>Podolak</dc:creator>
		<pubDate>Wed, 02 Mar 2011 19:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=8#comment-2428</guid>
		<description>I would just like to point out that in release 1.4.20.2 the configuration files are in /etc/iet

If you create configuration files in /etc they will not be recognized by IET.  So the paths would be:

/etc/iet/initiators.allow
/etc/iet/ietd.conf

I do not know which release this started with, the last time I built an IET SAN was a few years ago.</description>
		<content:encoded><![CDATA[<p>I would just like to point out that in release 1.4.20.2 the configuration files are in /etc/iet</p>
<p>If you create configuration files in /etc they will not be recognized by IET.  So the paths would be:</p>
<p>/etc/iet/initiators.allow<br />
/etc/iet/ietd.conf</p>
<p>I do not know which release this started with, the last time I built an IET SAN was a few years ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running an iSCSI SAN on CentOS 5 by WC Epperson</title>
		<link>http://remcobressers.nl/2008/07/running-iscsi-san-centos-5/comment-page-1/#comment-2417</link>
		<dc:creator>WC Epperson</dc:creator>
		<pubDate>Tue, 08 Feb 2011 14:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=8#comment-2417</guid>
		<description>&quot;The iscsi-target init.d script is installed and will be started at boot-time.&quot;

Not necessarily.  On Centos 5.5, /etc/init.d/iscsi-target was created, but not linked to any runlevel.

chkconfig --add iscsi-target
chkconfig iscsi-target on</description>
		<content:encoded><![CDATA[<p>&#8220;The iscsi-target init.d script is installed and will be started at boot-time.&#8221;</p>
<p>Not necessarily.  On Centos 5.5, /etc/init.d/iscsi-target was created, but not linked to any runlevel.</p>
<p>chkconfig &#8211;add iscsi-target<br />
chkconfig iscsi-target on</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring NAT on Juniper J-series by nikhil</title>
		<link>http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/comment-page-1/#comment-2384</link>
		<dc:creator>nikhil</dc:creator>
		<pubDate>Thu, 13 Jan 2011 11:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=9#comment-2384</guid>
		<description>Hi Remco,

i have configured same configuration on my M7i router. but it’s showing error message.

please check the nat configuration
   
services {
    nat {
        pool campus-out {
            address 192.168.0.53/32;
            port automatic;
        }
        rule nat-out {
            match-direction output;
            term 1 {
                then {
                    translated {
                        source-pool campus-out;
                        translation-type {
                            source dynamic;
                        }
                    }
                }
            }
        }
        rule nat-in {
            match-direction input;
            term all {
                then {
                    no-translation;
                }
            }
        }
    }
    service-set campus-service-set {
        ##
        ## invalid path element &#039;ipsec-vpn-rule-sets&#039;   .....(Error message)
        ##
        nat-rules nat-out;
        nat-rules nat-in;
        interface-service {
            service-interface sp-1/2/0.0;
        }
    }
}</description>
		<content:encoded><![CDATA[<p>Hi Remco,</p>
<p>i have configured same configuration on my M7i router. but it’s showing error message.</p>
<p>please check the nat configuration</p>
<p>services {<br />
    nat {<br />
        pool campus-out {<br />
            address 192.168.0.53/32;<br />
            port automatic;<br />
        }<br />
        rule nat-out {<br />
            match-direction output;<br />
            term 1 {<br />
                then {<br />
                    translated {<br />
                        source-pool campus-out;<br />
                        translation-type {<br />
                            source dynamic;<br />
                        }<br />
                    }<br />
                }<br />
            }<br />
        }<br />
        rule nat-in {<br />
            match-direction input;<br />
            term all {<br />
                then {<br />
                    no-translation;<br />
                }<br />
            }<br />
        }<br />
    }<br />
    service-set campus-service-set {<br />
        ##<br />
        ## invalid path element &#8216;ipsec-vpn-rule-sets&#8217;   &#8230;..(Error message)<br />
        ##<br />
        nat-rules nat-out;<br />
        nat-rules nat-in;<br />
        interface-service {<br />
            service-interface sp-1/2/0.0;<br />
        }<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring native IPv6 in pfSense firewall by Remco Bressers</title>
		<link>http://remcobressers.nl/2009/08/configuring-native-ipv6-pfsense/comment-page-1/#comment-2267</link>
		<dc:creator>Remco Bressers</dc:creator>
		<pubDate>Thu, 21 Oct 2010 07:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=64#comment-2267</guid>
		<description>@Scott Ullrich I don&#039;t know if it makes any difference for you guys, but we are willing to provide you with native-IPv6 over a IPv4 GRE tunnel. This way you can still use native-IPv6 to test.</description>
		<content:encoded><![CDATA[<p>@Scott Ullrich I don&#8217;t know if it makes any difference for you guys, but we are willing to provide you with native-IPv6 over a IPv4 GRE tunnel. This way you can still use native-IPv6 to test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring native IPv6 in pfSense firewall by Shell</title>
		<link>http://remcobressers.nl/2009/08/configuring-native-ipv6-pfsense/comment-page-1/#comment-2266</link>
		<dc:creator>Shell</dc:creator>
		<pubDate>Thu, 21 Oct 2010 05:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=64#comment-2266</guid>
		<description>@Scott Ullrich, from a long-time PFsense supporter and advocate

I think you&#039;ve totally missing the point we&#039;re making, when you say &quot;it&#039;s extremely difficult to get ipv6 without using a tunnel&quot;. What PFsense urgently needs (for 1.2.3 and not just the oh-so-mythical-and-long-promised-but-never-finished2.0) is a way to get tunneled IPv6 on it as the endpoint, because that&#039;s the only way that most individuals and businesses are going to be getting v6 for some considerable time. 

Only 1 ISP where I live can even offer native IPv6, and they are 120$ a month for basic ADSL. Tunnels, however, are free, functional, available over 15$ a month ADSL, yet appear to have been ignored by the PFsense developers for _far_ too long, giving the impression that pfsense is now a legacy appliance.  The situation is much the same worldwide.

I&#039;ve been using (at home) and recommending (to work customers) PFsense for years now, yet all but two of the pfsense boxes at those customers have been ripped out in a purge of v4-only equipment, as the replacement cycle dictates that dual-stack equipment is now required. The irony is, of course, that PFsense is dual-stack but the GUI code screws up attempts to use IPv6 properly. 

The gap between PFsense 1.2.3 and the long-awaited 2.0 has been filled by Cisco, much to my dismay, due to the slow response to requests for IPv6 in the GUI.
Those customers will now be PFsense-less for 3-5 years until the Ciscos come up for replacement again, a tragic loss. 

Most of these companies (sohos to smb&#039;s) bought the wonderful book about PFsense 1.2.3 but were rather annoyed to find that it&#039;s the &quot;end of the line&quot;. 
We can only wonder at how much useful bounty and contributed code has been lost due to abandoning 1.2.3 and ignoring IPv6 for so long.

......sometimes you have to hear it from your nearest and dearest, but it had to be said, sorry</description>
		<content:encoded><![CDATA[<p>@Scott Ullrich, from a long-time PFsense supporter and advocate</p>
<p>I think you&#8217;ve totally missing the point we&#8217;re making, when you say &#8220;it&#8217;s extremely difficult to get ipv6 without using a tunnel&#8221;. What PFsense urgently needs (for 1.2.3 and not just the oh-so-mythical-and-long-promised-but-never-finished2.0) is a way to get tunneled IPv6 on it as the endpoint, because that&#8217;s the only way that most individuals and businesses are going to be getting v6 for some considerable time. </p>
<p>Only 1 ISP where I live can even offer native IPv6, and they are 120$ a month for basic ADSL. Tunnels, however, are free, functional, available over 15$ a month ADSL, yet appear to have been ignored by the PFsense developers for _far_ too long, giving the impression that pfsense is now a legacy appliance.  The situation is much the same worldwide.</p>
<p>I&#8217;ve been using (at home) and recommending (to work customers) PFsense for years now, yet all but two of the pfsense boxes at those customers have been ripped out in a purge of v4-only equipment, as the replacement cycle dictates that dual-stack equipment is now required. The irony is, of course, that PFsense is dual-stack but the GUI code screws up attempts to use IPv6 properly. </p>
<p>The gap between PFsense 1.2.3 and the long-awaited 2.0 has been filled by Cisco, much to my dismay, due to the slow response to requests for IPv6 in the GUI.<br />
Those customers will now be PFsense-less for 3-5 years until the Ciscos come up for replacement again, a tragic loss. </p>
<p>Most of these companies (sohos to smb&#8217;s) bought the wonderful book about PFsense 1.2.3 but were rather annoyed to find that it&#8217;s the &#8220;end of the line&#8221;.<br />
We can only wonder at how much useful bounty and contributed code has been lost due to abandoning 1.2.3 and ignoring IPv6 for so long.</p>
<p>&#8230;&#8230;sometimes you have to hear it from your nearest and dearest, but it had to be said, sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on USA dag 10 en 11 &#8211; de helse nacht in Lake Havasu en Sequoia National Park by Justin</title>
		<link>http://remcobressers.nl/2010/10/usa-dag-10-en-11-de-helse-nacht-in-lake-havasu-en-sequoia-national-park/comment-page-1/#comment-2261</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sun, 03 Oct 2010 22:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/2010/10/usa-dag-10-en-11-de-helse-nacht-in-lake-havasu-en-sequoia-national-park/#comment-2261</guid>
		<description>&quot;Zelfs het gebruik van parfum is verboden aangezien beren hier ook op af komen.&quot; Mooi, ik zou de hele campert onderspuiten en met mijn camera in den aanslag bij de buren gaan zitten :P</description>
		<content:encoded><![CDATA[<p>&#8220;Zelfs het gebruik van parfum is verboden aangezien beren hier ook op af komen.&#8221; Mooi, ik zou de hele campert onderspuiten en met mijn camera in den aanslag bij de buren gaan zitten <img src='http://remcobressers.nl/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on USA dag 10 en 11 &#8211; de helse nacht in Lake Havasu en Sequoia National Park by amy</title>
		<link>http://remcobressers.nl/2010/10/usa-dag-10-en-11-de-helse-nacht-in-lake-havasu-en-sequoia-national-park/comment-page-1/#comment-2260</link>
		<dc:creator>amy</dc:creator>
		<pubDate>Sun, 03 Oct 2010 15:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/2010/10/usa-dag-10-en-11-de-helse-nacht-in-lake-havasu-en-sequoia-national-park/#comment-2260</guid>
		<description>hee remco en ales,
dat was wel een enge camping dan met loslopende beren hihi, mamma zei dan kun je je beter een paar dagen niet douchen dan blijven ze mischien weg hahah.
nog heel veel pelzier verder!!!!
xxjes, amy</description>
		<content:encoded><![CDATA[<p>hee remco en ales,<br />
dat was wel een enge camping dan met loslopende beren hihi, mamma zei dan kun je je beter een paar dagen niet douchen dan blijven ze mischien weg hahah.<br />
nog heel veel pelzier verder!!!!<br />
xxjes, amy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

