Microsoft Windows XP
[Version 5.1.2600
](C) Copyright 1986-2001 Microsoft Corp.
C
:\WINDOWS>netsh firewall add portopening ?
add portopening
[ protocol =
] TCP
|UDP
|ALL
[ port =
] 1-65535
[ name =
] Name
[ [ mode =
] ENABLE
|DISABLE
[ scope =
] ALL
|SUBNET
[ addresses =
] Adressen
[ profile =
] CURRENT
|DOMAIN
|STANDARD
|ALL
]
[ interface =
] Name
]
Fügt die Firewallportkonfiguration hinzu.
Parameter
:
protocol - Portprotokoll
TCP - Transmission Control-Protokoll (TCP)
UDP - User Datagram-Protokoll (UDP)
ALL - Alle Protokolle
port - Portnummer
name - Portname
mode - Portmodus (optional)
ENABLE - Durch den Firewall zulassen (Standard)
DISABLE - Nicht durch den Firewall zulassen
scope - Portbereich (optional)
ALL - Gesamten Datenverkehr durch den Firewall zulassen (Standard)
SUBNET - Nur lokalen Datenverkehr (Subnetz) durch den Firewall zulassen
CUSTOM - Nur angegebenen Datenverkehr durch den Firewall zulassen
addresses - Benutzerdefinierte Bereichadressen (optional)
profile - Konfigurationsprofil (optional)
CURRENT - Aktuelles Profil (Standard)
DOMAIN - Domänenprofil
STANDARD - Standardprofil
ALL - Alle Profile
interface - Schnittstellenname (optional)
Beschreibung
: "profile" und "interface" dürfen nicht beide angegeben werden.
"scope" und "interface" dürfen nicht beide angegeben werden.
"scope" muss "CUSTOM" sein, um "addresses" angeben zu können.
Beispiele
:
add portopening TCP 80 MyWebPort
add portopening UDP 500 IKE ENABLE ALL
add portopening ALL 53 DNS ENABLE CUSTOM
157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0,LocalSubnet
add portopening protocol = TCP port = 80 name = MyWebPort
add portopening protocol = UDP port = 500 name = IKE mode = ENABLE scope = ALL
add portopening protocol = ALL port = 53 name = DNS mode = ENABLE
scope = CUSTOM addresses =
157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0,LocalSubnet