Ethernet Connection
- Connect the modem/router to the ethernet card
- 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
- Add 192.168.1.1 as default gateway.
sudo route add default gw 192.168.1.1
- 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 DataOne instruction manual.
- 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)
- Reset the router. It will take 2-3 minutes for the box to come up again

No comments:
Post a Comment