BSNL Broadband
BSNL Broadband provides different types of ADSL modem/router:
1. Huawei ADSL modem/router with ethernet and USB port
2. DareGlobal ADSL modem/router with ethernet port.
3. Huawei ADSL modem/router with ethernet port, USB port and built-in wireless access point.
You should have a working ethernet card to connect the modem/router. No information is available about connecting using USB (PPPoA).
Instructions
Note: The router/modem would trigger the connection if configured this way.(Router on -> Connected)
1. Connect the modem/router to the ethernet card.
2. Assign an IP address for the ethernet card; the router has a fixed interface address of 192.168.1.1, so you can use 192.168.1.2 for your ethernet interface.
$ sudo ifconfig eth0 192.168.1.2
3. Add 192.168.1.1 as default gateway.
$ sudo route add default gw 192.168.1.1
4. Enter the address of some DNS servers in /etc/resolv.conf. These DNS adresses are provided on BSNL's instruction manual.
$ sudo vi /etc/resolv.conf
The entry will be of type nameserver 61.1.96.71, where the IP will be the one provided in your BSNL Broadband instruction manual.
5. Access the router's management interface via a browser by typing the address 192.168.1.1. The admin username/password is admin/admin
* Set the connection type to `PPPoE'. On my MT882 box, this comes under `WAN Settings'
* Enter your user name and password (username is of the form xyz@dataone)
* Reset the router. It will take 2-3 minutes for the box to come up again
Steps 2, 3, 4 can also be done from menu System->Administration->Network in GUI
Alternate Method:
1. Connect your ethernet wire to the port at the back of your computer.
2. Fire up the terminal and type in sudo pppoeconf
3. It should detect your modem.
4. Keep on pressing enter. Fill in your user name and password when indicated.
5. It should be easy to stick on to defaults.
6. You should be prompted back to your terminal when it would say pppoe loaded. Simple. That's the end of terminal.
Now go to System>Administration>Networking. Click on it. You would be asked for your password to carry out the administrative job as root. You should be prompted to enter the following details.
1. Activate the Wired connection.
2. Highlight the wired connection and click on properties.
3. Check the box "enable the connection"
4. Configuration as Static IP.
5. IP Address : 192.168.1.2
6. Subnet mask fills on it's own as 255.255.255.0
7. Gateway address :192.168.1.1
Configuring Ubuntu Linux for BSNL Broadband.
Friday, April 2, 2010
Posted by Shivam Agrawal at 5:23 AM
Labels: Linux Tips N Tricks
Subscribe to:
Post Comments (Atom)
Labels
- Games (10)
- Latest News (1)
- Learning Linux (4)
- Linux Tips N Tricks (4)
- Operating System (5)
- Software(Freeware) (1)
- What is Linux ? (1)
Labels
- Games (10)
- Latest News (1)
- Learning Linux (4)
- Linux Tips N Tricks (4)
- Operating System (5)
- Software(Freeware) (1)
- What is Linux ? (1)
0 comments:
Post a Comment