View Single Post
  #2  
Old October 17th 18, 01:06 AM posted to alt.comp.os.windows-10,microsoft.public.windowsxp.general,comp.mobile.android
Andy Burns[_6_]
external usenet poster
 
Posts: 1,318
Default What's the best way to forward SMB TCP port 445 to somethinghigher than 1024 on Windows?

Arlen Holder wrote:

Do you have experience port forwarding SMB ports on Windows?


Yes, when I needed to map a drive over an SSH tunnel.

netsh interface portproxy add v4tov4 listenport=xxx
listenaddress=192.168.xx.xx connectaddress=192.168.yy.yy connectport=yyy

Because the lanmanserver service starts early and binds to 445 on all
interfaces, you may need to install a virtual kernel NIC driver in order
to get an interface with a "spare" IP address to listen on, it was
available from MS last time I needed it on Win7, not sure about Win10.
Ads