Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UDP broadcast IP #139

Merged
merged 1 commit into from
Oct 5, 2017
Merged

Fix UDP broadcast IP #139

merged 1 commit into from
Oct 5, 2017

Conversation

sguyennet
Copy link

When using a network like 10.10.20.0/24, the DefaultMask function will return 255.0.0.0.

The instance listener will use the UDP broadcast IP 10.255.255.255, which is wrong as it should be 10.10.20.255.

Here is how to troubleshoot it on vSphere:

1- SSH to the ESXi where the instance listener VM is running.
2- esxcli network vm list | grep -i vsphereunik
It will give you the VM world ID.
3- esxcli network vm port list -w [vm_world_id]
It will give you the vswitch port ID were the VM is plugged.
4- pktcap-uw --switchport -o /tmp/unik.pcap

This seems linked to the issue:
#130

@ilevine ilevine merged commit 29d79f2 into solo-io:master Oct 5, 2017
@ilevine
Copy link
Member

ilevine commented Oct 5, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants