LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Network connect under Fedora Core 2 (https://www.linuxquestions.org/questions/linux-networking-3/network-connect-under-fedora-core-2-a-185558/)

FrankNeps 05-25-2004 05:09 AM

Network connect under Fedora Core 2
 
Hi altogether,

I installed Fedora Core 2 (clean install, no update) on a test computer, that I use for different installations. The network connection works under SuSE 9.1, RedHat 9 and Fedora Core 1. And I need a hint why it does NOT work under FC2.

What I did:
- install FC2
- tried to ping localhost --> works
- tried to ping the hosts IP (192.168.0.40) --> works
- tried to ping the Default gateway (192.168.0.1) --> does not work

Error message, that appears with the ping:
"From 192.168.0.40 icmp_seq=x Destination unreachable"

Strange (for me) is, that in the error message the *local* IP address (ends with 40) is mentioned, and not the destination (ends with 1).

My environment:
- Router with DSL connection
- The router has 192.168.0.1/24
- several PCs with static IP addresses

The dates, that I supplied:
- local IP: 192.168.0.40
- Subnet: 255.255.255.0
- Default Gateway: 192.168.0.1
- DNS: 192.168.0.1

Any ideas, what goes wrong? As mentioned, the network card and connection is ok. After booting with RedHat 9 on the same system, everything works fine.

Thanks in advance and best regards,

Frank

maxut 05-25-2004 05:18 AM

weird!
i have just updated fc1 to fc2. it works here. when u restart network, do u get any error?
what does
#/sbin/route -n
show?

FrankNeps 05-25-2004 06:04 AM

More information
 
Hi,

thanks for answering, here is a bit more info, sorry for not posting that right away, forgot that.

When I restart the network service, the output in /var/log/messages looks like that:

May 25 12:33:23 obelix network: Interface eth0 herunterfahren: succeeded
May 25 12:33:23 obelix network: Loopback Interface herunterfahren: succeeded
May 25 12:33:24 obelix sysctl: net.ipv4.ip_forward = 0
May 25 12:33:24 obelix sysctl: net.ipv4.conf.default.rp_filter = 1
May 25 12:33:24 obelix sysctl: kernel.sysrq = 0
May 25 12:33:24 obelix sysctl: kernel.core_uses_pid = 1
May 25 12:33:24 obelix network: Netzwerkparameter einstellen: succeeded
May 25 12:33:24 obelix kernel: ip_tables: (C) 2000-2002 Netfilter core team
May 25 12:33:25 obelix kernel: Disabled Privacy Extensions on device 022db720(lo)
May 25 12:33:25 obelix network: Loopback Interface hochfahren: succeeded
May 25 12:33:26 obelix kernel: ip_tables: (C) 2000-2002 Netfilter core team
May 25 12:33:26 obelix kernel: eth0: Transmit error, Tx status register d0.
May 25 12:33:26 obelix kernel: Flags; bus-master 1, dirty 1(1) current 1(1)
May 25 12:33:26 obelix kernel: Transmit list 00000000 vs. 0878c2a0.
May 25 12:33:26 obelix kernel: 0: @0878c200 length 8000005a status 8000005a
May 25 12:33:26 obelix kernel: 1: @0878c2a0 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 2: @0878c340 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 3: @0878c3e0 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 4: @0878c480 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 5: @0878c520 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 6: @0878c5c0 length 8000002a status 8000002a
May 25 12:33:26 obelix kernel: 7: @0878c660 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 8: @0878c700 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 9: @0878c7a0 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 10: @0878c840 length 8000002a status 8000002a
May 25 12:33:26 obelix kernel: 11: @0878c8e0 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 12: @0878c980 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 13: @0878ca20 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 14: @0878cac0 length 8000002a status 0000002a
May 25 12:33:26 obelix kernel: 15: @0878cb60 length 8000002a status 0000002a
May 25 12:33:28 obelix network: Interface eth0 hochfahren: succeeded
May 25 12:33:28 obelix kernel: eth0: Host error, FIFO diagnostic register 2000.
May 25 12:33:28 obelix kernel: eth0: PCI bus error, bus status 00a00029
May 25 12:33:30 obelix kernel: eth0: Transmit error, Tx status register d0.
May 25 12:33:30 obelix kernel: Flags; bus-master 1, dirty 1(1) current 1(1)
May 25 12:33:30 obelix kernel: Transmit list 00000000 vs. 0878c2a0.
May 25 12:33:30 obelix kernel: 0: @0878c200 length 8000002a status 8000002a
May 25 12:33:30 obelix kernel: 1: @0878c2a0 length 8000002a status 0000002a



The output of the route -n command show this:

Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0


Thanks again and best regards,

Frank

maxut 05-25-2004 08:16 AM

u may have trouble with nic drivers. what does it say in /etc/modprobe.conf file about nic driver? and what does it say in /etc/modules.conf in fedora 1?

FrankNeps 05-25-2004 11:19 AM

Continue on Friday :-)
 
I'll continue my tests on Friday, I'll be out of the office for the next two days. I'm currently installing RH 9 again, and will do an update of that. Let's see what happens then. :-)

Thanks so far,

Frank


All times are GMT -5. The time now is 06:11 AM.