LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-15-2004, 11:42 PM   #1
SouthernGal
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1/ FreeBSD 5.3
Posts: 23

Rep: Reputation: 0
can't connect internet


I did the refresh install of slackware 9.1, before eth0 did work, now after refresh install. i.e www.linuxquestions.org not found.
I'm typing it down from another computer. This computer connected to the same external router/modem for ADSL.

anyway i checked the ifconfig. this what it comes up:

eth0 link encap:Ethernet HWaddr
inet addr:192.168.1.240 Bcast: 192.168.1.255 Mask: 255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU: 1500 Metric:1
Rx packets: 1 errors: 0 dropped: 0 overruns: 0 frame:0
Tx packets: 0 errors: 0 dropped: 0 overruns: 0 carrier: 0
collisions: 0 txqueuelen:100
RX bytes 251 (251.0b) TX bytes: 0 (0.0b)
interrupt: 10 base address:0xec80

lo Link encap: Local loopback
inet addr:127.0.0.1 Mask: 255.0.0.0
Rx packets: 24 errors: 0 dropped: 0 overruns: 0 frame:0
Tx packets: 24 errors: 0 dropped: 0 overruns: 0 carrier: 0
collisions: 0 txqueuelen:100
RX bytes 1920 (1.8Kb) TX bytes: 1920 (1.8Kb)

Any suggestion?

Thanks
 
Old 05-15-2004, 11:52 PM   #2
Slacker_Rex
Member
 
Registered: Aug 2003
Location: Arkansas
Distribution: Slackware 12.2
Posts: 104

Rep: Reputation: 15
It looks like your eth0 is not detected. It should indicate the MAC address where ifconfig reports HWaddr like so:

eth0 Link encap:Ethernet HWaddr 00:50:2C:07:61:96

Are you sure that your NIC is still recognized, maybe you should try lspci to see if it is reported there.
 
Old 05-16-2004, 12:09 AM   #3
SouthernGal
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1/ FreeBSD 5.3
Posts: 23

Original Poster
Rep: Reputation: 0
oops. yep it got HWaddr 00:0B:05:51:1F

here the lspci

00:00.0 Host bridge: Intel Corp. 82845 845 (brookdale) chipset host bridge (rev 04)
00:01.0 PCI bridge: Intel Corp. 82845 845 (brookdale) chipset AGP Bridge (rev 04)
00:1d.0 USB controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI bridge (rev 42)
00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
00:1f.5 Multimedia audio controller: Intel corp. 82801CA/CAM AC' 97 Audio (rev 02)
00:1f.6 Modem: Intel corp. 82801CA/CAM AC' 97 Modem (02)
01:00.0 VGA compatible controller: ATI Tech lnc radeon Mobility M7 LW [radeon mobility 7500]
02:00.0 Ethernet controller: 3com corporation 3c905c-TX/TX-M [tornado] (rev 78)
02:01.0 Cardbus bridge: Texas Instruments PCI1420
02:01.1 Cardbus bridge: Texas Instruments PCI1420

Last edited by SouthernGal; 05-16-2004 at 12:10 AM.
 
Old 05-16-2004, 01:14 AM   #4
SouthernGal
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1/ FreeBSD 5.3
Posts: 23

Original Poster
Rep: Reputation: 0
I used this XP window computer to ping in LAN to Slackware computer, and same for Slackware to ping XP window computer. Now those pings working fine no time outs etc.

Next thing using Slackware ping www.yahoo.com

It comes up: ping: unknown host www.yahoo.com

Any suggestions?

thanks
 
Old 05-16-2004, 04:04 AM   #5
cabo
LQ Newbie
 
Registered: Sep 2003
Distribution: fedora core 1
Posts: 25

Rep: Reputation: 15
what about dns? have you set dns or are you using dhcp?
 
Old 05-16-2004, 09:15 PM   #6
SouthernGal
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1/ FreeBSD 5.3
Posts: 23

Original Poster
Rep: Reputation: 0
howdy there,

I'm use using static IP address to configure the ethernet. Never used DHCP. Will check around about that DNS.

Thanks
 
Old 05-16-2004, 09:37 PM   #7
trippeer
LQ Newbie
 
Registered: May 2004
Location: St. Louis, MO
Distribution: Fedora
Posts: 5

Rep: Reputation: 0
I don't want to hijack the thread, but I am having the same problem. I have a Fujitsu s6010 laptop and I just installed Fedora. Linux recognizes the card, but I cannot even ping my gateway.

I am using a static IP right now but I have tried it with DHCP as well. I am sure that all of my IP addresses are correct, because this computer was working on the same cable with Win XP yesterday.

I love using Unix at school, and I was looking forward to using Linux, but I am stumped here. Help?
 
Old 05-18-2004, 03:53 AM   #8
SouthernGal
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1/ FreeBSD 5.3
Posts: 23

Original Poster
Rep: Reputation: 0
Howdy everyone,

Finally solved it, after 2 days searching around.

It was the DNS server wasn't set up. For those who need it, here what to do:

Edit the resolv.conf

search localhost
search mydomain.com
nameserver (gateway IP)
nameserver (primany DNS IP)
nameserver (secondary DNS IP)

save resolv.conf, then close it and open up mozilla, finally it works.

Thanks for your help.
 
Old 05-18-2004, 04:12 AM   #9
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,188

Rep: Reputation: 50
trippeer

what are the outputs of followings?
#ifconfig
#cat /etc/resolv.conf
#route -n
 
  


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
When i connect on the internet I want root not to access the internet !! skouket Linux - Security 12 07-10-2005 12:17 PM
Messed up my Internet Settings (can't connect to the internet) Almazick Linux - Wireless Networking 0 09-07-2004 06:23 PM
can't connect to the internet:linux dont read my internet address droplsh Linux - General 1 02-29-2004 07:32 PM
Can connect broadband but can't connect Internet satimis Linux - Networking 4 01-31-2004 07:58 PM
Can't connect to Internet Galphar Linux - Newbie 13 08-24-2003 03:14 PM

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

All times are GMT -5. The time now is 11:32 PM.

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