Posts: 4
Threads: 2
Joined: Aug 2005
Reputation:
0
2005-08-09, 07:41 PM
(This post was last modified: 2005-08-09, 11:00 PM by freagel.)
I try to connect two computers with fedora core 4 using a crossover cable and an ethernet device on each computer.
I configured each device with
pc1:
ifdown eth0
ifconfig eth0 192.168.0.1
pc2:
ifdown eth0
ifconfig eth0 192.168.0.2
routes seem ok (it creates by default a network route) and I am also sure that the ethernet cards and the cross-over cable work, but I am unable to ping from one machine to another. Any suggestions what could be wrong?
Thanks in advance.
Posts: 3,631
Threads: 899
Joined: Dec 2003
Reputation:
0
welcome to the forums
can you paste the output of ifconfig on both pc's here please
did you check if the firewall (lokkit) was enabled while testing this ?
tried another network cable ?
cheers
anyweb
Posts: 4
Threads: 2
Joined: Aug 2005
Reputation:
0
2005-08-09, 10:59 PM
(This post was last modified: 2005-08-10, 10:49 AM by znx.)
Thank you for the help
here are the results from ifconfig
eth0 Link encap:Ethernet HWaddr 00:40:F4:5D:9A:26
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::240:f4ff:fe5d:9a26/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:177 Base address:0x8400
eth0 Link encap:Ethernet HWaddr 00:0C:6E:8E:CA:3C
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20c:6eff:fe8e:ca3c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:185 Base address:0x8800
I have the firewall disabled and I use the cable that connects me to the internet so i am sure it works...
Posts: 1,229
Threads: 45
Joined: Mar 2005
Reputation:
0
maybe check to see if the default routes are set correctly.. that is 192.168.0.1 has a default route of 192.168.0.2 and vice versa..