Hi Dolf, I too am wondering how to get the user manager to authenticate PPPoE clients.
So far usermanager is radius based, i can test its access accept replys with NTradping (cool little utility), It seems that User managers access accept does not include “framed type ppp” in its response. This reply attribute is needed for PPPoE radius authentication yes?
I have now upgraded to a level 6 license, still no luck getting User manager to reply with access accept calls from the MT box its on, always rejects (connects to the radius IP on 127.0.0.1 ok but rejects the access call), The username/password entered into User Manager is correct. So PPPoE clients get “error 691… Wrong username/password” (windows box)
The PPP>Secrets>AAA is ticked for Radius and Accounting, and the radius client (MT) is looking to 127.0.0.1 with PPP ticked.
If i print the userlist i get a date for 1970, as the credit till date. How do i change this, the internal clock is correct to UTC and our timezone +12:00
[admin@ATM Feilding] tool user-manager> user print
Flags: X - disabled, A - active
0 subscriber=admin username=“test1” password=“test1” first-name=“Test”
last-name=“User” pool-name=“pool1” last-seen=never credit-count=0
credit-left=0s credit-duration=0s credit-price=0
credit-till-time=jan/01/1970 00:00:00 credit-time-added=0s
I see you have 2 set of customers - as I understand then two different radius servers actually with thier own subscribers.
With wich one do you login to the webinterface? delete the other one and enter the users in the web interface.
I see my date is the same but it works, maybe it’s a bug??
Does this pool1 you specifeid exist on the Local MT? Try removing it first. The pool entered there only works if the pppoe server is on the local MT. Mine doesn’t want to authenticate remote MT’s if I enter a local-pool.
I started with just the one customer “admin” then had a try by adding another “useradmin”
With wich one do you login to the webinterface? delete the other one and enter the users in the web interface.
Have done this
Does this pool1 you specifeid exist on the Local MT? Try removing it first. The pool entered there only works if the pppoe server is on the local MT. Mine doesn’t want to authenticate remote MT’s if I enter a local-pool.
Yes the pool is an IP that is on the local MT machine (the same MT does PPPoE and has the user manager).
[SOLVED] I had same problem that “log” showed user xxx authentication failed-radius timeout! after many attempts I found that an unneeded NAT rule was set!
Radius client can not communicate with radius server aka (Userman) when general masquarading rule is applied.
exclude 127.0.0.1 from masquerading & use 127.0.0.1 as Radius client & User manager IP.
Use this code instead
or you can also define masquerading rule separately for each subnet for added security.
Took me 2 hours to solve this issue. posting here to help others.