Making it happen
Passive FTP Range with Port Mapping
If you want to forward a range of ports on a Windows Server with RRAS, the only way to do it is:
FOR /L %I IN (5001,1,5201) DO netsh routing ip nat add portmapping name=”Internet” tcp 0.0.0.0 %I 127.0.0.1 %I
| Print article | This entry was posted by andrei on November 11, 2008 at 5:56 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
