- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all:
My logical switch has been created and two virtual machines have been added, virtual machine network are also connected to the corresponding distributed port group, but the two virtual machine Ping unreasonable. Two virtual machines can resolve their MAC, the firewall is closed at both ends .Who can tell me why.
thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Faced the similar issue in my test environment. If possible try rebooting NSX Controller one by one. Hope that fix the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Couple of things:
1. Try running a traceflow between the vnics of the two VMs involved. This should show you where the breakdown is happening. It might be a DFW rule or VTEP can't talk for some reason.
2. Its possible that the netcpa service is hung on the host. This is the process that talks to the controllers. SSH to the hosts involved and issue the following command:
/etc/init.d/netcpad restart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks.This method is certainly like to restart I already tried it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much.The cause of the problem is than VTEP can't talk.