Have you built routes between each of your four networks?  Since you want them
to communicate with each other - not just a gateway.

2.9.8 used to come default with  2.0.36 kernel (ifconfig) and may not have
ipchains.

# find /. ipchains | grep ipchains
/./sbin/ipchains

Let us assume that you want two networks (192.168.1.0/24 and 192.168.2.0/24) to
communicate with each other
ipchains -A forward -j ACCEPT -p all -s 192.168.1.0/24 -d 192.168.2.0/24 -b

Ahmad Saeed wrote:

> i am using offcial LRP 2.9.8 ,i am using four ethernet cards and have
> attached four computers to my LRP.All four computers are pinging to LRP but
> they are not pinging to each other.
> what is the problem.
> there is entry of all four computers in LRP routing table.
> each computer has different IP class


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to