I cannot ping to any other nodes with private IP address (10.10.1.xxx) on each node in the cluster. But I can ping or ssh login with public IP address (128.110.155.xxx).
enp1s0f0 Link encap:Ethernet HWaddr b0:26:28:74:d4:d0
inet addr:128.110.155.73 Bcast:128.110.155.255 Mask:255.255.252.0
inet6 addr: fe80::b226:28ff:fe74:d4d0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:16673 errors:0 dropped:0 overruns:0 frame:0
TX packets:1821 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1429441 (1.4 MB) TX bytes:297135 (297.1 KB)
enp65s0f0 Link encap:Ethernet HWaddr 1c:34:da:41:cb:5c
inet addr:10.10.1.3 Bcast:10.10.1.255 Mask:255.255.255.0
inet6 addr: fe80::1e34:daff:fe41:cb5c/64 Scope:Link
UP BROADCAST MULTICAST MTU:9000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:266 (266.0 B)
Ping on node0 with private IP address:
root@node0:/users/fzhou# ping node1
PING node1-link-1 (10.10.1.2) 56(84) bytes of data.
From node0-link-1 (10.10.1.1) icmp_seq=1 Destination Host Unreachable
From node0-link-1 (10.10.1.1) icmp_seq=2 Destination Host Unreachable
From node0-link-1 (10.10.1.1) icmp_seq=3 Destination Host Unreachable
From node0-link-1 (10.10.1.1) icmp_seq=4 Destination Host Unreachable
^C
--- node1-link-1 ping statistics ---
6 packets transmitted, 0 received, +4 errors, 100% packet loss, time 5062ms