Networking Forums

Networking Forums > Computer Networking > Linux Networking > Can only ping the router, but not the internet with WLAN?

Reply
Thread Tools Display Modes

Can only ping the router, but not the internet with WLAN?

 
 
Spare Brain
Guest
Posts: n/a

 
      09-03-2005, 04:39 PM
Hi,

I just loaded SuSE 9.3 on my laptop. When I connect the laptop directly
through the NIC card to the Netgear router, the interface works fine and I
can surf the net.

Next I tried using the Belkin FD6050 to go wireless. The YaST configured it
fine, and I am very impressed with the setup that took seconds to recognize
the card and allow me to set up the WEP, etc. But now the trouble starts.

While I can ping my router (192.168.0.1) and browse the router setup page,
it is not able to connect to the internet (ping www.yahoo.com returns
"unknown host"). I tried turning off the firewall, but it did not change
that behavior.

(Note that the router serves other computers, both direct and through
wireless, and they all can access internet - the effect is localized to the
Linux laptop)

Any hints on why this may be happening?


Thanks
SB


 
Reply With Quote
 
 
 
 
Lenard
Guest
Posts: n/a

 
      09-03-2005, 05:19 PM
Spare Brain wrote:

> Hi,
>
> I just loaded SuSE 9.3 on my laptop. When I connect the laptop
> directly through the NIC card to the Netgear router, the interface
> works fine and I can surf the net.
>
> Next I tried using the Belkin FD6050 to go wireless. The YaST
> configured it fine, and I am very impressed with the setup that took
> seconds to recognize the card and allow me to set up the WEP, etc. But
> now the trouble starts.
>
> While I can ping my router (192.168.0.1) and browse the router setup
> page, it is not able to connect to the internet (ping www.yahoo.com
> returns "unknown host"). I tried turning off the firewall, but it did
> not change that behavior.
>
> (Note that the router serves other computers, both direct and through
> wireless, and they all can access internet - the effect is localized
> to the Linux laptop)
>
> Any hints on why this may be happening?


Try editing the /etc/resolv.conf file and add the DNS info as supplied
from the router's admin configuration page;

nameserver XXX.XXX.XXX.XXX
nameserver XXX.XXX.XXX.XXX

and/or add the router as the namesever to this file;

nameserver 192.168.0.1

Also check at Netgear's web site for a possible firmware upgrade.


--
Contained within the Microsoft EULA;
This Limited Warranty is void if failure of the Product has resulted
from accident, abuse, misapplication, abnormal use or a virus.
 
Reply With Quote
 
Jim Jones
Guest
Posts: n/a

 
      09-03-2005, 07:20 PM
Spare Brain wrote:
> Hi,
>
> I just loaded SuSE 9.3 on my laptop. When I connect the laptop directly
> through the NIC card to the Netgear router, the interface works fine and I
> can surf the net.
>
> Next I tried using the Belkin FD6050 to go wireless. The YaST configured it
> fine, and I am very impressed with the setup that took seconds to recognize
> the card and allow me to set up the WEP, etc. But now the trouble starts.
>
> While I can ping my router (192.168.0.1) and browse the router setup page,
> it is not able to connect to the internet (ping www.yahoo.com returns
> "unknown host"). I tried turning off the firewall, but it did not change
> that behavior.
>
> (Note that the router serves other computers, both direct and through
> wireless, and they all can access internet - the effect is localized to the
> Linux laptop)
>
> Any hints on why this may be happening?
>
>
> Thanks
> SB
>
>

Sounds like your DNS is not attaching to your wireless card. If the card
is functioning correctly you should be able to ping a server by ip
address. Try 24.116.0.201, it is a dns server. If it answers you indeed
do have a dns problem with your wireless card.

Jim



--
Linux Websites Links http://myweb.cableone.net/okieman7/linux.htm
 
Reply With Quote
 
Dave
Guest
Posts: n/a

 
      09-04-2005, 04:23 AM
Make sure you do a check to update 9.3. This helped solve my wireless
connection system problems automatically although they were not th esame as
ypurs.



"Spare Brain" <(E-Mail Removed)> wrote in message
news:KkkSe.8150$(E-Mail Removed).. .
> Hi,
>
> I just loaded SuSE 9.3 on my laptop. When I connect the laptop directly
> through the NIC card to the Netgear router, the interface works fine and I
> can surf the net.
>
> Next I tried using the Belkin FD6050 to go wireless. The YaST configured
> it fine, and I am very impressed with the setup that took seconds to
> recognize the card and allow me to set up the WEP, etc. But now the
> trouble starts.
>
> While I can ping my router (192.168.0.1) and browse the router setup page,
> it is not able to connect to the internet (ping www.yahoo.com returns
> "unknown host"). I tried turning off the firewall, but it did not change
> that behavior.
>
> (Note that the router serves other computers, both direct and through
> wireless, and they all can access internet - the effect is localized to
> the Linux laptop)
>
> Any hints on why this may be happening?
>
>
> Thanks
> SB
>



 
Reply With Quote
 
Olivier
Guest
Posts: n/a

 
      09-04-2005, 10:34 AM
Spare Brain wrote:
> Hi,
>
> I just loaded SuSE 9.3 on my laptop. When I connect the laptop directly
> through the NIC card to the Netgear router, the interface works fine and I
> can surf the net.
>


