<?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 Help with 501 ! in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/help-with-501/m-p/748146#M971541</link>
    <description>&lt;P&gt;Okay so I've looked over the config many times and I can't figure out what the problem is.  I have 2 servers running behind the PIX (s1 - out 78.xxx.xxx.15 in 10.xxx.xxx.83  s2 - out 78.xxx.xxx.14 in 10.xxx.xxx.85).  From server 1 I can VPN/RDP in, but I can not access the internet.  From server 2 it is just the opposite, I can access the internet but I can not VPN in.  Here is the config...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(4)&lt;/P&gt;&lt;P&gt;interface ethernet0 100full&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;object-group network pptp_servers&lt;/P&gt;&lt;P&gt;  network-object host 78.xxx.xxx.15&lt;/P&gt;&lt;P&gt;  network-object host 78.xxx.xxx.14&lt;/P&gt;&lt;P&gt;access-list inbound permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.14 eq www&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq www&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq domain&lt;/P&gt;&lt;P&gt;access-list inbound permit udp any host 78.xxx.xxx.15 eq domain&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq pptp&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.14 eq pptp&lt;/P&gt;&lt;P&gt;access-list inbound deny ip any any log&lt;/P&gt;&lt;P&gt;access-list outbound permit icmp any any&lt;/P&gt;&lt;P&gt;access-list outbound permit ip 10.0.0.0 255.0.0.0 any&lt;/P&gt;&lt;P&gt;access-list outbound deny ip any any log&lt;/P&gt;&lt;P&gt;access-list acl_inbound permit tcp any object-group pptp_servers eq pptp&lt;/P&gt;&lt;P&gt;access-list acl_inbound permit gre any object-group pptp_servers&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 78.xxx.xxx.16 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 10.xxx.xxx.81 255.0.0.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.15 10.xxx.xxx.83 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.14 10.xxx.xxx.85 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group acl_inbound in interface outside&lt;/P&gt;&lt;P&gt;access-group outbound in interface inside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 78.xxx.xxx.18 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fix this ASAP, so any help will be appriciated!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 10:55:46 GMT</pubDate>
    <dc:creator>homeboarder8</dc:creator>
    <dc:date>2019-03-11T10:55:46Z</dc:date>
    <item>
      <title>Help with 501 !</title>
      <link>https://community.cisco.com/t5/network-security/help-with-501/m-p/748146#M971541</link>
      <description>&lt;P&gt;Okay so I've looked over the config many times and I can't figure out what the problem is.  I have 2 servers running behind the PIX (s1 - out 78.xxx.xxx.15 in 10.xxx.xxx.83  s2 - out 78.xxx.xxx.14 in 10.xxx.xxx.85).  From server 1 I can VPN/RDP in, but I can not access the internet.  From server 2 it is just the opposite, I can access the internet but I can not VPN in.  Here is the config...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(4)&lt;/P&gt;&lt;P&gt;interface ethernet0 100full&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;object-group network pptp_servers&lt;/P&gt;&lt;P&gt;  network-object host 78.xxx.xxx.15&lt;/P&gt;&lt;P&gt;  network-object host 78.xxx.xxx.14&lt;/P&gt;&lt;P&gt;access-list inbound permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.14 eq www&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq www&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq domain&lt;/P&gt;&lt;P&gt;access-list inbound permit udp any host 78.xxx.xxx.15 eq domain&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.15 eq pptp&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 78.xxx.xxx.14 eq pptp&lt;/P&gt;&lt;P&gt;access-list inbound deny ip any any log&lt;/P&gt;&lt;P&gt;access-list outbound permit icmp any any&lt;/P&gt;&lt;P&gt;access-list outbound permit ip 10.0.0.0 255.0.0.0 any&lt;/P&gt;&lt;P&gt;access-list outbound deny ip any any log&lt;/P&gt;&lt;P&gt;access-list acl_inbound permit tcp any object-group pptp_servers eq pptp&lt;/P&gt;&lt;P&gt;access-list acl_inbound permit gre any object-group pptp_servers&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 78.xxx.xxx.16 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 10.xxx.xxx.81 255.0.0.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.15 10.xxx.xxx.83 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 78.xxx.xxx.14 10.xxx.xxx.85 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group acl_inbound in interface outside&lt;/P&gt;&lt;P&gt;access-group outbound in interface inside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 78.xxx.xxx.18 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fix this ASAP, so any help will be appriciated!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:55:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-501/m-p/748146#M971541</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2019-03-11T10:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with 501 !</title>
      <link>https://community.cisco.com/t5/network-security/help-with-501/m-p/748147#M971542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an update, I have fixed the VPN/RDP connection but server 1 still has no in internet access... Also I'm sure this isnt a hard fix but while I'm in RDP through the VPN I have no internet access on my local and remote machines. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 14:42:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-501/m-p/748147#M971542</guid>
      <dc:creator>homeboarder8</dc:creator>
      <dc:date>2007-08-09T14:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with 501 !</title>
      <link>https://community.cisco.com/t5/network-security/help-with-501/m-p/748148#M971543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Verify your dns settings on server 1. It's not a routing problem as you can hit it from the vpn. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your vpn client to have internet access while connected you must set up split tunneling. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 14:45:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-501/m-p/748148#M971543</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-08-09T14:45:42Z</dc:date>
    </item>
  </channel>
</rss>

