1200 and 1400 Series iSCSI Disk Arrays
配置系统 | zh 129
Bosch Sicherheitssysteme GmbH 软件手册 Doc | V1 | 2010.09
2. 在 Actions 面板中,单击 New Rule。
3. 在 What type of rule would you like to create 下,单击 Port,然后单击 Next。
4. 选择用于该规则的协议:TCP 还是 UDP。 在 Does this rule apply to all local ports or specific
local ports 下,单击 Specific local ports 并输入适当的端口号。
5. 单击 Allow the connection,然后单击 Next。
6. 选择应绑定到该规则的网络位置 (默认为域、私人和公共 )。 单击 Next。
7. 在 Name 下,输入该规则的描述性名称。 例如,为 TCP 端口 135 上的 RPC 通信输入 Remote
Procedure Call。 单击 Finish。
要通过以下样本从命令行配置 Window 防火墙设置:
1. netsh advfirewall firewall add rule name="Microsoft iSCSI Software
Target Service-TCP-3260" dir=in action=allow protocol=TCP
localport=3260netsh advfirewall firewall add rule name="Microsoft iSCSI
Software Target Service-TCP-135" dir=in action=allow protocol=TCP
localport=135
netsh advfirewall firewall add rule name="Microsoft iSCSI Software
Target Service-UDP-138" dir=in action=allow protocol=UDP localport=138
netsh advfirewall firewall add rule name="Microsoft iSCSI Software
Target Service" dir=in action=allow
program="%SystemRoot%\System32\WinTarget.exe" enable=yesnetsh
advfirewall firewall add rule name="Microsoft iSCSI Software Target
Service Status Proxy" dir=in action=allow
program="%SystemRoot%\System32\WTStatusProxy.exe" enable=yes