<?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 Re: Same interface issue on PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/same-interface-issue-on-pix/m-p/1469101#M655461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make sure you are on min. version 7.2.1 to support clear text u-turning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/pix/pix72/release/notes/pixrn72.html#wp186199"&gt;http://www.cisco.com/en/US/docs/security/pix/pix72/release/notes/pixrn72.html#wp186199&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jun 2010 03:56:45 GMT</pubDate>
    <dc:creator>abinjola</dc:creator>
    <dc:date>2010-06-23T03:56:45Z</dc:date>
    <item>
      <title>Same interface issue on PIX</title>
      <link>https://community.cisco.com/t5/network-security/same-interface-issue-on-pix/m-p/1469099#M655458</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following scenarion I wounder if someone could guide me. I have two servers in DMZ (on same subnet) both servers have static defined NAT entries on the firewall. I want to access one server from another using public IP but doesn't seem to work. Please could someone look at my lab config and give me some hint?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX version 7.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;dns-guard&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 10.0.0.1 255.0.0.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 172.16.0.1 255.255.0.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet2&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet3&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet4&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;access-list OUTSIDE_IN extended permit ip any host 10.0.0.12&lt;BR /&gt;access-list OUTSIDE_IN extended permit ip any host 10.0.0.13&lt;BR /&gt;access-list OUTSIDE_IN extended permit icmp any host 10.0.0.12&lt;BR /&gt;access-list OUTSIDE_IN extended permit icmp any host 10.0.0.13&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging buffered debugging&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;static (inside,outside) 10.0.0.12 172.16.0.2 netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) 10.0.0.13 172.16.0.3 netmask 255.255.255.255&lt;BR /&gt;access-group OUTSIDE_IN in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 10.0.0.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00&lt;BR /&gt;timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;BR /&gt;timeout uauth 0:05:00 absolute&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:02:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/same-interface-issue-on-pix/m-p/1469099#M655458</guid>
      <dc:creator>Muhammad Khan</dc:creator>
      <dc:date>2019-03-11T18:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Same interface issue on PIX</title>
      <link>https://community.cisco.com/t5/network-security/same-interface-issue-on-pix/m-p/1469100#M655459</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;static (dmz,dmz) public_IP real_IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when accesing the server from the DMZ, it will get to the ASA which will redirect it to the same DMZ interface.&lt;/P&gt;&lt;P&gt;You also need:&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 20:08:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/same-interface-issue-on-pix/m-p/1469100#M655459</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-06-22T20:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Same interface issue on PIX</title>
      <link>https://community.cisco.com/t5/network-security/same-interface-issue-on-pix/m-p/1469101#M655461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make sure you are on min. version 7.2.1 to support clear text u-turning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/pix/pix72/release/notes/pixrn72.html#wp186199"&gt;http://www.cisco.com/en/US/docs/security/pix/pix72/release/notes/pixrn72.html#wp186199&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 03:56:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/same-interface-issue-on-pix/m-p/1469101#M655461</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2010-06-23T03:56:45Z</dc:date>
    </item>
  </channel>
</rss>

