There are two network cards available in the host machine and only one used so far.
Should I use the remaining interface mapped to the controller (VM) interface?
As DNS not resolved I tried to add entries in to /etc/hosts file, but it still has same issue.
I highly appreciate if someone help me to fix this.
controller-0:~$ cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4
localhost4.localdomain4
192.168.204.1 controller registry.local
192.168.206.2 controller-0-infra
169.254.202.1 pxecontroller
10.10.10.2 oamcontroller
192.168.204.4 controller-platform-nfs
192.168.204.3 controller-1
192.168.204.2 controller-0
192.168.206.3 controller-1-infra
192.168.204.5 controller-nfs
108.177.15.82
k8s.gcr.io
108.177.15.82
gcr.io
3.233.133.41
quay.io
52.55.43.248
docker.io
34.68.230.202
docker.elastic.co
controller-0:~$ ping
docker.elastic.co
PING
docker.elastic.co (34.68.230.202) 56(84) bytes of data.
64 bytes from
docker.elastic.co (34.68.230.202): icmp_seq=1 ttl=100
time=116 ms
64 bytes from
docker.elastic.co (34.68.230.202): icmp_seq=2 ttl=100
time=113 ms
64 bytes from
docker.elastic.co (34.68.230.202): icmp_seq=3 ttl=100
time=114 ms
---
docker.elastic.co ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 113.932/114.719/116.135/1.076 ms
controller-0:~$ traceroute
docker.elastic.co
traceroute to
docker.elastic.co (34.68.230.202), 30 hops max, 60 byte
packets
1 10.10.10.1 (10.10.10.1) 1.049 ms 0.934 ms 0.887 ms
2 10.10.10.1 (10.10.10.1) 10012.319 ms !X 10012.286 ms !X 10012.234
ms !X
controller-0:~$