Mine works just like yours! I only add to /etc/hostname.pppoe0 a line like that:
inet 0.0.0.0 255.255.255.255 0.0.0.1 blah blah (eadem to yours) !/sbin/route delete 0.0.0.1 !/sbin/route add default 0.0.0.1 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 # file /etc/hostname.xl0 up Regards, Alden