I'll try to elaborate on this...<br>There are two access points deployed in two different locations, they both speak to a central radius sever,<br>it looks like this:<br><br>AP1 - DHCP Address Pool <a href="http://172.19.1.0/24">
172.19.1.0/24</a><br>AP2 - DHCP Address Pool <a href="http://172.19.2.0/24">172.19.2.0/24</a><br><br>Now, say user foo got connected to AP1, in the logs I will see he received FramedIPAddress <a href="http://172.19.1.250">
172.19.1.250</a><br>so I will know for a fact that the user is conneccting from AP1 rather than AP2.<br><br>So I'm asking if there's a better way to do this rather than by configuring different subnets on the dhcp server of the APs.
<br>A NASIPAddress is actually a good solution but I'm not going with that cause I can't be sure that it's a static one (some APs<br>receive their "wan" interface address by DHCP which may vary all the time).<br>
<br>So any other ideas...<br><br><br><br><div><span class="gmail_quote">On 11/19/06, <b class="gmail_sendername">K. Hoercher</b> <<a href="mailto:wbhoer@gmail.com">wbhoer@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 11/19/06, liran tal <<a href="mailto:liransgarage@gmail.com">liransgarage@gmail.com</a>> wrote:<br>> I want to spread several access points in different locations (they all talk<br>> to a central radius) and then i want to distinct one location from another
<br>> for example user foo can login from either location but id like to make the<br>> distinction from which ap he got connected from... whats the best way to do<br>> that?<br><br>I won't assert something about the following being the best way, but I
<br>would normally think of some rules in hints and/or users file matching<br>on pertinent combinations of User-Name, NAS-IP-Address,<br>Called-Station-Id etc. depending on the setup you actually want to<br>implement.<br>
<br>> I was thinking of one method which is to configure in each AP a different<br>> subnet mask for the DHCP allocations<br>> and then make the distinction based on that but I'm looking for a more<br>> elegant way.
<br><br>As a side note to that: while I don't have a clear understanding of<br>what the meaning of "different subnet mask"s in that context could<br>possibly be, under sort of normal circumstances dhcp would happen
<br>after users' machines associate/authenticate on an ap.<br><br>regards<br>K. Hoercher<br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html
</a><br></blockquote></div><br>