LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-15-2005, 03:18 PM   #1
koolgentoo
LQ Newbie
 
Registered: Dec 2004
Posts: 10

Rep: Reputation: 0
Talking can ping but cannot browse the internet


hi,

my box runs fedora 3, ntl 1mb broadband(cable/adsl) with ethernet connection.

can ping various sites. traceroutes ok but cannot broswe from web browsers(epiphany, firefox, konqueror)!

can anyone help me what i need to do?
 
Old 04-15-2005, 03:30 PM   #2
gfreire
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Rep: Reputation: 0
did yah try adding a default route to your gateway for example your router
route add default gw 192.168.1.1
but make sure it gets added to the right adapter not eth0 if your using wireless
It worked for me, but i couldnt even ping!!
 
Old 04-15-2005, 03:34 PM   #3
koolgentoo
LQ Newbie
 
Registered: Dec 2004
Posts: 10

Original Poster
Rep: Reputation: 0
there is no router for my system. wht ip addres should i give for default route?

anyway it is pinging though so the packets are being transfered (icmp)

so it is the http requests are failing.


should i config the firewall???
 
Old 04-15-2005, 06:32 PM   #4
claytonmagnus
LQ Newbie
 
Registered: Apr 2005
Distribution: FC3, Mandriva 10.0, Mepis 3.3
Posts: 7

Rep: Reputation: 0
I have the same problem

I just configured a wireless card on a Mepis Linux system. I can ping yahoo and google, but I can't use http. When I use firefox, the website is located but then the status bar keeps hanging at "Waiting for reply..." forever.

Last edited by claytonmagnus; 04-15-2005 at 10:11 PM.
 
Old 04-15-2005, 07:00 PM   #5
sanw2k
Member
 
Registered: Apr 2002
Location: bangy
Distribution: rh 9,,Mandy 9.1, Lycoris
Posts: 42

Rep: Reputation: 15
what is the status of proxy settings.?

also chk the nslookups...
 
Old 04-15-2005, 07:09 PM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Also check /etc/resolv.conf
 
Old 04-15-2005, 09:50 PM   #7
claytonmagnus
LQ Newbie
 
Registered: Apr 2005
Distribution: FC3, Mandriva 10.0, Mepis 3.3
Posts: 7

Rep: Reputation: 0
Okay, here we go:

