-
Notifications
You must be signed in to change notification settings - Fork 17
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
A little help in understanding routed mode #13
Comments
Just as i was done submitting this question, a new idea poppt into my mind. I overruled the default distribute port policy in VMware vCenter called promiscuous mode. I changed it from reject to accept. Now all the sensors are working great. This default setting filters out any traffic to and from a VM that is not supposed to come from or go to this VM. As VMware does not have any idea that another IP resides on this host, it filters traffic to this IP address. Now, it does not filter anything anymore which is what we want. Hopefully, this helps someone else that has the same issue in the future. |
We just found out, that the IP SLA responder service only answers, when the NIC has other traffic coming in. We went so deep as to install ip sla responder on a physical machine.
|
I am trying to install this application on a ubuntu server LTS (20.04) VM. We dont want to use vlans, so we are looking into running this thing in routed mode. So my understanding is like this:
The server has only 1 interface (apart from the loopback). There is an IP address on this interface but this is just for management purposes. Then, we configure a different IP for the ipsla appliaction. It then, should handle the ARP responses and so on. Because the IP the responder uses is in the same network as the interface IP, we dont have to do any routing. Here is our configuration:
Although i cant ping this IP from the switch (dunno if the ip sla responder is supposed to answer to icmp) i can see that the arp gets resolved to the defined MAC address:
If i check the mac address table on the switch, i can see that both MACs (ens160 & responder application) are pointing to the same interface:
If i start an IP sla from a remote device, it always fails:
I can see that the packets are coming into the VM, but the responder application does not answer it seems. I thought this could be a default gateway missing issue. But it doesnt respond to a IP SLA probe that is sent from within the same 222 network. Am i missing something in my setup? What is the best practice?
By the way, i know that this application is no longer maintained and i dont have the right to demand support whatsoever. Just hoping that the dev maybe is still subscribed to this project and has a few minutes to shed some light to this one. I am so desperate to get this software going. We want to deploy lots of IP SLA probes, but dont have the firepower on the networking infrastructure to handle this high amount.
The text was updated successfully, but these errors were encountered: