2013/3/21 Mickael Chazaux <mickael.chaz...@gmail.com>:
> 2013/3/21 Pietro Paolini <pulsarpie...@aol.com>:
>> Hello all,
>> I installed successfully the roar-penguin pppoe-server and I try to use it 
>> without success, what I don't understand
>> is that I put in my /etc/ppp/pppoe-server-options
>> debug
>> logfile /var/log/pppoe-server-log
>>
>> But that file is not created then I don't understand what happen and is 
>> really hard for me find a solution, do you know
>> how can I enable the debugging ???!!!
>>
>> My problem is that I catch every time (Wireshark sniffing) the
>>
>> RP-PPPoE: Child pppd process terminated
>>
>> In the PADT message, any help ?
>>
>
> Here is the script I use for PPPoE servers :
>
> #!/bin/sh
>
> localip=11.0.0.1
> poolstart=11.0.0.10
> servname=mycoolservice
> iface=eth3
>
> /usr/sbin/pppoe-server -F -I $iface -L $localip -R $poolstart -S
> $servname mtu 1492

debug messages go to syslog, you may need to add a "debug" option to
the pppd process, and add a catch-all syslog.conf rule

Mickael
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to