Windows Firewallの話題と実験
Modified: 28 October 2005
ファイヤウオール関連の小技 (28 October 2005)
LANカードごとに設定する方法 (28 October 2005)
PINGを許可する方法 (28 October 2005)
netsh
まずは、以下のように起動します。
C:\Documents and Settings\root>netsh netsh>firewall netsh firewall>
ルールの追加
netsh firewall> add portopening tcp 3389 remotedesktop
ルールの変更
netsh firewall> set portopening tcp 3389 remotedesktop
ルールの削除
netsh firewall> delete portopening tcp 3389
ルールの表示
netsh firewall> show config
規定値に戻す
netsh firewall> reset
使い方を見る
netsh firewall> help