> While I can ping my router (192.168.0.1) and browse the router setup page,
> it is not able to connect to the internet (ping www.yahoo.com returns
> "unknown host"). I tried turning off the firewall, but it did not change
> that behavior.
>
> Any hints on why this may be happening?
>


run:
/sbin/route

Is there a default one?
 
Reply With Quote
 
Spare Brain
Guest
Posts: n/a

 
      09-04-2005, 01:54 PM

"Dave" <(E-Mail Removed)> wrote in message
news:GEuSe.705$(E-Mail Removed). ..
> Make sure you do a check to update 9.3. This helped solve my wireless
> connection system problems automatically although they were not th esame
> as ypurs.
>
>


Just to be sure, I connected to the AutoUpdate and caught up with the
upgrades. It now works (not sure if upgrade helped), but the "wlan0"
interface vanishes myteriously (I have posted it as separate ques on the
usenet).

Also, as per sugegstion from one of the post, I have "saved" the YaST
configuration, and I reapply the config whenever I see that the
configuration is misbehaving - it helps a lot. The file /etc/resolv.conf is
automatically changed depending on whether the kernel could connect to the
DHCP or not - and this is disconcerting, since the kernel may be using the
wrong interface to ping the DHCP server. Saving and retrieving the YaST
config can take care of this pesky problem.

SB


 
Reply With Quote
 
Jan Gerrit Kootstra
Guest
Posts: n/a

 
      09-05-2005, 04:38 AM
Olivier wrote:
> Spare Brain wrote:
>
>> Hi,
>>
>> I just loaded SuSE 9.3 on my laptop. When I connect the laptop
>> directly through the NIC card to the Netgear router, the interface
>> works fine and I can surf the net.
>>

>
>> While I can ping my router (192.168.0.1) and browse the router setup
>> page, it is not able to connect to the internet (ping www.yahoo.com
>> returns "unknown host"). I tried turning off the firewall, but it did
>> not change that behavior.
>>
>> Any hints on why this may be happening?
>>

>
> run:
> /sbin/route
>
> Is there a default one?

check also the contents of /etc/resolv.conf
should have a nameserver line with a ip-address you can ping.
 
Reply With Quote
 
Christopher Pomasl
Guest
Posts: n/a

 
      09-07-2005, 05:15 AM
On Sat, 03 Sep 2005 16:39:06 +0000, Spare Brain wrote:

> Hi,
>
> I just loaded SuSE 9.3 on my laptop. When I connect the laptop directly
> through the NIC card to the Netgear router, the interface works fine and I
> can surf the net.
>
> Next I tried using the Belkin FD6050 to go wireless. The YaST configured it
> fine, and I am very impressed with the setup that took seconds to recognize
> the card and allow me to set up the WEP, etc. But now the trouble starts.
>
> While I can ping my router (192.168.0.1) and browse the router setup page,
> it is not able to connect to the internet (ping www.yahoo.com returns
> "unknown host"). I tried turning off the firewall, but it did not change
> that behavior.
>
> (Note that the router serves other computers, both direct and through
> wireless, and they all can access internet - the effect is localized to the
> Linux laptop)
>
> Any hints on why this may be happening?
>
>
> Thanks
> SB

Somewhere on this newsgroup, not sure how long ago....is a message from
myself that described the exact steps I went through to fix the same or
similar problem. Essentially, you need to use YaST to indicate that the
eth0 port be dependent on whether the network is plugged in there. It is
somewhere in the Network Device setup.

Search this newsgroup on Google to find my message indicating the steps I
took. Someone else on this group pointed me in the right direction...

Chris
 
Reply With Quote
 
Christopher Pomasl
Guest
Posts: n/a

 
      09-07-2005, 05:17 AM
On Sat, 03 Sep 2005 16:39:06 +0000, Spare Brain wrote:

> Hi,
>
> I just loaded SuSE 9.3 on my laptop. When I connect the laptop directly
> through the NIC card to the Netgear router, the interface works fine and I
> can surf the net.
>
> Next I tried using the Belkin FD6050 to go wireless. The YaST configured it
> fine, and I am very impressed with the setup that took seconds to recognize
> the card and allow me to set up the WEP, etc. But now the trouble starts.
>
> While I can ping my router (192.168.0.1) and browse the router setup page,
> it is not able to connect to the internet (ping www.yahoo.com returns
> "unknown host"). I tried turning off the firewall, but it did not change
> that behavior.
>
> (Note that the router serves other computers, both direct and through
> wireless, and they all can access internet - the effect is localized to the
> Linux laptop)
>
> Any hints on why this may be happening?
>
>
> Thanks
> SB

Whoops didn't note the crossposting. Search the alt.os.linux.suse
newsgroup for my name.

Chris
 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cant ping my router or get on internet Linux Networking 2 10-10-2006 11:12 PM
D-Link router hangs WLAN & Internet Malcolm Wireless Internet 8 04-02-2006 01:57 AM
Cannot ping router or access internet bluemicrobyte Windows Networking 0 08-19-2004 02:48 AM
Wlan link fine, can not ping router.. Pablo Christiano Wireless Internet 1 04-14-2004 08:51 AM
Wlan link fine, can not ping router.. Pablo Christiano Wireless Internet 0 04-11-2004 10:54 AM



1 2 3 4 5 6 7 8 9 10 11