<?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: Cannot Access Internet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902572#M974339</link>
    <description>9.1.7-32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://software.cisco.com/download/home/279916880/type/280775065/release/9.1.7%20Interim" target="_blank"&gt;https://software.cisco.com/download/home/279916880/type/280775065/release/9.1.7%20Interim&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 04 Aug 2019 00:24:59 GMT</pubDate>
    <dc:creator>Ken Stieers</dc:creator>
    <dc:date>2019-08-04T00:24:59Z</dc:date>
    <item>
      <title>Cannot Access Internet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902524#M974321</link>
      <description>&lt;P&gt;I am having an issue accessing the Internet from workstations/server behind my Cisco ASA5540 firewall. I have worked on this for many hours, with no luck. I have been using Cisco PIX firewalls for years, and am trying very hard to get over on this ASA5540 firewall. I honestly do not understand what the issue is. I can ping out to the Internet from the firewall, no problem, both a IPs and at DNS names. I just cannot get out to the Internet from any server or workstation. The following is my configuration, and after that, a "show version" output. Please let me know what you think might be wrong here. Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa5540(config)# show config&lt;BR /&gt;: Saved&lt;BR /&gt;: Written by enable_15 at 18:29:44.131 UTC Fri Aug 2 2019&lt;BR /&gt;!&lt;BR /&gt;ASA Version 7.2(2)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa5540&lt;BR /&gt;domain-name edenhosting.net&lt;BR /&gt;enable password Vkz0vtCccFeMll8t encrypted&lt;BR /&gt;names&lt;BR /&gt;name 10.1.252.245 NS1 description Primary DNS Server (91)&lt;BR /&gt;name 10.1.252.219 Sendmail description OLD Mail Server (92)&lt;BR /&gt;name 10.1.252.247 ExchangeServer description Exchange Server 2016 (94)&lt;BR /&gt;name 10.1.252.249 WebServerIIS80 description Windows Server 2012 (93)&lt;BR /&gt;name 10.1.252.190 DRAC-DNS description DRAC for DNS Server (87)&lt;BR /&gt;name 10.1.252.191 DRAC-WebServer description DRAC for Web Server (92)&lt;BR /&gt;name 10.1.252.246 NAS description Synology NAS (86)&lt;BR /&gt;name 10.1.252.250 WebServerIIS10 description Windows Server 2019 (88)&lt;BR /&gt;name 10.1.252.192 DRAC-VirtualServer description DRAC for Virtual Server (89)&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&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 12.43.6.90 255.255.0.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;speed 100&lt;BR /&gt;duplex full&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.1.252.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&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 GigabitEthernet0/3&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 Management0/0&lt;BR /&gt;nameif management&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;management-only&lt;BR /&gt;!&lt;BR /&gt;passwd ZPTx1zDL8pJ7Ffwu encrypted&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;name-server NS1&lt;BR /&gt;name-server 8.8.8.8&lt;BR /&gt;domain-name edenhosting.net&lt;BR /&gt;access-list inside_access_in extended permit tcp host 12.43.6.91 host NS1 eq domain&lt;BR /&gt;access-list inside_access_in extended permit udp host 12.43.6.91 host NS1 eq domain&lt;BR /&gt;access-list inside_access_in extended permit tcp host 12.43.6.92 host Sendmail eq pop3&lt;BR /&gt;access-list inside_access_in extended permit tcp host 12.43.6.92 host Sendmail eq smtp&lt;BR /&gt;access-list inside_access_in extended permit tcp host 12.43.6.92 host Sendmail eq domain&lt;BR /&gt;access-list inside_access_in extended permit tcp host 12.43.6.92 host Sendmail eq 587&lt;BR /&gt;access-list inside_access_in extended permit tcp host 12.43.6.92 host Sendmail eq 465&lt;BR /&gt;access-list inside_access_in extended permit tcp host 12.43.6.92 host Sendmail eq www&lt;BR /&gt;access-list inside_access_in extended permit tcp host 12.43.6.92 host Sendmail eq https&lt;BR /&gt;access-list inside_access_in extended permit tcp host 12.43.6.92 host Sendmail eq 8088&lt;BR /&gt;access-list inside_access_in extended permit icmp any any&lt;BR /&gt;access-list inside_access_in extended permit tcp host 12.43.6.93 host WebServerIIS80 eq www&lt;BR /&gt;access-list inside_access_in extended permit ip 10.1.252.0 255.255.255.0 any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging timestamp&lt;BR /&gt;logging buffer-size 999999&lt;BR /&gt;logging buffered debugging&lt;BR /&gt;logging trap debugging&lt;BR /&gt;logging history debugging&lt;BR /&gt;logging asdm debugging&lt;BR /&gt;logging facility 23&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu management 1500&lt;BR /&gt;ip verify reverse-path interface outside&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-522.bin&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;nat-control&lt;BR /&gt;nat (inside) 1 10.1.252.0 255.255.255.0&lt;BR /&gt;static (inside,outside) 12.43.6.91 NS1 netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) 12.43.6.92 Sendmail netmask 255.255.255.255 tcp 0 120&lt;BR /&gt;static (inside,outside) 12.43.6.93 WebServerIIS80 netmask 255.255.255.255 tcp 0 120&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 12.43.6.81 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 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 uauth 0:05:00 absolute&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 management&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;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd address 192.168.1.2-192.168.1.254 management&lt;BR /&gt;dhcpd enable management&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:c01c5eda61d05eb6144365d3feb1d611&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa5540(config)# show version&lt;/P&gt;&lt;P&gt;Cisco Adaptive Security Appliance Software Version 7.2(2)&lt;BR /&gt;Device Manager Version 5.2(2)&lt;/P&gt;&lt;P&gt;Compiled on Wed 22-Nov-06 14:16 by builders&lt;BR /&gt;System image file is "disk0:/asa722-k8.bin"&lt;BR /&gt;Config file at boot was "startup-config"&lt;/P&gt;&lt;P&gt;ciscoasa5540 up 2 hours 41 mins&lt;/P&gt;&lt;P&gt;Hardware: ASA5540-K8, 2560 MB RAM, CPU Pentium 4 2000 MHz&lt;BR /&gt;Internal ATA Compact Flash, 256MB&lt;BR /&gt;BIOS Flash AT49LW080 @ 0xffe00000, 1024KB&lt;/P&gt;&lt;P&gt;Encryption hardware device : Cisco ASA-55x0 on-board accelerator (revision 0x0)&lt;BR /&gt;Boot microcode : CNlite-MC-Boot-Cisco-1.2&lt;BR /&gt;SSL/IKE microcode: CNlite-MC-IPSEC-Admin-3.03&lt;BR /&gt;IPSec microcode : CNlite-MC-IPSECm-MAIN-2.04&lt;BR /&gt;0: Ext: GigabitEthernet0/0 : address is 001a.2f94.4f56, irq 9&lt;BR /&gt;1: Ext: GigabitEthernet0/1 : address is 001a.2f94.4f57, irq 9&lt;BR /&gt;2: Ext: GigabitEthernet0/2 : address is 001a.2f94.4f58, irq 9&lt;BR /&gt;3: Ext: GigabitEthernet0/3 : address is 001a.2f94.4f59, irq 9&lt;BR /&gt;4: Ext: Management0/0 : address is 001a.2f94.4f55, irq 11&lt;BR /&gt;5: Int: Internal-Data0/0 : address is 0000.0001.0002, irq 11&lt;BR /&gt;6: Int: Internal-Control0/0 : address is 0000.0001.0001, irq 5&lt;/P&gt;&lt;P&gt;Licensed features for this platform:&lt;BR /&gt;Maximum Physical Interfaces : Unlimited&lt;BR /&gt;Maximum VLANs : 200&lt;BR /&gt;Inside Hosts : Unlimited&lt;BR /&gt;Failover : Active/Active&lt;BR /&gt;VPN-DES : Enabled&lt;BR /&gt;VPN-3DES-AES : Enabled&lt;BR /&gt;Security Contexts : 2&lt;BR /&gt;GTP/GPRS : Disabled&lt;BR /&gt;VPN Peers : 5000&lt;BR /&gt;WebVPN Peers : 10&lt;/P&gt;&lt;P&gt;This platform has an ASA 5540 VPN Premium license.&lt;/P&gt;&lt;P&gt;Serial Number: JMX1112L1JH&lt;BR /&gt;Running Activation Key: 0x133c6c4f 0x3cca370e 0x9882a598 0x897810c8 0x0a2c0289&lt;BR /&gt;Configuration register is 0x1&lt;BR /&gt;Configuration last modified by enable_15 at 18:29:39.206 UTC Fri Aug 2 2019&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:22:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902524#M974321</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2020-02-21T17:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Internet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902540#M974324</link>
      <description>&lt;P&gt;ASA 7.2 ~(Hoooo) its quite old code, cisco retired ages ago. let me re-think what iam providng suggestion may not be correct, since been long worked. on that. before 8.3 there was some global command for NAT, which is no longer available in 8.3 onwards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;high level i think you having NAT issue ( also your Internet subnet is correct ? 255.255.0.0 - no provider will allocate this kind of address space for user, please check that also).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;hostname(config)# &lt;STRONG class="cBold"&gt;global (outside) 1 X.x.x.x &amp;lt;&amp;lt; public IP or range you can specify&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is the reference guide :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa72/configuration/guide/conf_gd/cfgnat.html#wp1042810%0A" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa72/configuration/guide/conf_gd/cfgnat.html#wp1042810%0A&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2019 20:58:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902540#M974324</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2019-08-03T20:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Internet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902547#M974327</link>
      <description>Thank you so much for your reply! I changed the subnet mask as you suggested (that is how it was in my old PIX), and that had no effect.&lt;BR /&gt;I used to use the global on the PIX a long time ago, but found that the PIX would work fine with JUST this:&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 12.43.6.81 1&lt;BR /&gt;I am not sure why I would need both statements, but will try it. I entered the following:&lt;BR /&gt;global (outside) 1 12.43.6.81&lt;BR /&gt;And again, I am able to access the Internet AND all of the workstations just fine from the ASA firewall itself (using pings).&lt;BR /&gt;So I think you are correct in saying there may be a NAT issue, as perhaps the workstation IPs are being block from translation from inside to outside.&lt;BR /&gt;I also found a line in the configuration that concerns me, as follows:&lt;BR /&gt;&lt;BR /&gt;nat-control&lt;BR /&gt;&lt;BR /&gt;I read up on this, and don't understand it much, but thought that it might actually be the issue.&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Aug 2019 21:14:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902547#M974327</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2019-08-03T21:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Internet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902563#M974332</link>
      <description>&lt;P&gt;Since you moved from PIX, many things changes on ASA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make it easy, start with simple config and build on top of static NAT and more complex things you like to do.&lt;/P&gt;
