All right I have two machines.
1) XP with two network cards 1 out to internet(router) and 1 to fc6 machine
2) fc6 with two network cards 1 out to internet(router) and to to XP machine
This should be simple but unfortunately I can't seem to figure it out. I can connect one machine to the other using the internet network cards but I can't using the network cards connecting the two machines directly.
Can someone give me a hand and let me know what I'm doing wrong? Thanks.
Here is what I get when I use ifconfig:
eth0 Link encap:Ethernet HWaddr 00:11
8:6C:03:41
inet addr:192.168.1.151 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::211:d8ff:fe6c:341/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:137 errors:0 dropped:0 overruns:0 frame:0
TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:19135 (18.6 KiB) TX bytes:6408 (6.2 KiB)
Interrupt:209
eth1 Link encap:Ethernet HWaddr 00:11
8:6B:EF:7B
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::211:d8ff:fe6b:ef7b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:13825436 errors:0 dropped:0 overruns:0 frame:0
TX packets:15992993 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1903341621 (1.7 GiB) TX bytes:4286163063 (3.9 GiB)
Interrupt:177 Base address:0x4000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1990 errors:0 dropped:0 overruns:0 frame:0
TX packets:1990 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2213381 (2.1 MiB) TX bytes:2213381 (2.1 MiB)
Here is what I get when I run route:
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth1
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth1
nb. I used:
route del default
route add default gw 192.168.1.1 dev eth1
it's what I had to do to get this working in fc5.
Thanks in advance,
M