<?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 PIX515E: AAA using Local Database in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/pix515e-aaa-using-local-database/m-p/913297#M408460</link>
    <description>&lt;P&gt;hello cisco people! Need your help. &lt;/P&gt;&lt;P&gt;Below is my running configuration of my PIX515e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the network topology:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://img145.imageshack.us/img145/5598/pix515eap6.jpg" target="_blank"&gt;http://img145.imageshack.us/img145/5598/pix515eap6.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that I am trying to solve is I want that my inside users (network 192.168.1.0/24)&lt;/P&gt;&lt;P&gt;be authenticated every web connection they make. With this current configuration PIX firewall&lt;/P&gt;&lt;P&gt;prompts login every web connection but when I reboot the PIX the PIx will not be able to challenge &lt;/P&gt;&lt;P&gt;the user for username and password. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - &lt;/P&gt;&lt;P&gt;PIX Version 7.0(5)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname pix515e&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;dns-guard&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0&lt;/P&gt;&lt;P&gt; description Outside Link&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 203.177.X.X 255.255.255.248&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1&lt;/P&gt;&lt;P&gt; description Inside Link&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns domain-lookup outside&lt;/P&gt;&lt;P&gt;dns domain-lookup inside&lt;/P&gt;&lt;P&gt;dns name-server 203.177.X.X&lt;/P&gt;&lt;P&gt;dns name-server 203.127.X.X&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_IN extended permit tcp any any eq 80&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_IN extended permit tcp any any eq 53&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_IN extended permit udp any any eq 53&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_IN extended permit icmp any any&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_OUT extended permit tcp any any eq 80&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_OUT extended permit tcp any any eq 53&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_OUT extended permit udp any any eq 53&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_OUT extended permit icmp any any&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;no asdm 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 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-group OUTSIDE_IN in interface outside&lt;/P&gt;&lt;P&gt;access-group INSIDE_OUT out interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 203.177.X.X 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 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00&lt;/P&gt;&lt;P&gt;timeout mgcp-pat 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;username ryan password sugGTcAdkAhppJ5g encrypted&lt;/P&gt;&lt;P&gt;aaa authentication match OUTSIDE_IN inside LOCAL&lt;/P&gt;&lt;P&gt;aaa local authentication attempts max-fail 5&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 enable traps snmp authentication linkup linkdown coldstart&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;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 512&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - &lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 22:28:38 GMT</pubDate>
    <dc:creator>Rejohn Cuares</dc:creator>
    <dc:date>2019-03-10T22:28:38Z</dc:date>
    <item>
      <title>PIX515E: AAA using Local Database</title>
      <link>https://community.cisco.com/t5/network-access-control/pix515e-aaa-using-local-database/m-p/913297#M408460</link>
      <description>&lt;P&gt;hello cisco people! Need your help. &lt;/P&gt;&lt;P&gt;Below is my running configuration of my PIX515e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the network topology:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://img145.imageshack.us/img145/5598/pix515eap6.jpg" target="_blank"&gt;http://img145.imageshack.us/img145/5598/pix515eap6.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that I am trying to solve is I want that my inside users (network 192.168.1.0/24)&lt;/P&gt;&lt;P&gt;be authenticated every web connection they make. With this current configuration PIX firewall&lt;/P&gt;&lt;P&gt;prompts login every web connection but when I reboot the PIX the PIx will not be able to challenge &lt;/P&gt;&lt;P&gt;the user for username and password. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - &lt;/P&gt;&lt;P&gt;PIX Version 7.0(5)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname pix515e&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;dns-guard&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0&lt;/P&gt;&lt;P&gt; description Outside Link&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 203.177.X.X 255.255.255.248&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1&lt;/P&gt;&lt;P&gt; description Inside Link&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns domain-lookup outside&lt;/P&gt;&lt;P&gt;dns domain-lookup inside&lt;/P&gt;&lt;P&gt;dns name-server 203.177.X.X&lt;/P&gt;&lt;P&gt;dns name-server 203.127.X.X&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_IN extended permit tcp any any eq 80&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_IN extended permit tcp any any eq 53&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_IN extended permit udp any any eq 53&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_IN extended permit icmp any any&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_OUT extended permit tcp any any eq 80&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_OUT extended permit tcp any any eq 53&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_OUT extended permit udp any any eq 53&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_OUT extended permit icmp any any&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;no asdm 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 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-group OUTSIDE_IN in interface outside&lt;/P&gt;&lt;P&gt;access-group INSIDE_OUT out interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 203.177.X.X 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 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00&lt;/P&gt;&lt;P&gt;timeout mgcp-pat 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;username ryan password sugGTcAdkAhppJ5g encrypted&lt;/P&gt;&lt;P&gt;aaa authentication match OUTSIDE_IN inside LOCAL&lt;/P&gt;&lt;P&gt;aaa local authentication attempts max-fail 5&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 enable traps snmp authentication linkup linkdown coldstart&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;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 512&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - &lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:28:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pix515e-aaa-using-local-database/m-p/913297#M408460</guid>
      <dc:creator>Rejohn Cuares</dc:creator>
      <dc:date>2019-03-10T22:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX515E: AAA using Local Database</title>
      <link>https://community.cisco.com/t5/network-access-control/pix515e-aaa-using-local-database/m-p/913298#M408463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;issue solved. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 05:03:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pix515e-aaa-using-local-database/m-p/913298#M408463</guid>
      <dc:creator>Rejohn Cuares</dc:creator>
      <dc:date>2007-10-27T05:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: PIX515E: AAA using Local Database</title>
      <link>https://community.cisco.com/t5/network-access-control/pix515e-aaa-using-local-database/m-p/913299#M408465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,  I'm wondering if you could elaborate on how you resolved your authentication issue.  We are presently working on a setup similar to your description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 00:04:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pix515e-aaa-using-local-database/m-p/913299#M408465</guid>
      <dc:creator>M-Square</dc:creator>
      <dc:date>2007-12-11T00:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: PIX515E: AAA using Local Database</title>
      <link>https://community.cisco.com/t5/network-access-control/pix515e-aaa-using-local-database/m-p/913300#M408466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enabling Network Access Authentication&lt;/P&gt;&lt;P&gt;To enable network access authentication, perform the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1:&lt;/P&gt;&lt;P&gt;Using the access-list command, create an ACL that identifies the source addresses and destination addresses of traffic you want to authenticate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The permit ACEs mark matching traffic for authentication, while deny entries exclude matching traffic from authentication. Be sure to include the destination ports for either HTTP, Telnet, or FTP in the ACL because the user must authenticate with one of these services before other services are allowed through the security appliance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2:&lt;/P&gt;&lt;P&gt;To configure authentication, enter the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname/contexta(config)# aaa authentication match acl_name interface_name server_group_or_LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where acl_name is the name of the ACL you created in Step 1, interface_name is the name of the interface as specified with the nameif command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- - - - - - - - - - - - - - - - - - - - - - - &lt;/P&gt;&lt;P&gt;(Optional) If you are using the local database for network access authentication and you want to limit the number of consecutive failed login attempts that the security appliance allows any given user account, use the aaa local authentication attempts max-fail command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;hostname/contexta(config)# aaa local  authentication attempts max-fail 7&lt;/P&gt;&lt;P&gt;- - - - - - - - - - - - - - - - - - - - - - - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3:&lt;/P&gt;&lt;P&gt;Create users.&lt;/P&gt;&lt;P&gt;hostname/contexta(config)# username insideuser password INSIDEUSER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4:&lt;/P&gt;&lt;P&gt;Finish. You can now test your configuration. &lt;/P&gt;&lt;P&gt;Traffic traversing the security appliance will need authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXAMPLE Config:&lt;/P&gt;&lt;P&gt;hostname/contexta(config)# username user1 password password1&lt;/P&gt;&lt;P&gt;hostname/contexta(config)# access-list INSIDE_AUTH extended permit tcp any any eq telnet&lt;/P&gt;&lt;P&gt;hostname/contexta(config)# access-list INSIDE_AUTH extended permit tcp any any eq www&lt;/P&gt;&lt;P&gt;hostname/contexta(config)# aaa authentication match INSIDE_AUTH inside LOCAL&lt;/P&gt;&lt;P&gt;hostname/contexta(config)# aaa local authentication attempts max-fail 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RATE THIS POST IF THIS IS USEFULL TO YOU. &lt;/P&gt;&lt;P&gt;THANK YOU!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 03:07:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pix515e-aaa-using-local-database/m-p/913300#M408466</guid>
      <dc:creator>Rejohn Cuares</dc:creator>
      <dc:date>2007-12-12T03:07:39Z</dc:date>
    </item>
  </channel>
</rss>