&lt;P&gt;So lets focus Internal networks NAT with Public IP get internet access done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once you made changes post the configuration to review. (since i dont have any old code device for to simulate for your problem)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we have moved way ahead of 9.x trends.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2019 22:43:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902563#M974332</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2019-08-03T22:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Internet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902568#M974335</link>
      <description>I'll do exactly that and get back to this thread. I can update the IOS at a later time. What would be the very latest IOS that I can install on this device (ASA-5540)?&lt;BR /&gt;Thank you very much for your help!&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Aug 2019 23:48:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902568#M974335</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2019-08-03T23:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Internet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902572#M974339</link>
      <description>9.1.7-32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://software.cisco.com/download/home/279916880/type/280775065/release/9.1.7%20Interim" target="_blank"&gt;https://software.cisco.com/download/home/279916880/type/280775065/release/9.1.7%20Interim&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Aug 2019 00:24:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902572#M974339</guid>
      <dc:creator>Ken Stieers</dc:creator>
      <dc:date>2019-08-04T00:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Internet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902653#M974341</link>
      <description>&lt;P&gt;&lt;SPAN&gt;asa917-32-k8.bin - this is latest verion,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;read the release notes :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.cisco.com/web/software/280775065/131523/ASA-917-Interim-Release-Notes.html" target="_blank"&gt;https://www.cisco.com/web/software/280775065/131523/ASA-917-Interim-Release-Notes.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;upgrading from 7.2 to 9.1 is big change. so make sure you aware lot of config changes and upgrade path.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2019 10:33:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3902653#M974341</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2019-08-04T10:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Internet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3905654#M974344</link>
      <description>Thank you very much Balaji. I was also wondering if you might know what the very latest version of the software for the IPS hardware would be? I have the following installed in the 5540 (using "show inv"):&lt;BR /&gt;&lt;BR /&gt;Name: "slot 1", DESCR: "ASA 5500 Series Security Services Module-20"&lt;BR /&gt;PID: ASA-SSM-20 , VID: V01 , SN: JAF10431796&lt;BR /&gt;&lt;BR /&gt;I don't have any software installed for this device at all yet, and would like to get it working. Do you know what I need to install to get this going? Please let me know. Thank you very much!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Aug 2019 23:12:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3905654#M974344</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2019-08-08T23:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Access Internet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3905704#M974347</link>
      <description>&lt;P&gt;its been long time i have not worked on SSM since we moved to FTD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as per the cisco here is the latest.&amp;nbsp;&lt;SPAN&gt;IPS-SSM_20-K9-sys-1.1-a-7.0-2-E3.img&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 00:59:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-access-internet/m-p/3905704#M974347</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2019-08-09T00:59:39Z</dc:date>
    </item>
  </channel>
</rss>

