<?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: Static IP in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446842#M428882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...It is working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2005 08:10:40 GMT</pubDate>
    <dc:creator>shefiksah</dc:creator>
    <dc:date>2005-07-13T08:10:40Z</dc:date>
    <item>
      <title>Static IP</title>
      <link>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446838#M428878</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using freeradius with mysql for authentication the ADSL users.My LNS router is Cisco 3600.Everything is fine but i want to give static IP address to my users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my router config is:&lt;/P&gt;&lt;P&gt;interface Virtual-Template1&lt;/P&gt;&lt;P&gt; ip unnumbered FastEthernet0/1&lt;/P&gt;&lt;P&gt; ip route-cache flow&lt;/P&gt;&lt;P&gt; peer default ip address pool newip&lt;/P&gt;&lt;P&gt; ppp mtu adaptive&lt;/P&gt;&lt;P&gt; ppp authentication pap chap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have configured the freeradius &amp;amp; mysql as weel..&lt;/P&gt;&lt;P&gt;but user gets ip address from pool not from radius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i removed "peer default ip address pool newip" from virtual-temlate...user cannot get a connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help me to give static ip address to my ADSL users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:13:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446838#M428878</guid>
      <dc:creator>shefiksah</dc:creator>
      <dc:date>2019-03-10T21:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446839#M428879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need ot set up authorization for your users in addition to authentication.  If you haven't already got it, add the following:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;aaa authorization network default group radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and remove the "peer default" command from under the vt interface.  If that still doesn't work, please send us the output from the following debugs when a user connects in:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;debug radius&lt;/P&gt;&lt;P&gt;debug aaa authen&lt;/P&gt;&lt;P&gt;debug aaa author&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 04:12:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446839#M428879</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2005-07-11T04:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446840#M428880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much...it is working now...&lt;/P&gt;&lt;P&gt;i just wanna ask is that possible to use pool and static ip at the same time...i mean if static ip is assigned for the user, user will use the static ip...if static ip isn't assigned for the user, user will get the ip address from pool....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 06:14:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446840#M428880</guid>
      <dc:creator>shefiksah</dc:creator>
      <dc:date>2005-07-11T06:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446841#M428881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that should be possible.  Add the "peer default ..." command back in under the vt interface.  If the Radius server replies with an IP address then that should be used for that user, otherwise it should use the pool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2005 01:54:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446841#M428881</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2005-07-12T01:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446842#M428882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...It is working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2005 08:10:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/static-ip/m-p/446842#M428882</guid>
      <dc:creator>shefiksah</dc:creator>
      <dc:date>2005-07-13T08:10:40Z</dc:date>
    </item>
  </channel>
</rss>

