<?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: Dynamically Assigning Firewall Rules with Radius in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759571#M220656</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;These ACL's are user specific, so as soon as user logs off or disconnects the connection, the ACL's are removed dynamically, so now next time whenever user tries to access the service again, he will need to authenticate and ACL's will be downloaded fresh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 16:09:36 GMT</pubDate>
    <dc:creator>rochopra</dc:creator>
    <dc:date>2007-07-27T16:09:36Z</dc:date>
    <item>
      <title>Dynamically Assigning Firewall Rules with Radius</title>
      <link>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759568#M220653</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I would like to controll traffic from LAN to outside using PIX-FW and Radius. I have found these links which describes the method of controlling access using Radius attributes mapped to users or Groups in Active Directory. What i understood is that the user should be first authenticated through HTTP,FTP or Telnet and then the username sent in the Authentication Process will be used to map the accesslist configured on the PIX.&lt;/P&gt;&lt;P&gt;Question1:&lt;/P&gt;&lt;P&gt;Is that correct, the user should authenticate first through HTTP,FTP or TELNT ?&lt;/P&gt;&lt;P&gt;Question2:&lt;/P&gt;&lt;P&gt;Ist there any way to use the credentials that user have used to login to the Client during the login process(Windows Clients).&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.giac.org/certified_professionals/practicals/GCWN/0224.php" target="_blank"&gt;http://www.giac.org/certified_professionals/practicals/GCWN/0224.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/pix/pix61/configuration/guide/mngacl.pdf" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/pix/pix61/configuration/guide/mngacl.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replaying.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 21:23:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759568#M220653</guid>
      <dc:creator>giaaaj</dc:creator>
      <dc:date>2021-07-03T21:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Assigning Firewall Rules with Radius</title>
      <link>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759569#M220654</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;Ans 1. Pix provides Authentication for pass through traffic from the pix(traffic which enters on one interface and exits on another interface) and by default authenticates Http, Telnet, FTP, you can also authenticate udp and tcp traffic passing through firewall.&lt;/P&gt;&lt;P&gt;for any non standard port you can do authentication through virtual telnet feature available on pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans 2. You cannot use credentials cached at the time of login to windows, because pix will only prompt for authentication once to try to send some traffic outside of pix. You can enter same username password again though and tell radius to talk to AD for authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following link can be helpful for limiting access :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps5338/products_configuration_guide_chapter09186a00801fd703.html#wp391230" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps5338/products_configuration_guide_chapter09186a00801fd703.html#wp391230&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 22:51:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759569#M220654</guid>
      <dc:creator>rochopra</dc:creator>
      <dc:date>2007-07-26T22:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Assigning Firewall Rules with Radius</title>
      <link>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759570#M220655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;After the user login and get authenticated by the radius and the ACL is activated.&lt;/P&gt;&lt;P&gt;- What will happen if the user logs out. Will the pix notice that and how ? and what will habppen to the ACL. &lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 11:05:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759570#M220655</guid>
      <dc:creator>giaaaj</dc:creator>
      <dc:date>2007-07-27T11:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Assigning Firewall Rules with Radius</title>
      <link>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759571#M220656</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;These ACL's are user specific, so as soon as user logs off or disconnects the connection, the ACL's are removed dynamically, so now next time whenever user tries to access the service again, he will need to authenticate and ACL's will be downloaded fresh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 16:09:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759571#M220656</guid>
      <dc:creator>rochopra</dc:creator>
      <dc:date>2007-07-27T16:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Assigning Firewall Rules with Radius</title>
      <link>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759572#M220657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Is there any way to automate the authentication issue, i mean that the user will not give the credentials in an interactive way. Some thing like a service or program that answers the authentication request from the pix by using the cashed windows login information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 05:31:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dynamically-assigning-firewall-rules-with-radius/m-p/759572#M220657</guid>
      <dc:creator>giaaaj</dc:creator>
      <dc:date>2007-08-14T05:31:21Z</dc:date>
    </item>
  </channel>
</rss>

