Radius with VyOS Issue

i have setup pppoe-server in vyos and when I have local user mode it working fine but when I shift to radius I got issues, I have zalpro Radius manager and it is working fine with Mikrotik but when I connect it with vyos I got issues like user not connect always give error. i even change the attribute to Mikrotik-Rate-Limit and vendor as Mikrotik but still problem is same, here I see log in vyos

Dec 06 15:39:29 accel-pppoe[2366]: eth1.320:: send [RADIUS(1) Access-Request id=1 <User-Name “testuser”> <Calling-Station-Id “28:d2:44:1d:ad:0d”> <Called-Station-Id “bc:24:11:1a:d5:44”> <User-Password 0x597e27bca8fd2cf347e89a13a5e44c25>]
Dec 06 15:39:30 accel-pppoe[2366]: eth1.320:: recv [RADIUS(1) Access-Reject id=1]
Dec 06 15:45:37 accel-pppoe[2366]: eth1.320:: send [RADIUS(1) Access-Request id=1 <User-Name “testuser”> <Calling-Station-Id “28:d2:44:1d:ad:0d”> <Called-Station-Id “bc:24:11:1a:d5:44”> <User-Password 0x30531e222dc827386e07243915a507d3>]
Dec 06 15:45:38 accel-pppoe[2366]: eth1.320:: recv [RADIUS(1) Access-Reject id=1]
Dec 06 15:45:40 accel-pppoe[2366]: eth1.320:: send [RADIUS(1) Access-Request id=1 <User-Name “testuser”> <Calling-Station-Id “28:d2:44:1d:ad:0d”> <Called-Station-Id “bc:24:11:1a:d5:44”> <User-Password 0x943927875753c418e44521f20fe80cbc>]
Dec 06 15:45:41 accel-pppoe[2366]: eth1.320:: recv [RADIUS(1) Access-Reject id=1]
Dec 06 15:53:23 accel-pppoe[2366]: eth1.320:: send [RADIUS(1) Access-Request id=1 <User-Name “testuser”> <Calling-Station-Id “28:d2:44:1d:ad:0d”> <Called-Station-Id “bc:24:11:1a:d5:44”> <User-Password 0x815dd5c6f2b87383677dcd6c6341feaa>]
Dec 06 15:53:24 accel-pppoe[2366]: eth1.320:: recv [RADIUS(1) Access-Reject id=1 <Framed-Pool “PPP”> <Mikrotik-Rate-Limit “8M/8M 10M/10M 8M/8M 30/30 8”> <Session-Timeout 2662365>]
Dec 06 15:53:58 accel-pppoe[2366]: eth1.320:: send [RADIUS(1) Access-Request id=1 <User-Name “testuser”> <Calling-Station-Id “28:d2:44:1d:ad:0d”> <Called-Station-Id “bc:24:11:1a:d5:44”> <User-Password 0x43e52bee72af3b9c77f3d52275decc31>]
Dec 06 15:53:59 accel-pppoe[2366]: eth1.320:: recv [RADIUS(1) Access-Reject id=1]
Dec 06 15:55:01 accel-pppoe[2366]: eth1.320:: send [RADIUS(1) Access-Request id=1 <User-Name “testuser”> <Calling-Station-Id “28:d2:44:1d:ad:0d”> <Called-Station-Id “bc:24:11:1a:d5:44”> <User-Password 0x892583a6476647b34d25c42107f167e6>]
Dec 06 15:55:02 accel-pppoe[2366]: eth1.320:: recv [RADIUS(1) Access-Reject id=1]

I think this is an answer :wink:

1 Like

This is the answer, but the username, password, and everything else are correct, checked many times, and the user is active also. So, what’s the solution?

Run your RADIUS server in debug mode to find out what user/pass it’s really receiving is, and if that’s correct. Debug a working session and verify all attributes it’s sending, confirm against the attributes the VyOS box is sending.

It’s Zalpro that’s sending the deny. Read their support pages and then Log a support ticket with them if that doesn’t resolve it.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.