[Port] Portproxy


ポート転送


特定のポートを別のポートに接続する機能.これはウィンドウが提供する機能です.

ポートエージェントとファイアウォールの使用方法


インタフェースリストの表示
netsh interface show interface
完全な情報
netsh interface dump
ファイアウォールポリシーのインポート/エクスポート
netsh advfirewall export c:\advfirewallpolicy.wfw
netsh advfirewall import c:\advfirewallpolicy.wfw
ファイアウォールポリシーの表示
netsh advfirewall firewall show rule
ポートエージェントの追加
Netsh add v 4 tov 4 listenport=80 listenaddress=自分のポートconnectport=私のコンピュータポートconnectaddress=接続するアドレスポート
ポートエージェント設定の初期化
netsh
netsh>interface
netsh>interface>portproxy
netsh>interface>portproxy>reset