Networking Forums

Networking Forums > Computer Networking > Linux Networking > Problem connecting to internet with SuSe 9.0

Reply
Thread Tools Display Modes

Problem connecting to internet with SuSe 9.0

 
 
Ryan
Guest
Posts: n/a

 
      12-06-2004, 02:27 AM
Hi,

A while ago, I installed a NETGEAR FA311 PCI network card on my linux
box, performed the standard installation (when the OS detected the new
hardware and launched YAST for me), and connected to the internet just
fine.

After rearranging things at home, I decided to attempt to
install/configure a wireless network card. I tinkered with that for a
while, realized I bit off more than I could chew, and went back to the
original wired setup.

I can see other machines on my home LAN, but when I launch Konqueror
and try to access the internet, it fails, telling me it is unable to
load etc etc. I can ssh to other machines, ftp other machines etc etc.

The network card is setup as DHCP. ifconfig tells me the IP address is
192.168.0.4 (which is what I would expect). The NETGEAR router I am
using is setup as a DHCP server and has other machines working
properly through it.

What am I missing? Did my wireless journey somehow screw up some
critical configuration file in /etc??

Ryan
 
Reply With Quote
 
 
 
 
Mihai Osian
Guest
Posts: n/a

 
      12-06-2004, 03:34 PM
Ryan wrote:

>Hi,
>
>A while ago, I installed a NETGEAR FA311 PCI network card on my linux
>box, performed the standard installation (when the OS detected the new
>hardware and launched YAST for me), and connected to the internet just
>fine.
>
>After rearranging things at home, I decided to attempt to
>install/configure a wireless network card. I tinkered with that for a
>while, realized I bit off more than I could chew, and went back to the
>original wired setup.
>
>I can see other machines on my home LAN, but when I launch Konqueror
>and try to access the internet, it fails, telling me it is unable to
>load etc etc. I can ssh to other machines, ftp other machines etc etc.
>
>The network card is setup as DHCP. ifconfig tells me the IP address is
>192.168.0.4 (which is what I would expect). The NETGEAR router I am
>using is setup as a DHCP server and has other machines working
>properly through it.
>
>What am I missing? Did my wireless journey somehow screw up some
>critical configuration file in /etc??
>
>Ryan
>
>

If I understand correctly, you can access machines on the local
network, but not the internet, right ? If so, then you might have a DNS
configuration problem. Normally the address of the DNS server(s) is
provided by the DHCP server (the Netgear router in your case) and is
kept in /etc/resolv.conf. Check if the content of /etc/resolv.conf is
the same as on the other machines on your local network.
Another thing you might want to check is the default route taken by
your network packets. If you added a new interface (the wireless card),
perhaps now the default route is set to the wireless card and not to the
ethernet card. To see the routing table, run "route". The last line
should be something like:
default <address_of_Netgear_router> 0.0.0.0 UG 0 0 0 eth0
The important thing here is "eth0" - the interface where packets are
sent to. This should be the same as the one given by ifconfig (which
has the IP 192.168.0.4).

Hope this helps,
Mihai
 
Reply With Quote
 
rohayre@gmail.com
Guest
Posts: n/a

 
      12-07-2004, 02:45 AM
I modified /etc/resolv.conf to mirror another machine and all is well.
Thanks for your time.

Ryan

 
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
Problem connecting to internet in Linux kplop Linux Networking 5 04-21-2008 04:42 AM
connecting internet using N73 to my pc(suse 10.2) ron Linux Networking 0 11-30-2007 04:23 AM
Problem connecting to the internet Johnny Chan Broadband Hardware 4 10-23-2007 12:35 AM
Connecting to the Internet problem Charlie Broadband Hardware 0 03-06-2004 12:22 AM
Problem Connecting to the Internet Marc Windows Networking 0 12-29-2003 03:35 PM



1 2 3 4 5 6 7 8 9 10 11