Posted By

int23h on 11/18/11


Tagged

port forward netsh pyload nas synology qnap


Versions (?)

Windows 7 port forward via console


 / Published in: DOS Batch
 

  1. netsh interface portproxy add v4tov4 9666 <Server-IP> 9666 127.0.0.1
  2. netsh interface portproxy show all

Report this snippet  

Comments

RSS Icon Subscribe to comments
Posted By: int23h on December 13, 2011

to delete:

netsh interface portproxy delete v4tov4 listenport=9666 listenaddress=127.0.0.1

You need to login to post a comment.