<?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 VPN Client access-list in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vpn-client-access-list/m-p/360390#M1056888</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i add acess-list to vpn client that connect to the PIx VPN.&lt;/P&gt;&lt;P&gt;I tried to use :&lt;/P&gt;&lt;P&gt;access-list outacl deny tcp 10.1.198.1 10.1.32.1&lt;/P&gt;&lt;P&gt;but it seems not working&lt;/P&gt;&lt;P&gt;(10.1.198.0-10.1.198.254 is the vpnpool)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 07:41:01 GMT</pubDate>
    <dc:creator>e-mourad</dc:creator>
    <dc:date>2020-02-21T07:41:01Z</dc:date>
    <item>
      <title>VPN Client access-list</title>
      <link>https://community.cisco.com/t5/network-security/vpn-client-access-list/m-p/360390#M1056888</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i add acess-list to vpn client that connect to the PIx VPN.&lt;/P&gt;&lt;P&gt;I tried to use :&lt;/P&gt;&lt;P&gt;access-list outacl deny tcp 10.1.198.1 10.1.32.1&lt;/P&gt;&lt;P&gt;but it seems not working&lt;/P&gt;&lt;P&gt;(10.1.198.0-10.1.198.254 is the vpnpool)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:41:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-client-access-list/m-p/360390#M1056888</guid>
      <dc:creator>e-mourad</dc:creator>
      <dc:date>2020-02-21T07:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: VPN Client access-list</title>
      <link>https://community.cisco.com/t5/network-security/vpn-client-access-list/m-p/360391#M1056889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can define downloadable access-lists on VPN concentrators to apply firewall policies on a VPN client. You cannot do this in a PIX. What exactly do u want to block ? Please let us know a complete picture of your scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Oct 2004 07:53:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-client-access-list/m-p/360391#M1056889</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2004-10-16T07:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: VPN Client access-list</title>
      <link>https://community.cisco.com/t5/network-security/vpn-client-access-list/m-p/360392#M1056891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured teh PIX to become a VPN server. This my config :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server partnerauth protocol radius&lt;/P&gt;&lt;P&gt;aaa-server partnerauth (inside) host 10.1.1.11 cisco timeout 5&lt;/P&gt;&lt;P&gt;ip local pool vpnpool 10.1.198.1-10.1.198.254&lt;/P&gt;&lt;P&gt;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;sysopt connection permit-pptp&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set myset esp-des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto dynamic-map dynmap 10 set transform-set myset&lt;/P&gt;&lt;P&gt;crypto map mymap 10 ipsec-isakmp dynamic dynmap&lt;/P&gt;&lt;P&gt;crypto map mymap client authentication partnerauth&lt;/P&gt;&lt;P&gt;crypto map mymap interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;isakmp client configuration address-pool local vpnpool outside&lt;/P&gt;&lt;P&gt;isakmp policy 10 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 10 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 10 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 10 group 2&lt;/P&gt;&lt;P&gt;isakmp policy 10 lifetime 86400&lt;/P&gt;&lt;P&gt;vpngroup vpn3000 address-pool vpnpool&lt;/P&gt;&lt;P&gt;vpngroup vpn3000 dns-server 193.95.66.10&lt;/P&gt;&lt;P&gt;vpngroup vpn3000 wins-server 10.1.32.2&lt;/P&gt;&lt;P&gt;vpngroup vpn3000 default-domain NOUVELAIR&lt;/P&gt;&lt;P&gt;vpngroup vpn3000 idle-time 1800&lt;/P&gt;&lt;P&gt;vpngroup vpn3000 password ********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------------------------&lt;/P&gt;&lt;P&gt;I want that the vpn client with IP@ 10.1.198.2 bi blocked when it attempts to connect to the http server with IP 10.1.32.0.&lt;/P&gt;&lt;P&gt;How can i do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2004 06:35:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-client-access-list/m-p/360392#M1056891</guid>
      <dc:creator>e-mourad</dc:creator>
      <dc:date>2004-10-19T06:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: VPN Client access-list</title>
      <link>https://community.cisco.com/t5/network-security/vpn-client-access-list/m-p/360393#M1056892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IP pool is dynamic and will not assign 10.1.198.2 to only a single user. Anyway, if you want to block the IP 10.1.198.2 not to allow http access with the IP 10.1.32.x, you can do this simply by denying this on the nonat access-list. This is taking into consideration , the IP pool defined is on a different subnet than the inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the IP Pool is defined on the same subnet as the inside interface, then deny this using the inside access-list , if defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, if my understanding about ur problem is fine !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2004 07:45:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vpn-client-access-list/m-p/360393#M1056892</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2004-10-20T07:45:39Z</dc:date>
    </item>
  </channel>
</rss>

