On 2007/06/09 01:49, Will Jenkins wrote:
> Also I can't work out how to get any kind of logs from kernel pppoe.

# ifconfig pppoe0 debug

then to turn it off (to avoid spamming /var/log/messages with each
outgoing packet):

# ifconfig pppoe0 -debug

Sometimes running tcpdump on the ethernet interface that pppoe runs
over can be informative too, e.g. tcpdump -ni<iface> -vvs1500

Reply via email to