when port forwarding on my router for port 139 to port 139 of my linux-smb based NAS is enabled running a simple \computername.dynamicipserviceX.com\sharename on windows works. However when set to any other port for example \computername.mydynamicIpService.com:999\sharename fails to function when the router is set to also forward that port to 139 internally, do I have the syntax wrong or is something else needed?
|
feedback
|
|
Can't be done sorry. Windows does not support TCP ports other than 445/139. (Here is one reference.) | |||
|
feedback
|
|
You could try a Windows port of
Assuming that worked, you could use your normal \servername.server.com\sharename from your client machine, and This article: http://codewut.de/content/port-redirection-windows has more information and a patched binary. I haven't tried this myself, but it looks like it is worth attempting. | |||||
feedback
|