I have a RB1100 and want to use it as PPPOE server and also want to run user maneger on it at the same time,it meanes the user maneger shuld athunicate users to connect to net with PPPOE connection.
I hve already done all the things that wiki said in this URLs:
PPP and Userman on the same machine should not give problem
Just do the following
Be sure to add radius address=127.0.0.1 secret=123456 service=ppp
and
in userman add router address=127.0.0.1 secret=123456
And setup ppp aaa to user radius
thats all.
I just did it and it worked.
i have sove the problem.
the point is don’t use 127.0.0.1,but use the eth0’s ip address instead.
i don’t know why, it is very strange,but it is true.
i have two ethernet cards. eth0 for internet connection. eth1 for the pc’s in my office . and the pppoe is running on eth1.
and the ros version is 5.0 on a x86 platform.