Hi
I have 2 vtep end points, configuration is as follows:
server-1
esxi
vtep1-10.0.0.100/24
server-2
esxi
vtep2-20.0.0.200/24
server-1 --> switch-1 --> router
server-2 --> switch-2 --> router
basically, server-1 is connected to switch-1 for all 10.0.0.x subnet.
server-2 is connected to swtich-2 for all 20.0.0.x subnet.
switch-1 and switch-2 are connected to a router, to route between 10.0.0 and 20.0.0
When i try to ping from 10.0.0.100 to 20.0.0.200, its not working,
It says:
This the ping from server-1 or server-2:
sendto() failed (Network is unreachable)
When i test from the Vcenter, the ping test fails as well.
Can someone please help me?
What am i missing?
Should i setup proxy-arp in the interfaces on the swtich-1 and switch-2 that are connected to the server-1 and server-2?
Is IP mcast setup required for this basic vtep-vtep ping to work?
There is nothing else, no vms, nothing as of now.
Thanks for your help and time.