charlieharper
Expert Member
I installed the new Kubuntu, so I was just wondering how can I connect to PPPoe on Kubuntu while my router is in Bridge mode.
THX
THX
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Easy. There is a thread on this already though
Go to your terminal. type in "sudo pppoeconf" and follow the instructions.
Then type "sudo kedit mv /etc/network/interfaces" and remove the last two lines of code- those bugger up your networking.
Then go to the terminal again and type "sudo mv /etc/ppp/peers/dsl-provider 1". This renames the connection to "1".
To switch the connection on, type "pon 1" or "poff 1" to switch it off again.
Is there an "easier" (maybe GUI) way to do this? I use a pppoe at home but not at the office.Easy. There is a thread on this already though
Go to your terminal. type in "sudo pppoeconf" and follow the instructions.
Then type "sudo kedit mv /etc/network/interfaces" and remove the last two lines of code- those bugger up your networking.
Then go to the terminal again and type "sudo mv /etc/ppp/peers/dsl-provider 1". This renames the connection to "1".
To switch the connection on, type "pon 1" or "poff 1" to switch it off again.
Thanks.You can follow the same instructions, but create shortcuts to turn the connections on and off. Or if you're running 8.10, the network manager has support for creating PPPoE connections. Not sure of its reliability though.
Thanks.
I'm running 9.04 - do you have a resource I can look at wrt creating shortcuts?
sudo pon intl
sudo pon local
sudo bash routes.txt
pfffft thats what my gf says, she's running ubuntu and types in totally random stuff in the command prompt..Coding is more fun.... and it always works.