Greetings
Im currently adding a new Ip subnet on my network,
My Primary subnet 10.20.0.x has a Mikrotik Router its ip is 10.20.0.1
In this network i have a RADIUS Server (10.20.0.65) and it works fine when im on the same network subnet.
I have 12 Devices using PPPOE authentication.
Now, i added this new network 10.20.2.x, Mikrotik Router 10.20.2.1
its connected to the 10.20.0.x Subnet via Ubiquiti AP, using PowerBeam as station on ETHER1 of this 10.20.2.1
Mikrotik Router, its using DHCP Client on Interface ETHER1 its ip 10.20.0.56, the issue that im having is that it appears
that this router 10.20.2.1 is not permitting RADIUS, even tough i can ping 10.20.0.65 and it replies from router 10.20.2.1..
Do i have to do something more on this mikrotik to permit RADIUS traffic and can use also PPPOE like on 10.20.0.x network
The RADIUS server generally needs to have the NAS IP configured, you probably added the IP of your first NAS but not the second one. The default for most RADIUS servers is to only reply to requests from known NAS IP’s.
RADIUS servers normally ignore requests from all routers except those routers that have been defined as NAS units in the RADIUS server config. If you added a new router, and you did not tell the RADIUS server what the IP of that router is, the default behavior is for the RADIUS server to ignore all requests sent to it by the unknown router.