Wednesday, 16 December 2020
  2 Replies
  1K Visits
  Subscribe
Hi,

I'm having this issue, with an WebSockets MQTT client, when it runs on a windows 10 computer which has 2 network adapters, one is the physical ethernet and the other is a VPN adapter, when the VPN adapter is disabled I can connect to the MQTT server without problems, but not so when the VPN is enabled, so ti seems the traffic is routed through the VPN instead of the ethernet adapter.

Is there a way to configure on the client which network should be used ? I saw bindings for server components, but nothing for client components, How do you deal with a problem like this?