Linux Help Establishing BB connection!

Dark Star

ex-Mod
Hey
Help Establishing BB connection! in Ubuntu 7.04 as I got new OS after 6.10 though never installed a BB connection in Linux so plz help ... The Router light of PC did not seems to be responding in Festive help :ashamed: :ashamed: :ashamed: :ashamed: :ashamed: :ashamed: :ashamed:

Regards
 
just run in a terminal

Code:
sudo ifconfig
and check if ur connected network devices are detected

it wld be nice if u cld post the output. else just ensure that theres an inet address. if it exists, then u must be able to connect

and then simply type

Code:
sudo pppoeconf
here leave most of the settings at default. Enter ur username and password and ur all set to go.

To switch on the connection use

Code:
sudo pon dsl-provider

and to switch it off , use

Code:
sudo poff dsl-provider
 
Back
Top