C
CB
Hello,
I have a subnet - 192.168.1.0, on it are four devices not counting the cable
modem.
One of these devices is my laptop and it needs to connect to the other
three. I'd like to use additional NICs to setup alternate paths so each
device can have it's own NIC. If it doesn't know a device, then use it's
default route and go out the cable modem.
What'd I'd want is something like:
192.168.1.100 >>>>use>>>>> NIC1
192.168.1.101 >>>>use>>>>> NIC2
192.168.1.102 >>>>use>>>>> NIC3
anything else (unknown) >>>>use>>>>> NIC4 - default
Is this possible by adding routes? My understanding is, since it's the same
subnet, if I add multiple NICs, it'll just use one (lowest MAC I believe).
Thanks in advance.
-Chris
I have a subnet - 192.168.1.0, on it are four devices not counting the cable
modem.
One of these devices is my laptop and it needs to connect to the other
three. I'd like to use additional NICs to setup alternate paths so each
device can have it's own NIC. If it doesn't know a device, then use it's
default route and go out the cable modem.
What'd I'd want is something like:
192.168.1.100 >>>>use>>>>> NIC1
192.168.1.101 >>>>use>>>>> NIC2
192.168.1.102 >>>>use>>>>> NIC3
anything else (unknown) >>>>use>>>>> NIC4 - default
Is this possible by adding routes? My understanding is, since it's the same
subnet, if I add multiple NICs, it'll just use one (lowest MAC I believe).
Thanks in advance.
-Chris