Proxy settings: none in the KDE control center (I don't know where the file is and too tired to look for it), none in firefox.

nslookup works fine. I tried yahoo and another site and got a bunch of ips.

The contents of /etc/resolv.conf are as follows
Code:
search [my network/ESSID name]
nameserver [router address]
Now these settings are obviously wrong. I'll remove them. My router isn't set-up as a DNS.

It obviously resolves ip addresses. The problem with it is that it either doesn't receive the content after it sends the request for it (or it sends the wrong request). Or something is blocking it. Firewall? Why would a firewall block HTTP? Anyway, a quick look at a gui firewall shows that there are no blocks to HTTP.
 
Old 04-15-2005, 10:07 PM   #8
claytonmagnus
LQ Newbie
 
Registered: Apr 2005
Distribution: FC3, Mandriva 10.0, Mepis 3.3
Posts: 7

Rep: Reputation: 0
quick postscript: removing the lines resolv.conf make it unable to resolve internet addresses in firefox.

BTW, I have a Mandrake 10.0 laptop that has no trouble connecting to the internet through wireless, which is what I am attempting to do with my problematic desktop.

Last edited by claytonmagnus; 04-15-2005 at 10:09 PM.
 
Old 04-18-2005, 03:51 AM   #9
greenmachine
LQ Newbie
 
Registered: Apr 2005
Posts: 3

Rep: Reputation: 0
can ping but can't browse (wired ethernet)

I am having a very similar problem. I'm running Fedora Core 3 with wired ethernet card. I can ping servers, ping domain names, use dig/nslookup, etc.. My servers (SSH/HTTPD) can accept connections from the outside (local network/WAN) and serve up pages etc. without problems.

However, any program that needs to resolve a domain name (outside of ping/nslookup) in order to get content off of the net fails. Lynx, Firefox and Yum all fail to connect to domain names. The server is actually behind two routers (one at 192.168.0.x and one at 192.168.123.y - the server is within the 192.168.123.xxx subnet). When using DHCP, I can browse without problems, but using a static IP address seems to throw something off and I can't figure out what is going on.

I have IPtables turned off. My eth0 is the only net interface (aside from loopback). I have the right DNS servers in resolv.conf. Here is my route information:

Code:
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.123.0   0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
0.0.0.0         192.168.123.254 0.0.0.0         UG    0      0        0 eth0
I checked both routers to ensure that no firewalling that I can detect is going on (one a WRT54G and the other an Actiontec GT701-WG). I have a windows box (this one) in the same subnet as the fedora server also running a static IP and it works fine.

I cannot figure this out; I have used a linux server with static IP and Fedora 2 in this config without problems. Help is appreciated. Thanks, Jesse
 
Old 04-18-2005, 04:32 PM   #10
claytonmagnus
LQ Newbie
 
Registered: Apr 2005
Distribution: FC3, Mandriva 10.0, Mepis 3.3
Posts: 7

Rep: Reputation: 0
Your problem is different from mine. I CAN resolve IP addresses (Firefox finds the page, and then just says "waiting for reply..."). So responders should treat our posts seperately.
 
Old 04-18-2005, 04:35 PM   #11
cb951303
Member
 
Registered: Jan 2004
Distribution: Slackware 11 + Dropline Gnome 2.16
Posts: 194

Rep: Reputation: 30
did u tried to use your ISP's dns numbers?
 
Old 04-18-2005, 04:43 PM   #12
greenmachine
LQ Newbie
 
Registered: Apr 2005
Posts: 3

Rep: Reputation: 0
Clayton is right - firefox on my machine hangs at "connecting to ...." with IP address OR domain name, not "waiting for reply."
 
Old 04-18-2005, 04:48 PM   #13
buzz3953
LQ Newbie
 
Registered: Apr 2005
Posts: 10

Rep: Reputation: 0
DNS

Don't know what the exact cause is but it is dns or proxy related....chances are not proxy as usually would be set in the browser itself and what are chances you had it set up without knowing it in each browser....go dns...what type of connection and should your settings be assigned by dhcp or does your isp assign them....??? also you could perhaps just plug in their dns server addreses but if they change you may be pooched again dow the road...

Last edited by buzz3953; 04-18-2005 at 04:50 PM.
 
Old 04-19-2005, 04:12 AM   #14
claytonmagnus
LQ Newbie
 
Registered: Apr 2005
Distribution: FC3, Mandriva 10.0, Mepis 3.3
Posts: 7

Rep: Reputation: 0
Well, the trouble is that my laptop (running Mankrake 10.0) connects wirelessly to the internet without any trouble. Your suggestions again would help if I am having trouble resolving name addresses, but I have no trouble doing that. My thinking is that it is either of two things:

I am firewalled off through a setting that I can't see. OR My wireless card would not accept incoming HTTP traffic for some encryption reason.
 
Old 05-01-2005, 06:04 PM   #15
claytonmagnus
LQ Newbie
 
Registered: Apr 2005
Distribution: FC3, Mandriva 10.0, Mepis 3.3
Posts: 7

Rep: Reputation: 0
Well, it's solved. I removed MEPIS Linux and just put Mandrake 10.0. Then after a long battle I was able to make wireless work. I followed instructions on the Ndiswrapper wiki for Mandrake 10.0, but there is one crucial point they didn't mention. The function that searches for hardware is lspci, and I didn't have it. Mandrake had lspcidrake, which is not as good. I edited the perl script to use lspcidrake, but it didn't work. I found the latest version of lspci, put it on a floppy, and then transferred it to the other computer. Another problem I had was with properly setting the nameserver. In the end, I was able to access the internet properly after all.
 
  


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
ipcop -proxy: can ping ip but cannot browse internet prue3 Linux - Networking 0 02-03-2005 08:15 AM
Cannot browse internet or ping DanielTan Linux - Networking 1 02-01-2005 03:47 AM
Cant browse internet even though I can ping site pazzport Linux - Wireless Networking 8 01-27-2005 11:51 AM
SuSE 9.0 can browse LAN, ping router...cannot get on the internet tmlayton Linux - Networking 5 06-30-2004 02:43 AM
can't browse internet but can ping cj7_laredo Fedora 3 01-21-2004 10:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 10:45 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