<?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 access in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vpn-access/m-p/769711#M970330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That seems to have worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thank you kind sir.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2007 16:48:00 GMT</pubDate>
    <dc:creator>dvanhaaren</dc:creator>
    <dc:date>2007-08-30T16:48:00Z</dc:date>
    <item>
      <title>VPN access</title>
      <link>https://community.cisco.com/t5/network-security/vpn-access/m-p/769707#M970323</link>
      <description>&lt;P&gt;I have an ASA5510 running ios 7.2(2). When a client VPN is established they are not able to access any server that dose not have a static translation built. Is it necessary to build static translations for every server that needs to accessed or is there a more simple way of doing this. I've tried the sysopt command and building a vpn-filter under the policy setting neither seems to help. Any suggestions would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:04:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-access/m-p/769707#M970323</guid>
      <dc:creator>dvanhaaren</dc:creator>
      <dc:date>2019-03-11T11:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: VPN access</title>
      <link>https://community.cisco.com/t5/network-security/vpn-access/m-p/769708#M970324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which sysopt command?  permit-vpn?&lt;/P&gt;&lt;P&gt;Do your crypto acl's allow the communication to said servers?  are you using split tunneling?&lt;/P&gt;&lt;P&gt;can you post a partial config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 15:46:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-access/m-p/769708#M970324</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-08-30T15:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: VPN access</title>
      <link>https://community.cisco.com/t5/network-security/vpn-access/m-p/769709#M970326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sysopt connection permit-vpn is the command I used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a client to ASA VPN with no split tunneling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACL's I tried were allowing all traffic from the tunnel-group to the server network.&lt;/P&gt;&lt;P&gt;access-list 10 remark verizonVPN&lt;/P&gt;&lt;P&gt;access-list 10 extended permit ip any 10.3.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;access-list 10 extended permit ip any 10.2.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;__________&lt;/P&gt;&lt;P&gt;group-policy verizon attributes&lt;/P&gt;&lt;P&gt; dns-server value 10.3.1.48 207.78.40.49&lt;/P&gt;&lt;P&gt; vpn-simultaneous-logins 10&lt;/P&gt;&lt;P&gt; default-domain value QDINC.net &lt;/P&gt;&lt;P&gt; vpn-filter value 10   &lt;/P&gt;&lt;P&gt;________&lt;/P&gt;&lt;P&gt;tunnel-group verizon type ipsec-ra&lt;/P&gt;&lt;P&gt;tunnel-group verizon general-attributes&lt;/P&gt;&lt;P&gt; address-pool qdi&lt;/P&gt;&lt;P&gt; authentication-server-group TACACS+ LOCAL&lt;/P&gt;&lt;P&gt; default-group-policy verizon&lt;/P&gt;&lt;P&gt;tunnel-group verizon ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *     &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 16:04:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-access/m-p/769709#M970326</guid>
      <dc:creator>dvanhaaren</dc:creator>
      <dc:date>2007-08-30T16:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: VPN access</title>
      <link>https://community.cisco.com/t5/network-security/vpn-access/m-p/769710#M970328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;access-list nat0_acl permit 10.3.0.0 255.255.0.0 remoteaccess_pool&lt;/P&gt;&lt;P&gt;access-list nat0_acl permit 10.2.0.0 255.255.0.0 remoteaccess_pool&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nat0_acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;substitute 'remoteaccess_pool' with whatever the IP range is of your actual pool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 16:34:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-access/m-p/769710#M970328</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-08-30T16:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: VPN access</title>
      <link>https://community.cisco.com/t5/network-security/vpn-access/m-p/769711#M970330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That seems to have worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thank you kind sir.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 16:48:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-access/m-p/769711#M970330</guid>
      <dc:creator>dvanhaaren</dc:creator>
      <dc:date>2007-08-30T16:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: VPN access</title>
      <link>https://community.cisco.com/t5/network-security/vpn-access/m-p/769712#M970332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're welcome...and thanks for the rating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 16:53:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-access/m-p/769712#M970332</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-08-30T16:53:38Z</dc:date>
    </item>
  </channel>
</rss>

