2013/3/21 Pietro Paolini <[email protected]>:
> 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
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to