Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ISA NIC NE compatible GateW UNREACHABLE but works on Live Cd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Teseus
n00b
n00b


Joined: 13 Feb 2003
Posts: 3

PostPosted: Thu Oct 30, 2003 2:45 pm    Post subject: ISA NIC NE compatible GateW UNREACHABLE but works on Live Cd Reply with quote

I succesfully installed gentoo from bootstrap on a K6-2 350.
The ISA network card was recognised by modprobe at IRQ 5 io 0x260 and worked perfectly during the install as a NE.
But onces finished when I ping the gateway the ping returns HOST UNREACHABLE. The strangest thing is that I can do pings succesfully to other computers on my subnet, but not to the gateway, and of course to nothing out of my subnet. The gateway is ok and network functions correctly from the Live install CD.

The kernel I compiled has no ACPI, no APM and no APIC support. And in the bios all that options are disabled.
Back to top
View user's profile Send private message
frenkel
Veteran
Veteran


Joined: 13 May 2003
Posts: 1034
Location: .nl

PostPosted: Thu Oct 30, 2003 5:56 pm    Post subject: Reply with quote

Maybe you think this is a stupid question, but when you pinged your gateway, did you use his ip or his hostname?
Pinging to his hostname won't work when he's not in your /etc/hosts file.

Good luck!
Frank
_________________
http://techfield.org
Back to top
View user's profile Send private message
mattsteven
Apprentice
Apprentice


Joined: 27 Oct 2003
Posts: 240
Location: Your Planet

PostPosted: Thu Oct 30, 2003 7:06 pm    Post subject: General network problem solving Reply with quote

Is it plugged in firmly? Both sides?

Give the results of these commands (run as su) for better help:

Code:
route -n
arp -n
ifconfig -a
iptables -L -n


Does arp contain an entry for your gateway? Including mac address?

Is your gw listed in route -n with flags UG and the right interface? You only have one default gw?

Is the interface's module loaded without error? (dmesg|grep -i ne2k-pci) -- or whatever the module is if not ne2k-pci, I haven't used these cards for awhile.

Are there any firewalling rules that interfere?

You can send the results of these commands to a file if necessary to save between bootup sessions to compare or share...

Code:
command 2>&1 >> /path/to/output.file

_________________
Matthew Steven
Linux-only desktop since 1998
Graying hair since 2006
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum