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 - Multiple default gateway: Page 1 of 7 (7 Items)
   
Multiple default gateway  
Hi,
Does it possible to setup multiple default gateway with io-net  ?
I would like to use a separate default gateway on separate interface, for instance :

ifconfig en0 192.168.1.1 netmask 255.255.255.0 
ifconfig en1 192.168.2.1 netmask 255.255.255.0 

and I would like commands like : 

route add default 192.168.1.254
route add default 192.168.2.254

but unfortunalty it doesn't work.

The goal here is to have always a way to connect the system, even in case of one gateway failure

Philippe