Results 1 to 3 of 3
  1. #1
    Hey here is the aks arunks's Avatar
    Join Date
    Jan 2006
    Location
    punjab
    Posts
    804

    Default Configuring the bsnl Dataone Connection in ubuntu 6.06

    how to Configuring the Dataone Connection and ADSL modem in ubuntu 6.06

  2. #2
    In The Zone Venom's Avatar
    Join Date
    Jun 2006
    Posts
    240

    Default Re: Configuring the bsnl Dataone Connection in ubuntu 6.06

    If you have LAN see this
    [Tutorial] Configuring an Always On DataOne on gnu/Linux

    If USB, no idea at all.
    From now on we are poison to you, that's why we call ourselves, the Venom!

  3. #3
    left this forum longback praka123's Avatar
    Join Date
    Sep 2005
    Location
    -
    Posts
    7,513

    Smile Re: Configuring the bsnl Dataone Connection in ubuntu 6.06

    First u need 2 have a lan card on ur system.to know whether u have a lan card,try
    Code:
    sudo ifconfig
    if it shows network item named eth0 etc then u can follow below :
    for easy way,launch :

    Code:
    network-admin
    from menu(enable debian menus using alacarte).
    ipaddress :192.168.1.2

    subnet mask:255.255.255.0
    otherwise sudo edit /etc/network/interfaces and add below lines in a new line.
    Code:
    auto eth0
    iface eth0 inet static
    address 192.168.1.2
    netmask 255.255.255.0
    now just
    Code:
    apt-get install ppp pppoeconf
    (its on the cd!)
    enter ur dataone username passwd etc as it prompts and configure whether u want always on or normal setup.now u can start the dataone by typing
    Code:
    sudo pon dsl-provider
    and switch off as:
    Code:
    poff
    cheers
    Last edited by praka123; 07-08-2006 at 09:13 PM.
    left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
    Get GNU/Linux - http://getgnulinux.org

Similar Threads

  1. Configuring an always on DataOne connection on WA1003A
    By chatterjeesayan in forum Open Source
    Replies: 1
    Last Post: 17-08-2007, 01:01 PM
  2. Configuring Bsnl Dataone Broadband in Linux
    By paragkalra in forum Open Source
    Replies: 1
    Last Post: 08-05-2007, 11:23 AM
  3. Configuring BSNL dataone Broadband in SOLARIS 10.
    By paragkalra in forum Open Source
    Replies: 1
    Last Post: 30-08-2006, 11:41 AM
  4. Replies: 1
    Last Post: 07-08-2006, 05:05 PM
  5. Replies: 2
    Last Post: 07-08-2006, 10:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Close