<?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 some inside hosts not able to  reach the outsid in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373121#M837539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James,&lt;/P&gt;&lt;P&gt;Pls. enable logging and add "logging buffered 7" and watch the logs for these inside IPs that have trouble reaching the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh logg | i x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where x.x.x.x is the IP of the problem client on the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are patting to the interface so, you should be able to provide translation for the inside host.&amp;nbsp; In any case what ever the problem is logs will show you what is wrong. If you don't see it in the logs may be the buffer logs are wraping too quickly and you can increase the buffer size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging buffer-size 1048576&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear logg buff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try the "sh logg | i x.x.x.x" again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know what you see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember for any flow to work through the firewall you need RTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Route&lt;/P&gt;&lt;P&gt;Translation&lt;/P&gt;&lt;P&gt;Permission&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Dec 2009 14:48:44 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2009-12-30T14:48:44Z</dc:date>
    <item>
      <title>problem with some inside hosts not able to  reach the outside interface (asa 5505)</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373113#M837498</link>
      <description>&lt;P&gt;There is a scrubbed config file at the end of this post.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Symptoms:&amp;nbsp;&amp;nbsp; Some hosts connected to the inside interface cannot reach websites or even ping our gateway, but some can.&amp;nbsp;&amp;nbsp; They can ping the LAN's gateway and other hosts on the inside, as well as hosts on the second and thir internal VLAN. I have the security plus and the unlimited user upgrade licenses installed.&amp;nbsp;&amp;nbsp; There are 4 vlans, inside (lan), outside (internet), mz (servers), and dmz (web-facing servers).&amp;nbsp;&amp;nbsp;&amp;nbsp; Again, some users can reach the internet, and some cannot.&amp;nbsp;&amp;nbsp;&amp;nbsp; I do not understand why.&amp;nbsp;&amp;nbsp; Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ASA Version 7.2(4)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;domain-name communitytech.local&lt;BR /&gt;enable password xxx encrypted&lt;BR /&gt;passwd xxx encrypted&lt;BR /&gt;names&lt;BR /&gt;name 10.1.10.20 ad-3&lt;BR /&gt;name 10.1.10.32 PhoneSystem&lt;BR /&gt;name 10.3.10.61 web-1&lt;BR /&gt;name 10.3.10.135 support&lt;BR /&gt;name 216.x.x.x support_public&lt;BR /&gt;name 216.x.x.x PhoneSystem_public&lt;BR /&gt;name 10.3.10.20 apritest&lt;BR /&gt;name 216.x.x.x ridev_public&lt;BR /&gt;name 10.3.10.24 ridev&lt;BR /&gt;name 216.x.x.x web-1_pubic&lt;BR /&gt;name 216.x.x.x apritest_public&lt;BR /&gt;name 216.x.x.x ad-3_public&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; description lan&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.1.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; description internet&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 74.x.x.x 255.255.255.240&lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt; description demilitarized zone&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 10.3.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan4&lt;BR /&gt; description servers&lt;BR /&gt; nameif mz&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.2.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; switchport access vlan 2&lt;BR /&gt; speed 100&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; switchport access vlan 3&lt;BR /&gt; speed 100&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; switchport access vlan 4&lt;BR /&gt; speed 100&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt; speed 100&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt; speed 100&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt; speed 100&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt; speed 100&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt; speed 100&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone CST -6&lt;BR /&gt;dns domain-lookup inside&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns domain-lookup dmz&lt;BR /&gt;dns domain-lookup mz&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; name-server ad-3&lt;BR /&gt; name-server 66.196.212.10&lt;BR /&gt; name-server 216.201.128.10&lt;BR /&gt; name-server 66.196.216.10&lt;BR /&gt; domain-name communitytech.local&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq smtp&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq www&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq https&lt;BR /&gt;access-list dmz_outbound extended permit udp any any eq domain&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq domain&lt;BR /&gt;access-list dmz_outbound extended permit icmp any any&lt;BR /&gt;access-list dmz_outbound extended permit icmp any any echo&lt;BR /&gt;access-list dmz_outbound extended permit icmp any any echo-reply&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq 137&lt;BR /&gt;access-list dmz_outbound extended permit udp any any eq netbios-ns&lt;BR /&gt;access-list dmz_outbound extended permit udp any any eq netbios-dgm&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq 138&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq 445&lt;BR /&gt;access-list dmz_outbound extended permit udp any any eq 445&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq 5666&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq ssh&lt;BR /&gt;access-list dmz_outbound extended permit gre any any&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq 3690&lt;BR /&gt;access-list dmz_outbound extended permit tcp any any eq 123&lt;BR /&gt;access-list dmz_outbound extended permit udp any any eq ntp&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq smtp&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq www&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq https&lt;BR /&gt;access-list dmz_inbound extended permit udp any any eq domain&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq domain&lt;BR /&gt;access-list dmz_inbound extended permit icmp any any&lt;BR /&gt;access-list dmz_inbound extended permit icmp any any echo&lt;BR /&gt;access-list dmz_inbound extended permit icmp any any echo-reply&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq 137&lt;BR /&gt;access-list dmz_inbound extended permit udp any any eq netbios-ns&lt;BR /&gt;access-list dmz_inbound extended permit udp any any eq netbios-dgm&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq 138&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq 445&lt;BR /&gt;access-list dmz_inbound extended permit udp any any eq 445&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq 5666&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq ssh&lt;BR /&gt;access-list dmz_inbound extended permit gre any any&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq 3690&lt;BR /&gt;access-list dmz_inbound extended permit udp any any eq ntp&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq 123&lt;BR /&gt;access-list dmz_inbound extended permit tcp any any eq 3309&lt;BR /&gt;access-list outside_inbound extended permit icmp any any&lt;BR /&gt;access-list outside_inbound extended permit icmp any any echo&lt;BR /&gt;access-list outside_inbound extended permit icmp any any echo-reply&lt;BR /&gt;access-list outside_inbound extended permit udp any any eq domain&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq domain&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq 137&lt;BR /&gt;access-list outside_inbound extended permit udp any any eq netbios-ns&lt;BR /&gt;access-list outside_inbound extended permit udp any any eq netbios-dgm&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq 138&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq 445&lt;BR /&gt;access-list outside_inbound extended permit udp any any eq 445&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq 5666&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq smtp&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq www&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq https&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq pptp&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq ssh &lt;BR /&gt;access-list outside_inbound extended permit gre any host ad-3&lt;BR /&gt;access-list outside_inbound extended permit tcp any host ad-3&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq 3690&lt;BR /&gt;access-list outside_inbound extended permit gre any any&lt;BR /&gt;access-list outside_inbound extended permit tcp any any eq 123&lt;BR /&gt;access-list outside_inbound extended permit udp any any eq ntp&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm warnings&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;mtu mz 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-524.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 216.x.x.x-216.x.x.x&lt;BR /&gt;global (outside) 1 74.x.x.x-74.x.x.x&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 10.1.10.0 255.255.255.0&lt;BR /&gt;static (dmz,outside) tcp apritest_public https apritest https netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) tcp apritest_public www apritest www netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) tcp support_public www support www netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) tcp support_public https support https netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) tcp web-1_pubic https web-1 https netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) tcp web-1_pubic www web-1 www netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) tcp apritest_public ssh apritest ssh netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) tcp ridev_public ssh ridev ssh netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) tcp ridev_public www ridev www netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) tcp ridev_public https ridev https netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) tcp support_public 3690 support 3690 netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp ad-3_public pptp ad-3 pptp netmask 255.255.255.255&lt;BR /&gt;static (inside,mz) 10.1.10.0 10.1.10.0 netmask 255.255.255.0&lt;BR /&gt;static (inside,dmz) 10.1.10.0 10.1.10.0 netmask 255.255.255.0&lt;BR /&gt;static (dmz,inside) 10.3.10.0 10.3.10.0 netmask 255.255.255.0&lt;BR /&gt;static (inside,outside) ad-3_public ad-3 netmask 255.255.255.255&lt;BR /&gt;access-group outside_inbound in interface outside&lt;BR /&gt;access-group dmz_inbound in interface dmz&lt;BR /&gt;access-group dmz_outbound out interface dmz&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 74.213.6.97 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 sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;http server enable&lt;BR /&gt;http 10.1.10.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&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh 10.1.10.0 255.255.255.0 inside&lt;BR /&gt;ssh timeout 30&lt;BR /&gt;console timeout 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&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 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 rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:cea3539f83e1a40cd1c325eaa14c0cee&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:52:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373113#M837498</guid>
      <dc:creator>communitytech.net</dc:creator>
      <dc:date>2019-03-11T16:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with some inside hosts not able to  reach the outsid</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373114#M837502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please tell us with ip are failing what is their destination and what interface they are behind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 17:44:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373114#M837502</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2009-12-29T17:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem with some inside hosts not able to  reach the outsid</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373115#M837507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can ping any IP behind the firewall.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; All the vlans (except outside) can ping and access each other.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hosts behind the dmz and mz vlans have no issues.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Some hosts on the inside interface (our workstations) can ping the outside world (our ISP's router, google, etc).&amp;nbsp;&amp;nbsp;&amp;nbsp; Some cannot ping anything on the outside vlan at all.&amp;nbsp;&amp;nbsp; They cannot load webpages.&amp;nbsp;&amp;nbsp;&amp;nbsp; It doesn't not give a "server" not found error, but rather a "server" responding too slow error.&amp;nbsp; For other hosts on the inside interface, none of this happens.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to summarize:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside hosts (not all) fail to communicate with anything attached to the outside interface (which is only connected to our ISP's router via a crossover cable).&lt;/P&gt;&lt;P&gt;They cannot ping either of the gateways we have available (both the 216.x.x.x subnet and the 74.x.x.x subnet)&lt;/P&gt;&lt;P&gt;They cannot ping google, cnn, or any other external hosts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are all connnected to the inside interface (the LAN).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 17:59:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373115#M837507</guid>
      <dc:creator>communitytech.net</dc:creator>
      <dc:date>2009-12-29T17:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem with some inside hosts not able to  reach the outsid</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373116#M837512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I do the "show local-host detail" command, this is the output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface mz: 0 active, 8 maximum active, 0 denied&lt;BR /&gt;Interface dmz: 0 active, 6 maximum active, 0 denied&lt;BR /&gt;Interface outside: 0 active, 92 maximum active, 0 denied&lt;BR /&gt;Interface inside: 1 active, 22 maximum active, 0 denied&lt;BR /&gt;Interface _internal_loopback: 0 active, 0 maximum active, 0 denied&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;on the inside interface is says 22 maximum active... is this the max number of hosts that can connect to the inside interface?&amp;nbsp;&amp;nbsp; I thought i could have an unlimited number of connections?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 18:34:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373116#M837512</guid>
      <dc:creator>communitytech.net</dc:creator>
      <dc:date>2009-12-29T18:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with some inside hosts not able to  reach the outsid</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373117#M837517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The maximum active is the maximum number of conns the interface saw at any point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 18:42:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373117#M837517</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2009-12-29T18:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with some inside hosts not able to  reach the outsid</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373118#M837520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes sense.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Any obvious errors in the posted config file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 18:46:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373118#M837520</guid>
      <dc:creator>communitytech.net</dc:creator>
      <dc:date>2009-12-29T18:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem with some inside hosts not able to  reach the outsid</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373119#M837526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No obvious errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please enable logging and get the logs while you initiate a failure. Make sure you keep the ip of the computer failing and lets check what the logs say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 18:57:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373119#M837526</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2009-12-29T18:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with some inside hosts not able to  reach the outsid</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373120#M837532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- How many IPs do you have in these ranges?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 216.x.x.x-216.x.x.x&lt;BR /&gt;global (outside) 1 74.x.x.x-74.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- How many inside hosts do you have?&lt;/P&gt;&lt;P&gt;- Have you tested to see, for the working client PCs, which of those two pools they're getting IPs from? &lt;/P&gt;&lt;P&gt;- (If neither) Are the client PCs taking on the outside IP of the firewall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; You can see what the IP is by visiting &lt;A href="https://community.cisco.com/www.whatismyip.com" target="_blank"&gt;www.whatismyip.com&lt;/A&gt; on the working clients&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 03:44:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373120#M837532</guid>
      <dc:creator>busterswt</dc:creator>
      <dc:date>2009-12-30T03:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with some inside hosts not able to  reach the outsid</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373121#M837539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James,&lt;/P&gt;&lt;P&gt;Pls. enable logging and add "logging buffered 7" and watch the logs for these inside IPs that have trouble reaching the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh logg | i x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where x.x.x.x is the IP of the problem client on the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are patting to the interface so, you should be able to provide translation for the inside host.&amp;nbsp; In any case what ever the problem is logs will show you what is wrong. If you don't see it in the logs may be the buffer logs are wraping too quickly and you can increase the buffer size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging buffer-size 1048576&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear logg buff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try the "sh logg | i x.x.x.x" again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know what you see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember for any flow to work through the firewall you need RTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Route&lt;/P&gt;&lt;P&gt;Translation&lt;/P&gt;&lt;P&gt;Permission&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 14:48:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-some-inside-hosts-not-able-to-reach-the-outside/m-p/1373121#M837539</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-12-30T14:48:44Z</dc:date>
    </item>
  </channel>
</rss>

