Re: inkernel pppoe not connecting

2007-05-12 Thread Wesley Connor

typo, my bad


it is supposed to be


/etc/hostname.fxp1

up


thanks


On 5/10/07, Wesley Connor [EMAIL PROTECTED] wrote:

/etc/hostname.pppoe0

inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev fxp1 \
authproto chap authname [EMAIL PROTECTED] authkey bahbahbah up
!/sbin/route add default 0.0.0.1

and

/etc/hostname.fxp0

up



You use fxp1 in /etc/hostname.pppoe0 but configure fxp0. Is it a typo
in your post or bug in your configuration?



inkernel pppoe not connecting

2007-05-10 Thread Wesley Connor

howdy, ive had a look around and asked on whirlpool forums to get in
kernel pppoe working

modem is setup as a bridge, has sync and works fine in the userland ppp

im using the faq example for pppoe0

/etc/hostname.pppoe0

inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev fxp1 \
authproto chap authname [EMAIL PROTECTED] authkey bahbahbah up
!/sbin/route add default 0.0.0.1

and

/etc/hostname.fxp0

up

restarting the computer gives no errors and then

ifconfig gives

pppoe0: flags=8851UP,POINTOPOINT,RUNNING,SIMPLEX,MULTICAST mtu 1492
dev: fxp1 state: session
sid: 0xf300 PADI retries: 0 PADR retries: 0 time: 00:00:15
sppp: phase establish authproto chap authname [EMAIL PROTECTED]
groups: pppoe
inet6 fe80::290:27ff:fe2e:7fd6%pppoe0 - prefixlen 64 scopeid 0x6
inet 0.0.0.0 -- 0.0.0.1 netmask 0x


so it appears that its trying to connect but not

ive tried this same config on 2 computers running 4.1 stable
and on 2 different modems

so i assume its something im doing wrong

the 2nd machine i setup was purely to test this

installed from scratch, setup the 2 config files and restarted

and get exactly the same error


any ideas?