sign innew postabout uscontactsphotossign out
Welcome to ECE-Technology for you

About ECE Tech4U

Its a blog to quench your thirsts in the field of electronics and communication fields. The blog comprises of various wings of Electronics and Communication Engineering such as Embedded Systems, Digital Signal Processing, Communication,VLSI etc. Technology is not a static one. It grows exponentially with time. The main aim of our blog is to share our knowlege and keep ourselves updated

FLASH NEWS Matlab releases the plugins for blackfin processors

Wednesday, July 16, 2008

How to connect broadband in Ubuntu n Fedora

Ethernet Connection

  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 DataOne 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)
  • Reset the router. It will take 2-3 minutes for the box to come up again

No comments: