TL-R600VPN V2 Incoming UDP blocked

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

TL-R600VPN V2 Incoming UDP blocked

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
TL-R600VPN V2 Incoming UDP blocked
TL-R600VPN V2 Incoming UDP blocked
2017-12-04 15:47:26 - last edited 2021-08-21 06:59:05
Model :

Hardware Version :

Firmware Version :

ISP :

So I'm going out of my mind trying to figure this out and I feel like it's either going to be a really simple fix or something wrong with the router.

I'm trying to forward a UDP port to a program running on Server 2012 R2 which is on a vSphere machine.

I'm able to successfully forward TCP ports (tested with both active programs and a listener). I can even forward the same numbered port in TCP, but it will always fail to open for UDP. (I've set them to all and tested both, and then individually as well)

I have turned off all firewalls (router and machines) and have probably checked my numbers about 7 times.

I've checked what my ISP is blocking for ports and this port is not in the list. I even tried a few other port numbers just for SnG.

I have factory reset and flashed the router.

I've tested the application on my internal network and it works. Switching to external IP to attempt connection is where it fails.

I also had problems with Xbox live a while back, but I chalked it up to it being an Xbox. In retrospect, it was likely the same issue but I wasn't as in depth because, frankly, I didn't care as much.

Any thoughts on where the issue might lie? I feel like with it being so specific to just UDP that I'm just missing a setting somewhere, but you would think that manually forwarding a port would be enough, which makes me think there's a bigger problem. And of course googling and searching forums just leads to instructions on how to port forward, leaving me even more frustrated.

Thanks for any help you can give!
  0      
  0      
#1
Options
1 Reply
Re:TL-R600VPN V2 Incoming UDP blocked
2017-12-11 16:58:11 - last edited 2021-08-21 06:59:05
Do you mean that you need to open UDP port for your server? If yes, you need to use port forward function.
I have a TL-R600VPN, so I do a simple test with netcat, on linux. It can work normally to open UDP port.
netcat -u -l 8001 // server will listening UDP 8001 port
netcat -u xxx.xxx.xxx.xxx 8001 // client connect to server with UDP 8001 port ,when it connect successfully, you can enter characters and it will show on the server's screen

If you don't mind, you can show the configuration screenshot and network topology.
  0  
  0  
#2
Options

Information

Helpful: 0

Views: 1309

Replies: 1

Related Articles