On Thu, Nov 23, 2006 at 12:24:21PM -0500, Alden Pierre wrote:
> Hello all,
>
> I'm able to get userland pppoe working, but I'm having a hard time
> getting kernel pppoe to work properly. Here are my config
> files. Is there anything I'm doing wrong, I believe my config file
> follows what man 4 pppoe states.
>
> # file /etc/hostname.pppoe0
>
> inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev xl0 \
> authproto pap authname 'username' \
^--------^-- NEEDED?
> authkey 'password' up
^--------^---------- NEEDED?
> !/sbin/route add default 0.0.0.1
I did not verify whether it matters, but I do not use `'` in my
hostname.pppoe0.
>
> # file /etc/hostname.xl0
> up
>
> Regards,
> Alden
Regards,
ahb