<?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: problem with static nat in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737632#M494036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your ACL what I understood is that you don't have any ACL applied to your outside interface , correct ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also from your explanation I can understand that your ISP has provided you with two set of subnets ip address and both having same gateway that is why you only have default route pointing to interface "outside" , this is strange for me I.e. two subnets having same gateway. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good thing is that you can access the Internet from this devices . In our case we will try this first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need the following on your FW to allow access to your device from outside,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside, outside)  &lt;/P&gt;&lt;P&gt;Access-group out-in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Nov 2011 18:02:01 GMT</pubDate>
    <dc:creator>zulqurnain</dc:creator>
    <dc:date>2011-11-06T18:02:01Z</dc:date>
    <item>
      <title>problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737625#M494025</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running an ASA 8.2 code.&amp;nbsp; I have a public ip address defined on one of my interfaces and all internal traffic is pat'd to that, it works well.&amp;nbsp; we asked for another public scope from the isp and we defined that on another interface of the firewall.&amp;nbsp; on this new&amp;nbsp; interface we have a device with an ip address within the new (public scope) but the problem it cannot be accessed from the internet, we know it's now an isp issue.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can ping this device from the new interface but not from the old public ip interface.&amp;nbsp; i am pretty sure we are missing a static nat that allows traffic to communicate from the new to the old public segment defined on two different interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:46:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737625#M494025</guid>
      <dc:creator>network770</dc:creator>
      <dc:date>2019-03-11T21:46:41Z</dc:date>
    </item>
    <item>
      <title>problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737626#M494026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ronni Ronni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are both outside interface so I guess they have the same security level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have configured the same-security-level permit inter-interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you like you can post the running configuration and we can take a deeper look on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 00:53:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737626#M494026</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-11-06T00:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737627#M494027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I have same-security-level permit inter-interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the config, I removed all the unncessary info such as vpn tunnels... if you see eth0/0 is our primary path to the internet and it has a public ip and eth0/3 is the 2nd one.&amp;nbsp; I have a bunch of allowed acl's to allow traffic to eth0/0 from the outside but removed those acl's from here, but i do have a permit ip any any to all outside traffic going the sip interface whitch is eth0/3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have no issues with eth0/0 but when i connect a device to eth0/3 with an ip of the same segment it is not accessible from the internet.&amp;nbsp; note that there is no need to nat anything because the device has also a pulbic ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;description primary internet&lt;BR /&gt;speed 100&lt;BR /&gt;duplex full&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 1.1.1.1 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;description internal network&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;description DMZ&lt;BR /&gt;nameif dmz&lt;BR /&gt;security-level 50&lt;BR /&gt;ip address 172.16.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;description secondary internet&lt;BR /&gt;speed 100&lt;BR /&gt;duplex full&lt;BR /&gt;nameif sip&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 2.2.2.2 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&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;boot system disk0:/asa824-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone EST -5&lt;BR /&gt;clock summer-time EDT recurring&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;tcp-map allow-probes&lt;BR /&gt;&amp;nbsp; tcp-options range 76 78 allow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;mtu sip 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any outside&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;icmp permit any sip&lt;BR /&gt;asdm image disk0:/asdm-641.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;access-group sip_traffic in interface sip&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 1.1.1.2&lt;/P&gt;&lt;P&gt;access-list sip_traffic extended permit ip any any&lt;/P&gt;&lt;P&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 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;ssh timeout 60&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;class-map tcp-traffic&lt;BR /&gt;match access-list tcp-traffic&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;&amp;nbsp; inspect http&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;class tcp-traffic&lt;BR /&gt;&amp;nbsp; set connection advanced-options allow-probes&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also added the following acl on the incoming to the outside access-group acl&lt;/P&gt;&lt;P&gt;permit ip any 2.2.2.0 255.255.255.248 and i can see the hitct going up when i ping from the outside, but pings fail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think i am missing a static nat, pretty sure.&amp;nbsp; also note that eth0/0 has a cable to the isp and eth0/3 is connected to some internal device with this pub ip segment, so everything has to go through eth0/0 for internet access, incoming and outgoing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another point in my troubleshooting.&amp;nbsp; I run a packet capture and I see traffic hitting the eth0/0 int and eth0/3&amp;nbsp; but it's one way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 13:13:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737627#M494027</guid>
      <dc:creator>network770</dc:creator>
      <dc:date>2011-11-06T13:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737628#M494029</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;Turn on syslog and see the error then adjust as necessary &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 14:56:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737628#M494029</guid>
      <dc:creator>zulqurnain</dc:creator>
      <dc:date>2011-11-06T14:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737629#M494031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I see nothing in the logs, but the capture files show that the traffic is one way.&lt;/P&gt;&lt;P&gt;i am missing a nat i think but not sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 15:06:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737629#M494031</guid>
      <dc:creator>network770</dc:creator>
      <dc:date>2011-11-06T15:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737630#M494033</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;I have two simple question before I can answer ur question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Can you post your ACL ?&lt;/P&gt;&lt;P&gt;2. Where is your static which defines that the new devices on this new subnet is published to outside through the SIP interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also your default route is pointing to "outside" so all traffic will go out that interface regardless where it is coming from , maybe your capture is saying one way for this reason. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 15:40:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737630#M494033</guid>
      <dc:creator>zulqurnain</dc:creator>
      <dc:date>2011-11-06T15:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737631#M494035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; 1.&lt;/P&gt;&lt;P&gt;access-group acl_in in interface outside&lt;/P&gt;&lt;P&gt;access-group sip in interface sip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list sip extended permit ip any any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list acl_in extended permit ip any 66.209.62.136 255.255.255.248&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int outside is my eth0/0 which is connected to the isp &lt;/P&gt;&lt;P&gt;int sip is my eth0/3 which is the new segment - to that interface i have a device with a pub ip defined in that vlan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i ping both the firewall interface (sip) and the device of that interface i see the sip acl hitcnt going up&lt;/P&gt;&lt;P&gt;by the way the device off the sip interface can access teh interent, but problem it is not accessed from the outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;i don't have any stat nats, i tried this but it didn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (sip,outside)&amp;nbsp; 1.1.1.0 1.1.1.0 netmask 255.255.255.248&lt;/P&gt;&lt;P&gt;in other words, all traffic hitting the outside int but destined to the sip interface, dont' nat it.&amp;nbsp; It did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my default route is going to the outside as instructed by the isp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 15:55:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737631#M494035</guid>
      <dc:creator>network770</dc:creator>
      <dc:date>2011-11-06T15:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737632#M494036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your ACL what I understood is that you don't have any ACL applied to your outside interface , correct ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also from your explanation I can understand that your ISP has provided you with two set of subnets ip address and both having same gateway that is why you only have default route pointing to interface "outside" , this is strange for me I.e. two subnets having same gateway. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good thing is that you can access the Internet from this devices . In our case we will try this first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need the following on your FW to allow access to your device from outside,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside, outside)  &lt;/P&gt;&lt;P&gt;Access-group out-in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 18:02:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737632#M494036</guid>
      <dc:creator>zulqurnain</dc:creator>
      <dc:date>2011-11-06T18:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737633#M494037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i have the permit acl from the outside, but i am missing the static nat.&lt;/P&gt;&lt;P&gt;can you please send me the exact static nat i need to apply to allow traffic from the outside&lt;/P&gt;&lt;P&gt;to this new public segment on my eth0/3 interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 18:09:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737633#M494037</guid>
      <dc:creator>network770</dc:creator>
      <dc:date>2011-11-06T18:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737634#M494038</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;I did write it in my post above , dunno any it got truncated , here goes again &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside, outside) (public ip-address) (inside device ip-address ) netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 18:18:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737634#M494038</guid>
      <dc:creator>zulqurnain</dc:creator>
      <dc:date>2011-11-06T18:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with static nat</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737635#M494039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iPad app has a bug &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 18:21:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-static-nat/m-p/1737635#M494039</guid>
      <dc:creator>zulqurnain</dc:creator>
      <dc:date>2011-11-06T18:21:40Z</dc:date>
    </item>
  </channel>
</rss>

