↧
Answer by BillThor for How can I find out where a UDP connection fails?
Being in the DMZ does not mean you have full access from the Internet or anywhere else on the network. Many filewalls only permit the required ports into and out of the DMZ. If your ports aren't on the...
View ArticleAnswer by öde for How can I find out where a UDP connection fails?
Sounds like a firewall is blocking traffic. I'd recommend using a udp sniffer..for linux, try tcpdump (which despite its name does also udp).
View ArticleHow can I find out where a UDP connection fails?
I want to setup a VPN server with OpenVPN, so client PCs can access each other like they were in the same physical network.One problem I encountered is, that I cannot connect via UDP. When I change...
View Article