LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-12-2009, 12:11 AM   #1
ssaha
Member
 
Registered: Feb 2009
Location: Kolkata,India
Distribution: Fedora 8,Ubuntu 8.04, 8.10, 9.04, 9.10
Posts: 108

Rep: Reputation: 18
BSNL broadband in ubuntu 9.04


I can connect to my bsnl broadband by the pon command from the terminal...

But is there any way to use the nm-applet to connect to the internet?

I have configured the dsl connection but whenever i click the radio button beside 'bsnl', it disconnects eth0 and tries to connect to bsnl...
and connection fails...

can anyone of you pls help me?
 
Old 06-12-2009, 09:09 AM   #2
ankscorek
Member
 
Registered: Mar 2003
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu,debian,aptosid,backtrack,blackbuntu
Posts: 529

Rep: Reputation: 31
goto 192.168.1.1

and configure for pppOe

dont establish a dial up bridge
 
Old 06-12-2009, 11:47 PM   #3
ssaha
Member
 
Registered: Feb 2009
Location: Kolkata,India
Distribution: Fedora 8,Ubuntu 8.04, 8.10, 9.04, 9.10
Posts: 108

Original Poster
Rep: Reputation: 18
the problem i specified is happening in root account, and not in other user accounts...
so my modem is configured properly...
 
Old 06-13-2009, 08:17 PM   #4
ankscorek
Member
 
Registered: Mar 2003
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu,debian,aptosid,backtrack,blackbuntu
Posts: 529

Rep: Reputation: 31
check the groups of ur root
 
Old 06-16-2009, 08:29 AM   #5
ssaha
Member
 
Registered: Feb 2009
Location: Kolkata,India
Distribution: Fedora 8,Ubuntu 8.04, 8.10, 9.04, 9.10
Posts: 108

Original Poster
Rep: Reputation: 18
main group of root is written as root...
 
Old 06-16-2009, 10:28 PM   #6
ankscorek
Member
 
Registered: Mar 2003
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu,debian,aptosid,backtrack,blackbuntu
Posts: 529

Rep: Reputation: 31
is root member of dialout group internet group etc etc
 
Old 06-17-2009, 06:32 AM   #7
ssaha
Member
 
Registered: Feb 2009
Location: Kolkata,India
Distribution: Fedora 8,Ubuntu 8.04, 8.10, 9.04, 9.10
Posts: 108

Original Poster
Rep: Reputation: 18
no....its a member of group root only...
 
Old 06-17-2009, 10:55 PM   #8
ankscorek
Member
 
Registered: Mar 2003
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu,debian,aptosid,backtrack,blackbuntu
Posts: 529

Rep: Reputation: 31
is ur /etc/hosts file having this entry

127.0.0.1 <name ofur laptop>

post the output of


dig google
 
Old 06-18-2009, 09:37 PM   #9
ssaha
Member
 
Registered: Feb 2009
Location: Kolkata,India
Distribution: Fedora 8,Ubuntu 8.04, 8.10, 9.04, 9.10
Posts: 108

Original Poster
Rep: Reputation: 18
yes the file /etc/hosts have the entry
127.0.0.1 localhost
im using a desktop..
output of the command dig google=
Code:
; <<>> DiG 9.5.1-P2 <<>> google
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 20069
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;google.				IN	A

;; AUTHORITY SECTION:
.			10800	IN	SOA	A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2009061801 1800 900 604800 86400

;; Query time: 346 msec
;; SERVER: 218.248.255.162#53(218.248.255.162)
;; WHEN: Fri Jun 19 08:03:07 2009
;; MSG SIZE  rcvd: 99
 
Old 06-20-2009, 02:43 AM   #10
ankscorek
Member
 
Registered: Mar 2003
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu,debian,aptosid,backtrack,blackbuntu
Posts: 529

Rep: Reputation: 31
if i understand correctly

ur using eth0 interface to connect

else check from "ifconfig" commmand

so now everything is ok and ur webpage is also opening so

goto /etc/network

edit ur interfaces file

the fact that ur using pppconfig to connect tells ur establishing a dial up bridge

can u also provide me the name of ur OS

i am assuming ur on ubuntu jaunty

Last edited by ankscorek; 06-20-2009 at 02:44 AM.
 
Old 06-20-2009, 12:49 PM   #11
ssaha
Member
 
Registered: Feb 2009
Location: Kolkata,India
Distribution: Fedora 8,Ubuntu 8.04, 8.10, 9.04, 9.10
Posts: 108

Original Poster
Rep: Reputation: 18
yes...u r right in ur 3 guesses(ubuntu 9.04 i.e. jaunty is mentioned in the thread name itself)....but what will i edit in the interfaces file?
 
Old 06-26-2009, 12:35 AM   #12
ssaha
Member
 
Registered: Feb 2009
Location: Kolkata,India
Distribution: Fedora 8,Ubuntu 8.04, 8.10, 9.04, 9.10
Posts: 108

Original Poster
Rep: Reputation: 18
Hey ankscorek!!!
u have stopped replying...watz up!!!
 
Old 06-26-2009, 09:09 AM   #13
ankscorek
Member
 
Registered: Mar 2003
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu,debian,aptosid,backtrack,blackbuntu
Posts: 529

Rep: Reputation: 31
u have to make a ppp0e_35 interface in urs 192.168.1.1
 
Old 06-26-2009, 10:58 AM   #14
ssaha
Member
 
Registered: Feb 2009
Location: Kolkata,India
Distribution: Fedora 8,Ubuntu 8.04, 8.10, 9.04, 9.10
Posts: 108

Original Poster
Rep: Reputation: 18
how to do so??
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bsnl Broadband Internet configuration in RHEL 5 platopathrose Linux - Newbie 0 05-12-2008 06:36 AM
BSNL Broadband Fedora 4 How ?? Abhishek14 Linux - Networking 12 11-01-2007 03:53 PM
BSNL Broadband setup prashullegaddi Linux - Networking 0 10-02-2007 09:14 AM
broadband BSNL NeoMagic Linux - Wireless Networking 0 09-25-2006 01:26 AM
BSNL Broadband MT882 USB configuration hari77gct Linux - Software 2 10-25-2005 04:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 06:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration