Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 13-08-2006, 02:13 AM   #1 (permalink)
Apprentice
 
maximus999's Avatar
 
Join Date: Mar 2005
Posts: 85
Unhappy Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

MTNL Triband on Ubuntu LIVE CD.

Here what i referred to make it work:-

"right click on your desktop. you will see a menu entry "run terminal". click it. a terminal should pop up. now type:

sudo gedit /etc/resolv.conf

hit enter. now enter the superuser password (= by default the same password that you use to login, if you are the first user on the newly installed system)

the editor should come up the the resolv.conf file.

Now type valid DNS entries in this manner

nameserver 203.94.243.70
nameserver 203.94.227.70
nameserver 192.168.1.1

once you have modified your file, save it and close the editor.

Now the most important part.... somehow the dhcp client keeps modifying the resolv.conf in a set amount of time and that's why the net dosent work.... so you have to lock the file so that it cant be modified

now, back at the terminal, type

sudo chattr +i /etc/resolv.conf

now open your browser or synaptic and test if everything works.
if not, report back.

ohh and btw if you do realise that you have to change the DNS entries

sudo chattr -i /etc/resolv.conf

This will unlock the file again"


I did the config as above but it didnt work.....Plz help.
maximus999 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 13-08-2006, 02:37 AM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

Did you try via GUI?
System => Administration => Networking
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 13-08-2006, 07:27 AM   #3 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

There is no need of configuring anything if you have DHCP enabled and a configured router, just go to the place t_y_f has mentioned and enable eth0 and DHCP there. I guess that should do it.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 13-08-2006, 08:04 AM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

You can configure dataone/mtnl using ''pppoeconf''
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 13-08-2006, 12:19 PM   #5 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

Open the Terminal Window & type:
$ gksu network-admin
This should open the 'Network Settings' dialog. Click on the 'Connections' tab, select
'Ethernet Connection' . Click on 'Properties' Under 'Connection' make sure 'Enable this connection'
is checked. Under 'Configuration' leave it as 'DHCP'. Click "OK'. & again click 'OK'.
To check whether you are able to connect to the Net, from the Terminal Window, type:
$ ping www.yahoo.com
This display some data like 64 bytes from www.yahoo.com , IP address, time taken etc.,
Press 'Ctrl' + C to terminate ping.
If you see those data statistics , then your Net connection is working fine.
If your Net connection is not working, you'll get a message 'Unknown host www.yahoo.com'.
JGuru is offline  
Old 21-08-2006, 04:48 PM   #6 (permalink)
Apprentice
 
maximus999's Avatar
 
Join Date: Mar 2005
Posts: 85
Default Re: Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

Im Connected....Posting this from Firefox-Ubuntu LIVE CD (ver.6.06 LTS)

DHCP Enabled--ok
Router Configured--ok
System => Administration => Networking
=>DNS=>203.94.243.70
203.94.227.70
=>Added & Saved.

Done ur connected.



__________________

Some Problems.....

(1) After every 15-20 mins i have to reenter the DNS server addresses.
Is there any way i can save it/lock the settings.

(2) Im not getting the maximum bandwidth....i.e; I usually get around 30KBps transfer rate. on normal XP....whereas now on Ubuntu live..im getting 21 KBps.
What could the problem??

Plzz help.

Last edited by maximus999; 21-08-2006 at 04:54 PM. Reason: Automerged Doublepost
maximus999 is offline  
Old 21-08-2006, 05:34 PM   #7 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

If you get disconnected after 10 or 15 mins. Try this:
Open the Terminal Window & type:
$ gksu network-admin
This will open the 'Network Settings' dialog.
Click on the tab 'DNS' , Click on 'Add' button & give your ISP's DNS Server
IP address. Also click on the 'Connection' tab, under 'Connection Settings',
select 'Static IP address', Now fill in your IP address, subnet mask, Gateway address
Click on 'OK' button. Again click on 'OK' button.

Regarding FireFox loading websites slowly, do these tweaks & FireFox will load
pages faster!!

Load FireFox browser. Now type 'about:config'
(without quotes) in the address URL field. Press Enter key.
You'll get a row called 'Filter'. You'll be typing the text I say
here. Below that you have a table data. To change a
numeric value select the row , right-click on it , choose
'Modify'. To change a boolean value (true/false) , select the
row, right-click , choose 'Toggle' I hope you get the idea.

So here are the tweaks:
---------------------------------

network.dns.disableIPv6 -> true
network.http.pipelining -> true
network.http.proxy.pipelining->true
network.http.pipelining.maxrequests -> 16
network.http.max-persistent-connections-per-server -> 8
network.http.redirection-limit -> 8
network.http.request.max-start-delay -> 0

Restart FireFox after you have applied the changes.
And see the speed difference!!!
JGuru is offline  
Old 21-08-2006, 06:08 PM   #8 (permalink)
Apprentice
 
maximus999's Avatar
 
Join Date: Mar 2005
Posts: 85
Default Re: Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

Quote:
Now fill in your IP address, subnet mask, Gateway address
IP Address :which one; everytime i switch off/on my ADSL router my IP changes.

Subnet mask ???? ( Im on MTNL Triband)

Gateway Address ????

Thanx a lot for ur help.
maximus999 is offline  
Old 21-08-2006, 08:37 PM   #9 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

@Maximus, Your ISP (MTNL's) IP address, subnet mask: 255.255.255.0, Gateway.
Call MTNL's customer support & ask for IP address & Gateway. They will tell you
that. Note it down in a book. And fill in those details.
This should solve your disconnection problems.
JGuru is offline  
Old 21-08-2006, 10:22 PM   #10 (permalink)
Apprentice
 
maximus999's Avatar
 
Join Date: Mar 2005
Posts: 85
Default Re: Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

@JGuru............Thanx a lot for ur help.....

My net connection is good....I dont get any kinda disconenction problems as such..The problem is the DNS server settings aint getting saved...The addresses just disappear after a while...How could i save them; lock it completely.

Last edited by maximus999; 22-08-2006 at 02:06 AM. Reason: Automerged Doublepost
maximus999 is offline  
Old 22-08-2006, 02:14 AM   #11 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Plz Help: I cant get MTNL Triband to work on Ubuntu-LIVE CD

Add them manually to /etc/resolv.conf manually. I am not so sure but it maybe due to manually updating DHCP. Maybe you need to use static.
__________________
http://www.bash.org/?258908
mehulved is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 09:00 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2