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
|CUSTOM
[ addresses =
] addresses
[ profile =
] CURRENT
|DOMAIN
|STANDARD
|ALL
[ interface =
] name
]
방화벽 포트 구성을 추가합니다.
매개 변수
:
protocol - 포트 프로토콜
TCP - TCP(Transmission Control Protocol)
UDP - UDP(User Datagram Protocol)
ALL - 모든 프로토콜
port - 포트 번호
name - 포트 이름
mode - 포트 모드(옵션)
ENABLE - 방화벽을 통과할 수 있음(기본값)
DISABLE - 방화벽을 통과할 수 없음
scope - 포트 범위(옵션)
ALL - 모든 트래픽이 방화벽을 통과할 수 있음(기본값)
SUBNET - 로컬 네트워크(서브넷) 트래픽만 방화벽을 통과할 수 있음
CUSTOM - 특정 트래픽만 방화벽을 통과할 수 있음
addresses - 사용자 지정 범위 주소(옵션).
profile - 구성 프로필(옵션)
CURRENT - 현재 프로필(기본값)
DOMAIN - 도메인 프로필
STANDARD - 표준 프로필
ALL - 모든 프로필
interface - 인터페이스 이름(옵션)
Remarks
: 'profile' 및 'interface'는 같이 사용될 수 없습니다.
'scope' 및 'interface'는 같이 사용될 수 없습니다.
'addresses'를 지정하려면 'scope'에 'CUSTOM'을 사용해야 합니다.
예
:
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