I have really tried to figure this out but something eludes me
i have a router connected between a FC3 box 192.168.2.1 router 192.168.2.25 FC3 eth0
the router is also connected to "computer A"...192.168.2.52
the FC3 machine eth1 192.168.1.2 is connected thru a switch to "computer B" 192.168.1.5
Computer A and FC3 see each other and the router
Computer B sees the FC3 box
I cant get 192.168.1.* to see 192.168.2.* thru the fc3
If I am using the following command correctly I can ping from eth1 to eth0
[root@localhost ~]# ping -I 192.168.1.2 192.168.2.25
PING 192.168.2.25 (192.168.2.25) from 192.168.1.2 : 56(84) bytes of data.
64 bytes from 192.168.2.25: icmp_seq=0 ttl=64 time=0.148 ms
root@localhost ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
[root@localhost ~]# ip route
192.168.2.0/24 dev eth0 proto kernel scope link src 192.168.2.25
192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.2
169.254.0.0/16 dev eth1 scope link
default via 192.168.2.1 dev eth0
AndyGreen pointed out that there was some software that would take care of this, however, I would like to understand the basics first......I have read many many many hours on this
Maybe there is some other option or service I need to enable ?
Thank you