You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I found that if socket_vmnet is running, WARP cannot connect and reports "DNS Proxy Failure". Only killing socket_vmnet will allow WARP to establish the tunnel. Is there a workaround for this? I need to use socket_vmnet for local tasks on a minikube but I work for a company whose policy mandates tunneling with WARP.
The text was updated successfully, but these errors were encountered:
Can you start WARP first, and then run socket_vmnet?
I have a suspicion that the problem is that vmnet will run mDNSResponder, which will bind to port 53, and prevents WARP from binding to this port.
I have no idea how to prevent vmnet from starting mDNSResponder, but it doesn't actually need it for most use cases, so runs fine even when port 53 is already in use.
I also don't know why mDNSResponder listens on port 53 at all, as the mDNS port is 5353.
Hello, I found that if socket_vmnet is running, WARP cannot connect and reports "DNS Proxy Failure". Only killing socket_vmnet will allow WARP to establish the tunnel. Is there a workaround for this? I need to use socket_vmnet for local tasks on a minikube but I work for a company whose policy mandates tunneling with WARP.
The text was updated successfully, but these errors were encountered: