On 11/23/06, Alden Pierre <[EMAIL PROTECTED]> 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' \ authkey 'password' up !/sbin/route add default 0.0.0.1
The only thing I can tell you is that I don't have the final 'up' and it work for me.
# file /etc/hostname.xl0 up
Post the ouput of the 'dmesg' and the 'ifconfig -a' command (watch out for the username printed in the output for pppoe if you are paranoid) and I'll try to figure it out.
Regards, Alden

