dataone in linux

Status
Not open for further replies.

maddy_in65

Journeyman
Please help me to establish a bb connection in ubuntu. I know already there is a post regarding this but now i am not able to find it. please help me.
 

debsuvra

is NOT a PC/Mac
Open Console and enter this command
Code:
sudo pppoeconf
Follow the wizard that comes out in a blue background.
If u select the option to start dataone automatically then it will start during the boot. Otherwise, enter
Code:
pon dsl-provider
to start Dataone and
Code:
poff -a
to terminate the connection. :p

Thanks rahimveron, I overlooked sudo as I am always in superuser mode.
 
Last edited:

Rahim

Married!
^ Use
Code:
sudo pppoeconf
and the rest is easy. How ever enter yourusername@dataone as your username without .in
 

ray|raven

Think Zen.
Please help me to establish a bb connection in ubuntu. I know already there is a post regarding this but now i am not able to find it. please help me.

If, only you looked at the stickies in the Open Source section, :p
*www.thinkdigit.com/forum/showthread.php?t=21171
 

praka123

left this forum longback
make sure ur lan interface is up(eth0).u can see that by running "ifconfig" in terminal.
 

FilledVoid

Who stole my Alpaca!
Am I the only person who uses an always on connection :| . I plugged in my router and Voila I had access to the internet.
 

mehulved

18 Till I Die............
You must be using bridged mode.
And you definitely aren't the only one using always on connection, not even in BSNL users out here :p
 
OP
maddy_in65

maddy_in65

Journeyman
guys i am noob to linux. so i dont know how to configure the BB in linux, i also want to configure wifi in linux, so please help me in detail
 

praka123

left this forum longback
can you open a terminal and post the output of the command
Code:
ifconfig
?
you can select the output from the terminal using left mouse button pressed.no need to upload screenshots .
 

Renny

Padawan
I had the same prob in linux mint,

configure ur connection via the network settings,

Use these commands:- (Must be root)

sudo sudo ifconfig eth0 192.168.1.10
sudo route add default gw 192.168.1.1




Then type 192.168.1.1 in ur browser and make the authentication mode "AUTO" in WAN settings.
 

debsuvra

is NOT a PC/Mac
You must be using bridged mode.
And you definitely aren't the only one using always on connection, not even in BSNL users out here :p


He is using PPPoE/PPPoA mode as he gets connected whenever he starts the router. In Bridge Mode, user has to start a connection using appropriate commands from the OS. :)
 
OP
maddy_in65

maddy_in65

Journeyman
Hello prakash, this is terminal output of ifconfig command.

eth1 Link encap:Ethernet HWaddr 00:00:00:1A:73:99

UP BROADCAST MULTICAST MTU:1500 Metric:1

RX packets:0 errors:0 dropped:0 overruns:0 frame:0

TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000

RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10



eth130 Link encap:Ethernet HWaddr 00:00:6C:4E:0C:2B

inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0

inet6 addr: fe80::200:6cff:fe4e:c2b/64 Scope:Link

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:122 errors:0 dropped:0 overruns:0 frame:0

TX packets:167 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000

RX bytes:71475 (69.7 KB) TX bytes:21446 (20.9 KB)
Interrupt:19 Base address:0x6000




I have tried conf as suggested by rahul. but still not working. I am using netgear router. So its IP is 192.168.0.1
 

Renny

Padawan
Im not sure which one of them is your NIC :confused:,

OK, try this:-
sudo sudo ifconfig eth1 192.168.1.10
sudo route add default gw 192.168.1.1

If this also doesnt work, instead of "1" in "eth1" substitute "130" in its place and try.
 

praka123

left this forum longback
^do u have your router configured for always ON broadband?
then,
you should add "sudo route add default gw 192.168.0.1"
try!
what do u do in window$?do u have to dial from windows to connect to broadband?
OR
when u boot into window$,it is already connected to internet?
 
OP
maddy_in65

maddy_in65

Journeyman
yes i have configured my router to always on mode. Currently i am connected to it via Wi fi mode. i have tried to add default GW as netgear IP, it shows me this error

madworld@Madworld:~$ sudo route add default gw 192.168.0.1

SIOCADDRT: File exists.

I dont need to dial anything as it is a router. when i start router and my lappy, i get connected automatically.
 

praka123

left this forum longback
...then try:
Code:
sudo /etc/init.d/dhcdbd restart
then try in a terminal whether ur able to ping google.
Code:
ping 76.162.89.197
 
Status
Not open for further replies.
Top Bottom