Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - IP Routing Question: Page 1 of 3 (3 Items)
   
IP Routing Question  
I have a QNX device with 4 Ethernet interfaces and would like to set it up so the interfaces cannot bridge or share 
packets and each is able to have its own "default gateway".

What I am trying to accomplish is that any packet received on an interface is sent back out on that same interface no 
matter the network it came from. In normal circumstances, this works fine "out of the box" when the incoming packet 
arrives on the interface's own subnet. But, suppose the packet arrives via a router and is on a different network. 
Without a default gateway or static route defined, the QNX IP layer will toss the packet.

Does anyone have a good solution to this problem? I feel like I am overlooking something really simple.