echo '1' > /proc/sys/net/ipv4/ip_forward
And in one machine of the 1. network (this is Fedora14) I add the route:
route add -net 192.168.236.0 netmask 255.255.255.0 gw 192.168.1.100 dev eth0
Since this moment i can ping or access (ssh/http) another CentOS machine in the 236 network
ping 192.168.236.74
PING 192.168.236.74 (192.168.236.74) 56(84) bytes of data.
64 bytes from 192.168.236.74: icmp_req=1 ttl=64 time=0.281 ms
But can't access or ping other machines (NOT Linux ones), ie, printers, Win servers, etc...
Also tried adding:
route add 192.168.1.100 eth0
before the route add -net, but no efect.
This fails even if i flush IPTables.
In the CentOS box that replies, i did nothing, it 'just' works.
Can anyone tell what is happening / help me with this?
Something to do missing in the CentOS router that joins the networks?
Best,