That's not going to work.
https://support.microsoft.com/en-us/topic/how-multiple-adapters-on-the-same-network-are-expected-to-behave-e21cb201-2ae1-462a-1f47-1f2307a4d47a
--please don't forget to Accept as answer if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I have 2 network card on VM.
The first as local IP : 10.0.1.9 and a WAN ip : 40.xxx.xxx.xxx.
The second as local IP : 10.0.1.10 and a WAN ip : 20.xxx.xxx.xxx.
The first reponds corectly to ping from a other VM on the local network (exemple:from 10.0.1.4)
The second do not responds to ping from a other VM on the local network.
Question : How to configure the route table for use the 2 interface ?
Its on Red Hat 8
My actual route table :
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.0.1.1 0.0.0.0 UG 100 0 0 eth0
10.0.1.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0
10.0.1.0 0.0.0.0 255.255.255.0 U 101 0 0 eth1
168.63.129.16 10.0.1.1 255.255.255.255 UGH 100 0 0 eth0
169.254.169.254 10.0.1.1 255.255.255.255 UGH 100 0 0 eth0
ip route
default via 10.0.1.1 dev eth0 proto dhcp metric 100
10.0.1.0/24 dev eth0 proto kernel scope link src 10.0.1.9 metric 100
10.0.1.0/24 dev eth1 proto kernel scope link src 10.0.1.10 metric 101
168.63.129.16 via 10.0.1.1 dev eth0 proto dhcp metric 100
169.254.169.254 via 10.0.1.1 dev eth0 proto dhcp metric 100
Thanks for your response.
That's not going to work.
https://support.microsoft.com/en-us/topic/how-multiple-adapters-on-the-same-network-are-expected-to-behave-e21cb201-2ae1-462a-1f47-1f2307a4d47a
--please don't forget to Accept as answer if the reply is helpful--