LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   internet over eth0 is not workin (https://www.linuxquestions.org/questions/linux-newbie-8/internet-over-eth0-is-not-workin-251398/)

thiqued 11-05-2004 03:20 AM

internet over eth0 is not workin
 
I just installed SUSE 9.1 and I am having difficulty getting my internet to work correctly. My computer has two network adapters, both of which installation claimed to install correctly. One is wireless, one is wired. The wireless card works fine to connect to the internet (I'm at a university so I use their internet) but the wired card will not connect. Both cards worked fine when I tried to install Slackware and they work fine in windows. I really have no idea where to begin. Any suggestions?

fancypiper 11-05-2004 03:41 AM

Does your /etc/hosts and /etc/resolv.conf configuration files show the correct info for your isp/network?

My /etc/hosts file:
Code:

# Duron 850 tinwhistle /etc/hosts file
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1      tinwhistle      localhost      localhost.localdomain
192.168.0.2    bones
192.168.0.3    tinwhistle
192.168.0.4    uilleann

And my /etc/resolv.conf file:
Code:

domain infoave.net
nameserver 205.244.112.20
nameserver 205.244.200.3


thiqued 11-05-2004 09:42 AM

here
 
this is my hosts file

127.0.0.1 localhost

# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback

fe00::0 ipv6-localnet

ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
127.0.0.2 linux.site linux

this is resolv.conf

search uchicago.edu
nameserver 128.135.4.2
nameserver 128.135.12.73
nameserver 128.135.20.100


All times are GMT -5. The time now is 03:48 AM.