Ubuntu 7.10 or later on T23 ethernet problem...
Ubuntu 7.10 or later on T23 ethernet problem...
Hi
I used to have 7.04 on my T23 and it worked fine. I decided to upgrade to 7.10 and can't get the ethernet network to work fully.
I can ping another machine and telnet to another machine (either local or on the internet) but that's it, I can't get on the web or email etc.
With 7.04 ethernet works fine, just not with 7.10 or later, any ideas ?
I used to have 7.04 on my T23 and it worked fine. I decided to upgrade to 7.10 and can't get the ethernet network to work fully.
I can ping another machine and telnet to another machine (either local or on the internet) but that's it, I can't get on the web or email etc.
With 7.04 ethernet works fine, just not with 7.10 or later, any ideas ?
Cheers
Wookie
Wookie
-
lightweight
- Sophomore Member
- Posts: 234
- Joined: Sat Jun 30, 2007 10:56 pm
- Location: L. A.
Sure it wasn't DNS (/etc/resolv.conf)? Did you telnet and ssh to domain names or ips on the internet?
Have: x60s ultralight 1705-CTO, Debian SiD, Linux 2.6.25-2 | x61s ultralight 7668-CTO, Debian SiD/Experimental, Linux 2.6.27-git5 | Model M 1391401, white label, 07-17-91
Had: x22, Debian Testing/SiD, Linux 2.6.18-22
Had: x22, Debian Testing/SiD, Linux 2.6.18-22
Fairly sure, I always use ip addresses on my local net, but I did try both names & numbers on the internet to no success, I never thought to try http on my local net. I'll have a play with a live cd later...lightweight wrote:Sure it wasn't DNS (/etc/resolv.conf)? Did you telnet and ssh to domain names or ips on the internet?
Cheers
Wookie
Wookie
-
lightweight
- Sophomore Member
- Posts: 234
- Joined: Sat Jun 30, 2007 10:56 pm
- Location: L. A.
For clarity, you did successfully ping and telnet to the Internet, correct? I've not hunted for bug reports or anything on Ubuntu's 8 but it's an interesting problem since, as you know, http/:80 is just a TCP connection, like your telnet sessions to the Internet. There's definitely no proxy (such as Squid) on your network, correct?
Could just isolate to narrow your search. See if you can get out over port 80. There's better tools for this (netcat, dig, nmap, etc) by the way, but using old standards as I'm not sure what's in Ubuntu's base.
See if you can go out on the internets on port 80:
If not, you're probably looking at a firewall or proxy issue, but if no dice see if it's DNS by quering your local dns server then a machine on the intarwebs:
And if local fails but the external doesn't, try changing /etc/resolv.conf. It also wouldn't hurt to turn off local dns searches while at it:
You can edit or copy the file back later when done troubleshooting, or just grab a new dhcp lease.
Also isolate if its the browser: (I do not know which Ubuntu ships with.)
Could just isolate to narrow your search. See if you can get out over port 80. There's better tools for this (netcat, dig, nmap, etc) by the way, but using old standards as I'm not sure what's in Ubuntu's base.
See if you can go out on the internets on port 80:
Code: Select all
telnet forum.thinkpads.com 80
Code: Select all
nslookup forum.thinkpads.com
nslookup forum.thinkpads.com 4.2.2.2
Code: Select all
sudo cp /etc/resolv.conf /etc/resolv.bak ; sudo perl -pi -e 's/^(search|domain.*)/#$1/g' /etc/resolv.conf
Also isolate if its the browser: (I do not know which Ubuntu ships with.)
Code: Select all
wget http://forum.thinkpads.com || curl http://forum.thinkpads.comHave: x60s ultralight 1705-CTO, Debian SiD, Linux 2.6.25-2 | x61s ultralight 7668-CTO, Debian SiD/Experimental, Linux 2.6.27-git5 | Model M 1391401, white label, 07-17-91
Had: x22, Debian Testing/SiD, Linux 2.6.18-22
Had: x22, Debian Testing/SiD, Linux 2.6.18-22
I have now tried a Dlink pcmcia card, that uses a module called "tulip" I could connect to some websites, but not to others
I can also connect to one of the web servers on my local network (using the number address) but couldn't connect to the other web server
I'll gonna reboot now and try lightweight's suggestions.
I can also connect to one of the web servers on my local network (using the number address) but couldn't connect to the other web server
I'll gonna reboot now and try lightweight's suggestions.
Cheers
Wookie
Wookie
Thanks for all the suggestions, since I'm using a live cd of 8.04, I can't save any of the output so I write it down and then have to reboot to connect to the internet to post this message, so a) its a slow way and b) apologies for any mistakes i make...
(and then nothing else happens)
(and then nothing else happens)
lightweight wrote:telnet forum.thinkpads.com 80
Code: Select all
connected to alto.csdatamanagers.comlightweight wrote:nslookup forum.thinkpads.com
Code: Select all
server: 192.168.1.1
address: 192.168.1.1#53
Non-autoritive answer: forum.thinkpads.com canonical name=alto.csdatamanagers.com
Name: alto.csdatamanagers.com
Address: 216.229.83.236lightweight wrote:nslookup forum.thinkpads.com 4.2.2.2
Code: Select all
server: 4.2.2.2
address: 4.2.2.2#53
Non-autoritive answer: forum.thinkpads.com canonical name=alto.csdatamanagers.com
Name: alto.csdatamanagers.com
Address: 216.229.83.236Didn't make any difference that I could telllightweight wrote:sudo cp /etc/resolv.conf /etc/resolv.bak ; sudo perl -pi -e 's/^(search|domain.*)/#$1/g' /etc/resolv.conf
lightweight wrote:wget http://forum.thinkpads.com || curl http://forum.thinkpads.com[/code]
Code: Select all
--20:43:12-- http://forum.thinkpads.com/
=> 'index.html'
Resolving forum.thinkpads.com... 216.229.83.236
Connecting to forum.thinkpads.com|216.229.83.236|:80... connected.
HTTP request sent, awaiting responce...Cheers
Wookie
Wookie
-
- Similar Topics
- Replies
- Views
- Last post
-
-
The Newest GPD Pocket with Z8750 CPU Windows 10 System or Ubuntu 16.04
by laozhu » Thu Jan 12, 2017 5:02 am » in Off-Topic Stuff - 12 Replies
- 1435 Views
-
Last post by QWERTY Andreas
Wed Feb 15, 2017 3:52 am
-
-
-
How to improve audio on a Thinkpad T530 under Ubuntu?
by wrybread » Sun Mar 05, 2017 2:14 am » in Linux Questions - 1 Replies
- 1193 Views
-
Last post by wrybread
Fri Apr 07, 2017 5:38 pm
-
-
-
Remarkable Screen Quality on T30 and T23
by Sudevan » Tue Feb 07, 2017 6:57 pm » in ThinkPad T2x & T3x Series - 12 Replies
- 1736 Views
-
Last post by FryPpy
Fri Feb 10, 2017 11:54 am
-
-
- 5 Replies
- 510 Views
-
Last post by thinkpadcollection
Mon Mar 20, 2017 1:03 pm
Who is online
Users browsing this forum: axur-delmeria and 1 guest




