Linux How to connect to internet BSNL broadband in Ubuntu 10.10

Shanpav12

Disciple
helo,

friends,I have UTStarcom UT300r2u modem connected with ethernet , I connect through a dialog box where the Username and pasword is already stored and i click conect to get connected in Windows XP SP3,(Photo http://i950.photobucket.com/albums/ad346/Abhishek15/bsnl2.jpg?t=1294563198) SO how should I setup the connection in Ubuntu somewhere i read that >Steps to configure modem in Linux Desktop

Configure IP Address in the Linux Desktop

Open a new terminal in your Linux Desktop. Type the following commands in the linux prompt

ifconfig eth0 192.168.1.2 netmask 255.255.255.0 up

route add default gw 192.168.1.1 eth0

is it thats all, or I have to do something more.

Thanks
 
In Ubuntu under Network Manager DSL tab you can add your connection with username and password details and connect directly like windows.
 
First of all you need to know the ID and Password of your Internet connection to connect to Internet. Then type the following command in the Terminal (Applications>Accessories>Terminal)

sudo pppoeconf

Press enter and just keep hitting the Return Key. Enter your Login ID and Password when it asks for it. Keep the rest of the details as Default. It will auto-connect each time you turn on Ubuntu.
 
very thanks to all of you ,I wanted to know baccilus that only typing sudo pppoeconf without anything extra like the above i wrote will do all the things for connection and does I have to go to http://192.168.1.1 to configure the UT300R2U modem, by the way can you please tel me which type bridge or direct conection I am currently using by seeing the photo of Dialog box. I cant understand the type.

very thanks for the command
 
Back
Top