Home > OS >  (how to solve the blocked 445) how to put a/IP: port mapping to another (IP: port)?
(how to solve the blocked 445) how to put a/IP: port mapping to another (IP: port)?

Time:04-26

The thing is, I want to use the SMB protocol machine remote access to my home, but found that operators blocked port 445, so I'm on the machine with FRP to forward the port 15445 to 445, Linux, now Android devices can be accessed through port 15445 SMB, but they are not native support through the Windows 445 access to SMB,
I think that now, in my client devices to create a virtual IP 127.0.0.4, for example, then forward it to my server IP, then 445 port forwarding to port 15445, overall effect is that I am on the client access 127.0.0.4:445 is equivalent to access [server IP - 15445].
Check for a long time did not find solution, please you the great god

CodePudding user response:

Network devices can be forwarded NAT
Windows can use the netsh commands for port forwarding
  • Related