View Single Post
  #4 (permalink)  
Old 04-Oct-2006, 14:09
Birger
Guest
 
Posts: n/a
Default Re: Firefox can't get access to the internet

j.brewel@chello.nl wrote:
>> Jack,
>>
>> open a console and try something like
>> ping www.google.com
>>
>> Does it reply? Just trying to figure out if this is a Firefox prolem or a

> general networking problem.
>> Uwe
>>
>> --
>> Novell Support Connection Volunteer SysOp
>> Please don't send me support related e-mail unless I ask you to do so.

>
> Hi Uwe,
>
> Thanks for your reply.
> I tried your suggestion but it didn't work.
> What else can I do?
>
> Perhaps this will help you to find solutions:
>
> My system is an ACER AMD64 PC connected with the internet through a router
> Linksys WRT54G.
>
> Hope you can help further.
>
> Regards,
> Jack
>


do:

cat /var/lib/dhcpcd/dhcpcd-eth0.info

If your network works in windows, compare the results
with the network settings there (ipconfig /all if I remember right)

Your Linksys router should be your dns server, so if you know the
ipnumber to your router (check with netstat -rn ) you can try
nslookup
> server 192.168.0.1 (or whatever your routes has)
> google.com


<ctrl>D

If the works, your /etc/resolv.conf was not updated by dhcp, fix that
with YaST.

Try to send more information, and more people will answer.
Example: when Uwe ask you to ping www.google.com he understand that it's
not working unless you have a bogus proxy configured, but if you send
the result, the problem can be solved, the answer "not working" can be
anything from it's still waiting for your prompt, to the machine
crashed. I guess you saw something when you did ping.


/birger