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
I am having difficulty making UDP dns queries through the wiresocks configuration. The wiresocks server is an ubutnu system on my local machine. the SOCKS server is located on another server. In order to all for communication between the two systems I have a forward tunnel bound to all interfaces that opens up port 5005 on my ubuntu system and forwards it to the socks server also on port 5005.
- gL5005:127.0.0.1:5005
The reason I suspect a DNS issue with UDP is that is what I'm seeing with wireshark. Secondly I am able to make DNS queries via TCP, both from the ubuntu system running wiresocks, and the Windows machine acting as the client. On the Windows system, the resolve-dnsname cmdlet allows for tcp to be used. With a command similar to below, i obtain a successful response.
Hello,
I am having difficulty making UDP dns queries through the wiresocks configuration. The wiresocks server is an ubutnu system on my local machine. the SOCKS server is located on another server. In order to all for communication between the two systems I have a forward tunnel bound to all interfaces that opens up port 5005 on my ubuntu system and forwards it to the socks server also on port 5005.
- gL5005:127.0.0.1:5005
The reason I suspect a DNS issue with UDP is that is what I'm seeing with wireshark. Secondly I am able to make DNS queries via TCP, both from the ubuntu system running wiresocks, and the Windows machine acting as the client. On the Windows system, the resolve-dnsname cmdlet allows for tcp to be used. With a command similar to below, i obtain a successful response.
From the window system, when I attempt a nslookup of photos.google.com, I see the following:
I was able to access the command line console of the wireguard docker image (sudo docker exec -it wireguard bash) and I see port 53 listening.
Please let me know what other information I can provide to help. I am truly stuck.
Thank you!
The text was updated successfully, but these errors were encountered: