Timothy Wilson wrote:
/etc/hostname.pppoe:
inet 0.0.0.0 255.255.255.255 NONE pppoedev url0 authproto auto
authname 'user' authkey 'pass' up
dest 0.0.0.1
!/sbin/route/ add default -ifp pppoe0 0.0.0.1
echo "up" > /etc/hostname.url0
Please feel free to give suggetions to my pf.conf etc!
Hi Timothy,
I'm recently setting up my box to do pppoe as well, and I found your
hostname.pppoe not working at all, unless I changed authproto to pap.
auto isn't even supposed to work.
Here's what man ifconfig says:
authproto proto
Set the PPP authentication protocol on the specified interface
acting as a client. The protocol name can be either `chap',
`pap', or `none'. In the latter case, authentication will be
turned off.
I'm wondering why your box goes online at all?
Regards,
Dorian