Here is what I want to do:
Set up TC with multiple NIC's on different subnets.
Listen to data coming in on eth1, process it and depending on data received on eth1 communicate with nodes on eth2 or eth3 and respond back to eth1.
Situation example:
eth1, eth2 and eth3 are on different subnets 192.168.0.10, 192.168.1.100 and 192.168.2.100 respectively
Node A on eth1 sends status request packet to Node B (Microcore64 PC)
Node B pings Node C on eth2 and Node D on eth3 and sends response to Node A on eth1
Hope this helps.
Cheers