BSNL is one of the leading broadband providers in India. They have managed to provide blazing fast internet connections at rates affordable to an average middle class Indian. Although they provide top quality connection speeds with very little down time, their technical support leaves a lot to be desired. More so when it comes to configuring connections in Linux. They just mention Linux as "other operating systems" in their help guides. This article covers the configuration of the BSNL Dataone broadband connection over a Dare Global DB108 modem-router on Ubuntu. Although we have tested it only on Ubuntu the steps should more or less apply for other flavours of Linux as well.
There are two ways of configuring a PPPOE connection - one is using the pppoeconf command and the other by configuring the router directly. The former requires you to log on an log off from your pc while the latter lets you have a full-time-up connection which lets you go online the moment you turn on your PC. We are covering only the second strategy in this tutorial.
In step 6 if you dont have connectivity to the router then you have to check if your ethernet card is up by running 'ifconfig -a'. If the card is up then you should be able to ping 127.0.0.1. If both card and cable are up then you should try resetting the router and see if it is working fine. Normally there shouldn't be any problem. In step 12 if there are problems accessing internet sites but are able to ping public ip addresses then check your DNS server settings in /etc/resolv.conf. This file should be of the format
nameserver 61.1.96.69
nameserver 61.1.96.71
nameserver 208.67.220.220
nameserver 208.67.222.222
If you have any questions you can contact us by commenting to this article.
Comments
Connecting to the net from FC3
Hello,
I am trying to connect to my D-link DI-614 wireless router to the my BSNL ADSL broadband modem DB108. My PC is currently connected to the modem via an ethernet link. Instead, I established a two-way connection in the following way:
1) Router - modem via ethernet cable.
2) PC - Router via an ethernet cable.
However when I do this, my PC is not able to connect to the internet. I am wondering if anyone can help me out with this.
Post new comment