Check that the network address has been set correctly. The virtual IP addresses of the local system and the communication target should be the same network addresses. Also, different network addresses should be used for each of the physical interfaces bound by virtual interfaces.
Confirmation method
Use a command such as the ip route command to check that the network address has been assigned correctly.
The following is an example of display when the command is run on the server 1.
# ip route 192.168.10.0/24 dev eth0 proto kernel scope link src 192.168.10.10 192.168.20.0/24 dev eth1 proto kernel scope link src 192.168.20.10 192.168.100.0/24 dev sha0 proto kernel scope link src 192.168.100.110 |