I'm having no success setting up routes and I suspect I have a misconception about what's needed.
On a multihomed machine (Master) with 2 networks (N1 wired, N2 wireless HotSpot), Master can ping every IP on both networks. Great!
Another machine on N1, for example, can ping both of Master's IPs, but can't ping any of the other machines on N2. A machine on N2, can ping both of Master's IPs, but can't ping any of the other machines on N1. I want to correct this by setting up routes.
Am I correct that to allow N1 machines to ping N2 machines, what's needed is a route on Master's N1 network stating that any N2 destination is handled by Master's N2 IP (next hop) and a similar route has to be set up on Master's N2 network stating that any N1 destination is handled by Master's N1 IP (next hop)?
I've tried doing this but it hasn't worked and I think it has to do with the difference between a regular network and the HotSpot. Can anyone shed some light on this?