Problems with PPPoE under Dapper
email.listen at googlemail.com
email.listen at googlemail.com
Mon Mar 20 04:50:56 UTC 2006
Am Mon, 20. March 2006 05:33 schrieb email.listen at googlemail.com:
> Am Sat, 4. March 2006 09:31 schrieb Mark Derricutt:
> > Hi there,
> >
> > I just upgraded a home machine to dapper via apt-get to give it a bash
> > and find that my PPPoE connections no longer last longer than 4-5
> > seconds.
> >
> > However, according to the ISP I'm properly connected.
I just have another idea what might be the problem.
I had some machines which changed the eth device numbers of my networc cards
after migrating from breezy to dapper.
What was eth0 in breezy became eth1 in Dapper and so for the eth1 device in
breezy which became eth0 in dapper.
To fix this you have to change the eth device number in the file
/etc/ppp/peers/dsl-provider
from
plugin rp-pppoe.so eth0
to
plugin rp-pppoe.so eth1
You also have to change the eth numbers in the file
/etc/network/interfaces
from eth0 to eth1 and from eth1 to eth0
If you are using a firewall script you also have to change the device numbers
there so that packets from your internal and external network are handeled
propperly.
This is also for files of portsentry and others who use eth devices.
regards,
Thomas
More information about the ubuntu-users
mailing list