Microsoft Windows XP
[Version 5.1.2600
](C) Copyright 1986-2001 Microsoft Corp.
C
:\WINDOWS>netsh firewall set portopening ?
set portopening
[ protocol =
] TCP
|UDP
|ALL
[ port =
] 1-65535
[ [ name =
] nome
[ mode =
] ENABLE
|DISABLE
[ scope =
] ALL
|SUBNET
|CUSTOM
[ addresses =
] indirizzi
[ profile =
] CURRENT
|DOMAIN
|STANDARD
|ALL
[ interface =
] nome
]
Imposta la configurazione delle porte del firewall.
Parametri
:
protocol - il protocollo della porta.
TCP - TCP (Transmission Control Protocol).
UDP - UDP (User Datagram Protocol).
ALL - tutti i protocolli.
port - numero porta.
name - nome porta (facoltativo).
mode - modalità porta (facoltativo).
ENABLE - consente attraverso firewall (predefinito).
DISABLE - non consente attraverso firewall.
scope - ambito porta (facoltativo).
ALL - consente tutto il traffico attraverso firewall (predefinito).
SUBNET - consente solo traffico rete locale (subnet) attraverso il
firewall.
CUSTOM - consente solo traffico specificato attraverso il firewall.
indirizzi - indirizzi ambito personalizzati (facoltativo).
profile - profilo di configurazione (facoltativo).
CURRENT - il profilo corrente (predefinito).
DOMAIN - profilo di dominio.
STANDARD - profilo predefinito.
ALL - tutti i profili.
interface - nome dell'interfaccia (facoltativo).
Note
: non è possibile specificare sia 'profile' che 'interface' insieme.
non è possibile specificare sia 'scope' che 'interface' insieme.
'scope' deve essere 'CUSTOM' per poter specificare 'addresses'.
Esempi
:
set portopening TCP 80 PortaWeb
set portopening UDP 500 IKE ENABLE ALL
set portopening ALL 53 DNS ENABLE CUSTOM
157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0,LocalSubnet
set portopening protocol = TCP port = 80 name = PortaWeb
set portopening protocol = UDP port = 500 name = IKE mode = ENABLE scope = ALL
set 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