c0mm0n
New Around Here
How to get a PPPoE server running ?
Hi,
I'm trying to set up a PPPoE Server on the AC66U.
- Using the latest beta firmware (beta2)
- Enabled the entware
- Installed accel-pppd
I can't get to connect and want to debug.
But I haven't found how I can get any lines of debug !?
- Looked everywhere => nothing
- Looked in path specified in the con file => nothing
- Looked in syslog => nothing
- Tried stdout => nothing
- Created the log files and gave them 777 rights => nothing
I run accel-ppd like this :
accel-pppd -c /opt/etc/acc.conf
Then is stalls nothing happens (service is running if if ps -ax from another shell).
Where are the logs ? Driving me crazy ?
Any alternatives to accel-ppp ?
I've seen this thread, he gets logs...
http://forums.smallnetbuilder.com/showthread.php?t=12872&highlight=accel-ppp
Here's my latest conf file (simplified, also tried the bundled on, same result).
Hi,
I'm trying to set up a PPPoE Server on the AC66U.
- Using the latest beta firmware (beta2)
- Enabled the entware
- Installed accel-pppd
I can't get to connect and want to debug.
But I haven't found how I can get any lines of debug !?
- Looked everywhere => nothing
- Looked in path specified in the con file => nothing
- Looked in syslog => nothing
- Tried stdout => nothing
- Created the log files and gave them 777 rights => nothing
I run accel-ppd like this :
accel-pppd -c /opt/etc/acc.conf
Then is stalls nothing happens (service is running if if ps -ax from another shell).
Where are the logs ? Driving me crazy ?

I've seen this thread, he gets logs...
http://forums.smallnetbuilder.com/showthread.php?t=12872&highlight=accel-ppp
Here's my latest conf file (simplified, also tried the bundled on, same result).
Code:
[modules]
log_syslog
pptp
l2tp
pppoe
auth_mschap_v2
auth_mschap_v1
auth_chap_md5
auth_pap
ippool
chap-secrets
[core]
log-error=/opt/var/log/accel-ppp/core.log
thread-count=4
[ppp]
verbose=1
min-mtu=1280
mtu=1400
mru=1400
ipv4=require
ipv6=deny
[lcp]
echo-interval=30
echo-failure=3
[pptp]
verbose=1
[pppoe]
interface=eth2.835
verbose=1
[l2tp]
verbose=1
[dns]
dns1=172.16.0.1
dns2=172.16.1.1
[client-ip-range]
192.168.10.0/24
[ip-pool]
gw-ip-address=192.168.2.1
192.168.2.2-255
[log]
log-emerg=/opt/var/log/accel-ppp/emerg.log
#syslog=accel-pppd,daemon
copy=1
level=3
[chap-secrets]
gw-ip-address=192.168.0.1
chap-secrets=/opt/etc/ppp/chap-secrets
[cli]
telnet=127.0.0.1:2000
tcp=127.0.0.1:2001
#password=123
Last edited: