<?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: Configuring NAT on Juniper J-series</title>
	<atom:link href="http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/feed/" rel="self" type="application/rss+xml" />
	<link>http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/</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>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>By: nikhil</title>
		<link>http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/comment-page-1/#comment-2235</link>
		<dc:creator>nikhil</dc:creator>
		<pubDate>Thu, 23 Sep 2010 12:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=9#comment-2235</guid>
		<description>Hi Remco, 

              i have configured same configuration on my M7i router. but it&#039;s showing error message.

 i want to configure outgoing nat rule.</description>
		<content:encoded><![CDATA[<p>Hi Remco, </p>
<p>              i have configured same configuration on my M7i router. but it&#8217;s showing error message.</p>
<p> i want to configure outgoing nat rule.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LEO</title>
		<link>http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/comment-page-1/#comment-2221</link>
		<dc:creator>LEO</dc:creator>
		<pubDate>Sun, 05 Sep 2010 13:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=9#comment-2221</guid>
		<description>You forget the stateful-firewall !</description>
		<content:encoded><![CDATA[<p>You forget the stateful-firewall !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sai</title>
		<link>http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/comment-page-1/#comment-2167</link>
		<dc:creator>Sai</dc:creator>
		<pubDate>Wed, 03 Feb 2010 11:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=9#comment-2167</guid>
		<description>Doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernardo</title>
		<link>http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/comment-page-1/#comment-2129</link>
		<dc:creator>Bernardo</dc:creator>
		<pubDate>Wed, 12 Aug 2009 00:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=9#comment-2129</guid>
		<description>Hi,

Is it possible to do the same thing with a next-hop style configuration?

I&#039;ve been unable to replicate this configuration using the service set applied to the &quot;internal&quot; interface. It seems like a routing loop is created.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is it possible to do the same thing with a next-hop style configuration?</p>
<p>I&#8217;ve been unable to replicate this configuration using the service set applied to the &#8220;internal&#8221; interface. It seems like a routing loop is created.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cesar</title>
		<link>http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/comment-page-1/#comment-2123</link>
		<dc:creator>cesar</dc:creator>
		<pubDate>Mon, 25 May 2009 03:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=9#comment-2123</guid>
		<description>Very good explanation of a NAT configuration.  excellent!!!  thanks</description>
		<content:encoded><![CDATA[<p>Very good explanation of a NAT configuration.  excellent!!!  thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 控制台端口(Console)及辅助(Auxiliary)端口配置 &#171; JUNIPER JUNOS &#38; CISCO IOS 互联路由</title>
		<link>http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/comment-page-1/#comment-105</link>
		<dc:creator>控制台端口(Console)及辅助(Auxiliary)端口配置 &#171; JUNIPER JUNOS &#38; CISCO IOS 互联路由</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=9#comment-105</guid>
		<description>[...] 如果你使用的是Juniper J-系列多业务路由器上的JUNOS Software with Enhanced Services，你还可以进行诸如实现JUNOS NAT业务的配置。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 如果你使用的是Juniper J-系列多业务路由器上的JUNOS Software with Enhanced Services，你还可以进行诸如实现JUNOS NAT业务的配置。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/comment-page-1/#comment-79</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Wed, 03 Sep 2008 03:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=9#comment-79</guid>
		<description>do ES  do ES!!</description>
		<content:encoded><![CDATA[<p>do ES  do ES!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://remcobressers.nl/2008/07/configuring-nat-on-juniper-j-series/comment-page-1/#comment-22</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Tue, 22 Jul 2008 18:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://remcobressers.nl/?p=9#comment-22</guid>
		<description>I have been looking for something like this to use on my Olive forever. Thanks!</description>
		<content:encoded><![CDATA[<p>I have been looking for something like this to use on my Olive forever. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

