<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic NAT problem of DMZ side in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290902#M342661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Telnet on Outisde interface is not possible. you will have to configure VPN to do the same. &lt;/P&gt;&lt;P&gt;Although you can configure SSH on outside interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Pankaj &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark if this resolve your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Sep 2013 07:15:44 GMT</pubDate>
    <dc:creator>pankaj29in</dc:creator>
    <dc:date>2013-09-21T07:15:44Z</dc:date>
    <item>
      <title>NAT problem of DMZ side</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290900#M342655</link>
      <description>&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;I created simple PIX,inside,outside and dmz.....my inside to outside connection working just fine...outside to inside also work fine ...but outside to dmz not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;global (outside) 1 110.110.110.200-110.110.110.253&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;global (outside) 2 110.110.110.254&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;nat (inside) 0 access-list NONAT&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;nat (inside) 1 10.0.0.0 255.0.0.0 0 0&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;nat (DMZ) 2 172.16.0.0 255.255.0.0 0 0&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;access-group OUT_IN_DMZ in interface outside&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;access-group DMZ_IN in interface DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;access-list OUT_IN_DMZ permit tcp host 110.110.110.2 110.0.0.0 255.0.0.0 eq teln&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;et&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;access-list DMZ_IN permit tcp any any eq telnet&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;access-list DMZ_IN permit ip any any&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;access-list NONAT permit ip 10.0.0.0 255.0.0.0 172.16.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;I did above config in PIX to only allow telnet traffic inside my network and DMZ from outside &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;now outside to inside telnet possible with first host suppose 110.110.110.200 .... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;unfortunately DMZ to outside work but outside to DMZ 110.110.110.254 not telnetting &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;???????!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;Please help me why outside to DMZ not telnet even though DMZ to outside telnet and outside also get global address 110.110.110.254 !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;so inshort&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;inside ---&amp;gt;outside 10.1.1.2 --- 110.110.110.200 (after NAT) telnet-------&amp;gt; 110.110.110.2 &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; good&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;dmz-----&amp;gt;outside 172.16.1.2 ---- 110.110.110.254(after NAT) telnet ------&amp;gt;110.110.110.2 &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; good again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;outside ----&amp;gt;dmz 110.110.110.2----110.110.110.254 telnet &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt; bad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;Thanks in advance I attached my lab and config with this mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: arial;"&gt;Bye,&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:41:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290900#M342655</guid>
      <dc:creator>Anand Solgama</dc:creator>
      <dc:date>2019-03-12T02:41:43Z</dc:date>
    </item>
    <item>
      <title>Re:NAT problem of DMZ side</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290901#M342657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you access from a lower security zone (outside) to a higher security zone (dmz) you need two things:&lt;BR /&gt;1. Static nat translation (bidirectional)&lt;BR /&gt;2. Permit on the access list&lt;BR /&gt;&lt;BR /&gt;What do you have configured is dynamic pat translation from the dmz to the outside and this is only uni directional from the higher to lower zone.&lt;BR /&gt;&lt;BR /&gt;You need to publish dmz hosts to the outside using another public ips in one to one static mapping and permit the traffic to these public ips in the outside access list.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support Android App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Sep 2013 07:07:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290901#M342657</guid>
      <dc:creator>Tariq Bader</dc:creator>
      <dc:date>2013-09-21T07:07:29Z</dc:date>
    </item>
    <item>
      <title>NAT problem of DMZ side</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290902#M342661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Telnet on Outisde interface is not possible. you will have to configure VPN to do the same. &lt;/P&gt;&lt;P&gt;Although you can configure SSH on outside interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Pankaj &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark if this resolve your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Sep 2013 07:15:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290902#M342661</guid>
      <dc:creator>pankaj29in</dc:creator>
      <dc:date>2013-09-21T07:15:44Z</dc:date>
    </item>
    <item>
      <title>NAT problem of DMZ side</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290903#M342664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks but in INSIDE to OUTSIDE also higher to lower in that NAT is working fine sometime I use """GLOBAL(OUTSIDE) 1 interface"""" ...command also and that also worked ,so why for DMZ &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt; not working ...I guess I used 2 NAT that is why&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;nat (inside) 2 0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I removed nat (inside) 1 0 0 and after that also it was not working only after static it is working confusion &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Sep 2013 08:02:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290903#M342664</guid>
      <dc:creator>Anand Solgama</dc:creator>
      <dc:date>2013-09-21T08:02:20Z</dc:date>
    </item>
    <item>
      <title>NAT problem of DMZ side</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290904#M342669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Telnet is working just fine from DMZ to OUTSIDE(110.110.110.2) and traslating also but my question is why outside can not telnet to my DMZ ?????? and one more thing outside can telnet to inside &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; so it is working !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Sep 2013 08:04:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem-of-dmz-side/m-p/2290904#M342669</guid>
      <dc:creator>Anand Solgama</dc:creator>
      <dc:date>2013-09-21T08:04:53Z</dc:date>
    </item>
  </channel>
</rss>

