<div dir="ltr"><div>Hello,</div><div><br></div>Inside my AWS cloud, I have following 3 servers <div><br></div><div>(all 3 can reach each other very fine using ping server1, ping server2, ping server3 as well as IP address.):<div><br></div><div>10.192.10.10 server1<br>10.192.11.20 server2<br>10.192.12.30 server3<br></div><div><br></div><div>10.192.10.40 Virtual IP (I want this to be private, not elastic which is public)<br></div><div><br></div><div>I was testing the following  <span style="color:rgb(0,0,0);font-family:monospace;font-size:medium">if_up_cmd </span>command on server1:</div><div><br></div><div><span style="color:rgb(68,0,0);font-family:monospace;font-size:medium">/usr/bin/sudo /sbin/ip addr add <a href="http://10.192.10.40/32">10.192.10.40/32</a> dev ens5 label </span><span style="color:rgb(68,0,0);font-family:monospace;font-size:medium">ens5</span><span style="color:rgb(68,0,0);font-family:monospace;font-size:medium">:0</span><br></div><div><span style="color:rgb(68,0,0);font-family:monospace;font-size:medium"><br></span></div><div>I could see new IP in the ifconfig result:<br></div><div><br></div><div>ens5: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9001<br>        inet 10.192.10.10  netmask 255.255.255.0  broadcast 10.192.10.255<br>        inet6 fe80::4b0:29ff:fe38:3399  prefixlen 64  scopeid 0x20<link><br>        ether 06:b0:29:38:33:99  txqueuelen 1000  (Ethernet)<br>        RX packets 67233  bytes 67464992 (67.4 MB)<br>        RX errors 0  dropped 0  overruns 0  frame 0<br>        TX packets 22922  bytes 5116469 (5.1 MB)<br>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br><br>ens5:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9001<br>        inet 10.192.10.40  netmask 255.255.255.255  broadcast 10.192.10.255<br>        ether 06:b0:29:38:33:99  txqueuelen 1000  (Ethernet)<br><br>lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536<br>        inet 127.0.0.1  netmask 255.0.0.0<br>        inet6 ::1  prefixlen 128  scopeid 0x10<host><br>        loop  txqueuelen 1000  (Local Loopback)<br>        RX packets 39948  bytes 13976834 (13.9 MB)<br>        RX errors 0  dropped 0  overruns 0  frame 0<br>        TX packets 39948  bytes 13976834 (13.9 MB)<br>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br></div><div><br></div><div>However, after running the ip addr add, I can not ping the new elastic IP 10.192.10.40 from other servers. Only server1 has successful ping.</div><div><br></div><div>I tried running arping past the above, but that is also failing.</div><div><br></div><div>arping -U 10.192.10.40 -w 1 -I ens5:1<br></div><div><br></div><div>I tried adding and deleting several times, with different IP combinations also to suit different AWS subnets, but no result. Server2 and server3 can't simply reach it.</div><div><br></div><div>My system is Ubuntu, the AMI is following, in case it helps:</div><div><span style="color:rgb(22,25,31);font-family:"Amazon Ember","Helvetica Neue",Roboto,Arial,sans-serif;font-size:14px">ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-20211001</span><br></div><div><span style="color:rgb(22,25,31);font-family:"Amazon Ember","Helvetica Neue",Roboto,Arial,sans-serif;font-size:14px"><br></span></div><div><span style="color:rgb(22,25,31);font-family:"Amazon Ember","Helvetica Neue",Roboto,Arial,sans-serif;font-size:14px">Thanks for the support!</span></div><div><font color="#16191f" face="Amazon Ember, Helvetica Neue, Roboto, Arial, sans-serif"><span style="font-size:14px">-Nirav</span></font></div><div><br></div></div></div>