<?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: Basic PAT/NAT setup problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918917#M457668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved the ping problem, added:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list global-access extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried both of the pat statements given, both work.&amp;nbsp; Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2012 14:30:43 GMT</pubDate>
    <dc:creator>DurableJoe</dc:creator>
    <dc:date>2012-03-28T14:30:43Z</dc:date>
    <item>
      <title>Basic PAT/NAT setup problem</title>
      <link>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918914#M457663</link>
      <description>&lt;P&gt;Compared to what most people are posting about, what I am trying to resolve seems so simple, and it is so frustrating not to get it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ASA 5505 running 8.4 in a remote office.&amp;nbsp; The outside interface is connected to a cable modem that gives us a static IP.&amp;nbsp; The inside is a lan where 3 workstations and a printer sit.&amp;nbsp; I canno get this blasted thing to let the workstations access the internet.&amp;nbsp; When running from CLI, I can ping ip addresses on the internet, but my workstations cannot.&amp;nbsp; Here is my config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOLAasa# show run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.4(3)&lt;BR /&gt;!&lt;BR /&gt;hostname NOLAasa&lt;BR /&gt;enable password Hm9VvynuYBmz1gGv encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.0.4.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address x.x.54.6 255.255.255.224&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network obj_any&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;nat (inside,outside) source dynamic obj_any interface&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 x.x.54.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&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;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 10.0.4.0 255.255.255.0 inside&lt;BR /&gt;http 10.0.0.0 255.255.255.0 inside&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 warmstart&lt;/P&gt;&lt;P&gt;telnet 10.0.0.0 255.255.255.0 inside&lt;BR /&gt;telnet 10.0.4.0 255.255.255.0 inside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh 10.0.4.0 255.255.255.0 inside&lt;BR /&gt;ssh 10.0.0.0 255.255.255.0 inside&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 10.0.4.101-10.0.4.132 inside&lt;BR /&gt;dhcpd dns 10.0.0.42 68.105.28.16 interface inside&lt;BR /&gt;dhcpd wins 10.0.0.42 interface inside&lt;BR /&gt;dhcpd lease 86400 interface inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;webvpn&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:d516e5670440d426070f860b2548a780&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help, this is driving me nuts.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:47:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918914#M457663</guid>
      <dc:creator>DurableJoe</dc:creator>
      <dc:date>2019-03-11T22:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PAT/NAT setup problem</title>
      <link>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918915#M457665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;EDIT: Seems your configuration should work though I have never done the PAT like that.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT2: I got the picture that your outside interface would be getting IP address from a DHCP server? Wouldnt the Vlan2 then have a configuration line of "ip address dhcp setroute". It would then get an IP address from the device in front and set the default route itself without configuring it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are 2 of the basic formats I use to configure simple PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAT1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (any,outside) after-auto source dynamic any interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network DEFAULT-PAT-SOURCE&lt;/P&gt;&lt;P&gt; description PAT translation source addresses&lt;/P&gt;&lt;P&gt; network-object 10.0.4.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) after-auto source dynamic DEFAULT-PAT-SOURCE interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try those. Remember to remove the old configurations and perhaps use "clear xlate" to remove all the existing translations from the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if this helped&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 13:28:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918915#M457665</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-03-28T13:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PAT/NAT setup problem</title>
      <link>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918916#M457667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply.&amp;nbsp; I tried both of those suggestions, and I still couldn't ping from the workstation an IP address that I can ping from inside the router.&amp;nbsp; However, I launched internet explorer and I can go to websites, so it is translating stuff.&amp;nbsp; Why can't I ping an ip address but I can go to websites?&amp;nbsp; Do I need to put in an ACL or something to specifically allow pinging to go throug the PAT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 14:14:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918916#M457667</guid>
      <dc:creator>DurableJoe</dc:creator>
      <dc:date>2012-03-28T14:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Basic PAT/NAT setup problem</title>
      <link>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918917#M457668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved the ping problem, added:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list global-access extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried both of the pat statements given, both work.&amp;nbsp; Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 14:30:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918917#M457668</guid>
      <dc:creator>DurableJoe</dc:creator>
      <dc:date>2012-03-28T14:30:43Z</dc:date>
    </item>
    <item>
      <title>Basic PAT/NAT setup problem</title>
      <link>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918918#M457671</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 think I know why your original ICMPs werent getting through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if you left it out but the bottom part of the configuration on the ASA CLI should show "policy-map" configuration which has alot of "inspect &lt;SERVICENAME&gt;" rows.&lt;/SERVICENAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could have added a row "inspect icmp" there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you could have just added the access-list line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list global-access permit icmp 10.0.4.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would only allow ICMP from LAN to WAN. Now if you give a static public IP address to some server on the LAN. Anyone from WAN can send ICMP to it since you have a "permit icmp any any" line in the access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you have only a single ACL configured on the ASA that handles ACL rules for all interfaces? I personally have sticked to using interface specific ACLs on the ASA. Seems simpler/clearer that way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 14:48:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-pat-nat-setup-problem/m-p/1918918#M457671</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-03-28T14:48:43Z</dc:date>
    </item>
  </channel>
</rss>

