IP address not being assigned from router
Hi I'm trying to connect my custom hardware board. called "beacon" to an enterprise wifi network. I'm using FreeRadius version 3.0.10. My issue is I can connect to enterprise wifi from my Android phone using FreeRadius server successfully however when I try to connect my board beacon, it seems my Tplinkrouter does not assign me dynamic IP address. The DHCP client udhcpc keep on saying "Sending Discover" But it never gets an IP address. Please note that my beacon board can successfully connect to normal home wifi networks with pre shared key. I have attached the script I'm using on beacon along with FreeRadius server log for you to analyze my problem. I have also attached FreeRadius log when my android phone connects to it and it is successful. Regards Waqas
On Oct 19, 2015, at 10:32 AM, GES Ed <ges.ed.pk@gmail.com> wrote:
My issue is I can connect to enterprise wifi from my Android phone using FreeRadius server successfully however when I try to connect my board beacon, it seems my Tplinkrouter does not assign me dynamic IP address.
The DHCP client udhcpc keep on saying
"Sending Discover"
But it never gets an IP address.
Then it's a DHCP problem. It's not a RADIUS problem. The logs show that FreeRADIUS is returning Access-Accept. There's nothing more you can do on the RADIUS side. Ask the DHCP server why it's not assigning IP addresses. Alan DeKok.
OK , Thanks.. Let me concentrate on my udhcpc . Waqas On Mon, Oct 19, 2015 at 9:21 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Oct 19, 2015, at 10:32 AM, GES Ed <ges.ed.pk@gmail.com> wrote:
My issue is I can connect to enterprise wifi from my Android phone using FreeRadius server successfully however when I try to connect my board beacon, it seems my Tplinkrouter does not assign me dynamic IP address.
The DHCP client udhcpc keep on saying
"Sending Discover"
But it never gets an IP address.
Then it's a DHCP problem. It's not a RADIUS problem.
The logs show that FreeRADIUS is returning Access-Accept. There's nothing more you can do on the RADIUS side. Ask the DHCP server why it's not assigning IP addresses.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
GES Ed