The UDP server is having two IP addresses: one for the ethernet and the other for the wifi.
Now the UDP server is running on a single machine and listening on port 161 for SNMP query requests.
When I send request for SNMP query using ethernet IP address: the reply comes from ethernet address.
But when I send request for SNMP query using wifi IP address, again the reply come from the ethernet IP address only.
What...