I have a question for the bigger brains out there.
I am having an issue getting two private-IPed networks, both connected to
the same Linux router/firewall, to talk to one another. 192.168.0.0 and the
1.0 network on one subnet, 10.0 on another. Each has its own interface
card, eth2 and eth3, respectively.
The issue is: How can I setup iptables to pass traffic safely between these
two networks? Or, is this better handled by routing tables?
eth0 0.0.0.0/0
eth1 10.0.0.0/24
eth2 192.168.0.0/23 <--+ These two need to talk.
eth3 192.168.10.0/24 <--+
I have to subnet the 10.0 network off, because of developers testing some
streaming technology (broadcast/multicasting is screwing up our normal LAN
traffic). Appreciate any help or insight from those with more network
experience. Is this a bad setup?
Chimera