Re: Multi-Networking in Linux - Multiple Subnets
rbowman <[email protected]> 30 Jul 2026 04:14:09 GMT
| Newsgroups | comp.os.linux.misc |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 29 Jul 2026 23:23:07 -0400, c186282 wrote: > Has anybody made this work ? The adapter must not see just ONE subnet, > but a LIST of subnets and translate one to another seamlessly. Many of our sites used dual homed NICs. Typically one NIC would be on the LAN, the other would be on the state network. In Windows the route command lets you set up a persistent route so that traffic goes through the correct gateway. You can do the same thing to establish a failover with redundant networks. I don't know if that is what you're asking.