<?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: VPN Working however some Apps Not from Remote in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681171#M1054324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bumped &lt;/P&gt;&lt;P&gt;ip tcp adjust-mss 1400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still no luck if I bump any more can't get into database that is at main site from the remote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;database gives socket error.  They said check ports which I have open on both ends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 02:26:18 GMT</pubDate>
    <dc:creator>cozyk1515</dc:creator>
    <dc:date>2007-03-06T02:26:18Z</dc:date>
    <item>
      <title>VPN Working however some Apps Not from Remote</title>
      <link>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681165#M1054317</link>
      <description>&lt;P&gt;I posted here and got such a good response to my last issue - I hope I am not being a pest.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Main Location no issues out to internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set myset esp-3des esp-sha-hmac &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto map bhsn 10 ipsec-isakmp &lt;/P&gt;&lt;P&gt; description VPN to PARC&lt;/P&gt;&lt;P&gt; set peer X.X.X.X&lt;/P&gt;&lt;P&gt; set transform-set myset &lt;/P&gt;&lt;P&gt; match address 100&lt;/P&gt;&lt;P&gt;crypto map bhsn 20 ipsec-isakmp &lt;/P&gt;&lt;P&gt; description VPN to Corneilia&lt;/P&gt;&lt;P&gt; set peer X.X.X.X&lt;/P&gt;&lt;P&gt; set transform-set myset &lt;/P&gt;&lt;P&gt; match address 102&lt;/P&gt;&lt;P&gt;crypto map bhsn 30 ipsec-isakmp &lt;/P&gt;&lt;P&gt; description VPN to OAK&lt;/P&gt;&lt;P&gt; set peer X.X.X.X&lt;/P&gt;&lt;P&gt;set transform-set myset &lt;/P&gt;&lt;P&gt; match address 103&lt;/P&gt;&lt;P&gt;crypto map bhsn 40 ipsec-isakmp &lt;/P&gt;&lt;P&gt; description VPN to Wells&lt;/P&gt;&lt;P&gt; set peer X.X.X.X&lt;/P&gt;&lt;P&gt; set transform-set myset &lt;/P&gt;&lt;P&gt; match address 104&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt; description inside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt; description 5Mb WAN to Primelink&lt;/P&gt;&lt;P&gt; ip address X.X.X.X 255.255.255.128 secondary&lt;/P&gt;&lt;P&gt; ip address X.X.X.X 255.255.255.128&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; ip route-cache flow&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; crypto map bhsn&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; description Default Gateway fa0-fa3&lt;/P&gt;&lt;P&gt; ip address 2X.X.X.X 255.255.255.248 secondary&lt;/P&gt;&lt;P&gt; ip address 192.168.0.11 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; ip route-cache flow&lt;/P&gt;&lt;P&gt; ip tcp adjust-mss 1100&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip classless&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 X.X.X.X&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http authentication local&lt;/P&gt;&lt;P&gt;ip http secure-server&lt;/P&gt;&lt;P&gt;ip http timeout-policy idle 60 life 86400 requests 10000&lt;/P&gt;&lt;P&gt;ip nat inside source route-map nonat interface FastEthernet4 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;logging trap debugging&lt;/P&gt;&lt;P&gt;access-list 100 permit ip any 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 101 deny   ip 192.168.0.0 0.0.0.255 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 101 deny   ip 192.168.0.0 0.0.0.255 192.168.6.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 101 deny   ip 192.168.0.0 0.0.0.255 192.168.7.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 101 deny   ip 192.168.0.0 0.0.0.255 192.168.5.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 101 permit ip 192.168.0.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;access-list 102 permit ip any 192.168.6.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 103 permit ip any 192.168.7.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 104 permit ip any 192.168.5.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp any any eq 9903&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp any any eq 9902&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp any any eq 9901&lt;/P&gt;&lt;P&gt;access-list 105 permit udp any any eq 9901&lt;/P&gt;&lt;P&gt;access-list 105 permit udp any any eq 9902&lt;/P&gt;&lt;P&gt;access-list 105 permit udp any any eq 9903&lt;/P&gt;&lt;P&gt;no cdp run&lt;/P&gt;&lt;P&gt;route-map nonat permit 10&lt;/P&gt;&lt;P&gt; match ip address 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************&lt;/P&gt;&lt;P&gt;The Remote Routers however can't seem to get trace route, and the accounting program isn't working, POP3 Mail, and Updates.  Here is the config for one of the Remotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt; description WAN connection to PrimeLink$FW_OUTSIDE$&lt;/P&gt;&lt;P&gt; ip address X.X.X.X 255.255.255.224&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; crypto map bhsn&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; description Default Gateway fa0-fa3$FW_INSIDE$&lt;/P&gt;&lt;P&gt; ip address 192.168.1.2 255.255.255.0&lt;/P&gt;&lt;P&gt; ip directed-broadcast&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; ip tcp adjust-mss 1452&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip classless&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 X.X.X.&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http authentication local&lt;/P&gt;&lt;P&gt;ip http secure-server&lt;/P&gt;&lt;P&gt;ip http timeout-policy idle 60 life 86400 requests 10000&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 100 permit ip 192.168.1.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any any eq 9901&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any any eq 9902&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any any eq 9903&lt;/P&gt;&lt;P&gt;access-list 101 permit udp any any eq 9901&lt;/P&gt;&lt;P&gt;access-list 101 permit udp any any eq 9902&lt;/P&gt;&lt;P&gt;access-list 101 permit udp any any eq 9903&lt;/P&gt;&lt;P&gt;no cdp run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:25:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681165#M1054317</guid>
      <dc:creator>cozyk1515</dc:creator>
      <dc:date>2020-02-21T09:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: VPN Working however some Apps Not from Remote</title>
      <link>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681166#M1054318</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;You need to give us more information about the problem. Are you able to ping across the tunnel ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which ip address you are doing a traceroute to..? Where does it go ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kanishka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2007 13:03:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681166#M1054318</guid>
      <dc:creator>kaachary</dc:creator>
      <dc:date>2007-03-04T13:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: VPN Working however some Apps Not from Remote</title>
      <link>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681167#M1054319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is more information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have 4 remote locations and 1 main.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Currently Remotes can't access each other not even ping.  IE from remote 1: 192.168.1.X can't ping remote 192.168.3.X.&lt;/P&gt;&lt;P&gt;All Remotes can access Main location.  All internet traffic has to go through main router. 192.168.0.11   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** POP MAIL can't be accessed from Remotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Account Software can't be used at remotes.  The accounting software is installed on local machines but access information from request2.paydata.com and request.paydata.com  remotes can't trace to this fails at main router.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 20:17:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681167#M1054319</guid>
      <dc:creator>cozyk1515</dc:creator>
      <dc:date>2007-03-05T20:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: VPN Working however some Apps Not from Remote</title>
      <link>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681168#M1054320</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;Couldn't find 192.168.3.0 in the config you pasted. Assuiming, its one of the remote n/w , you are missing the deny statements in the access-list 101. e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 deny ip 192.168.1.0 0.0.0.255 192.168.3.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 101 deny ip 192.168.3.0 0.0.0.255 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to put the similar statements for every remote router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please rate if helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kanishka &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 20:29:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681168#M1054320</guid>
      <dc:creator>kaachary</dc:creator>
      <dc:date>2007-03-05T20:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: VPN Working however some Apps Not from Remote</title>
      <link>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681169#M1054321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that help however what about not being able to access certain items like the accounting software and Pop Mail which should all come from the main router?  All internet traffic needs to go through the main router.  I tried putting in the ports for the accounting software but that didn't work.  Am I missing something to allow the accounting software?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 22:19:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681169#M1054321</guid>
      <dc:creator>cozyk1515</dc:creator>
      <dc:date>2007-03-05T22:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: VPN Working however some Apps Not from Remote</title>
      <link>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681170#M1054323</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;On the vlan in terface on Main router, the tcp mss is set to a very low value. Some applications require the packet size to be greater.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1 &lt;/P&gt;&lt;P&gt;ip tcp adjust-mss 1100&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try increasing the tcp mss size to see if there's any success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kanishka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 23:49:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681170#M1054323</guid>
      <dc:creator>kaachary</dc:creator>
      <dc:date>2007-03-05T23:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: VPN Working however some Apps Not from Remote</title>
      <link>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681171#M1054324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bumped &lt;/P&gt;&lt;P&gt;ip tcp adjust-mss 1400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still no luck if I bump any more can't get into database that is at main site from the remote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;database gives socket error.  They said check ports which I have open on both ends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 02:26:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-working-however-some-apps-not-from-remote/m-p/681171#M1054324</guid>
      <dc:creator>cozyk1515</dc:creator>
      <dc:date>2007-03-06T02:26:18Z</dc:date>
    </item>
  </channel>
</rss>

