내용으로 건너뛰기
adminschool.net wiki
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
•
windows
•
io
os:windows:firewall
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== 윈도우 방화벽(firewall) ====== <code> tsh advfirewall firewall show rule name=all netsh advfirewall set allprofiles state on netsh advfirewall set allprofiles state off netsh advfirewall reset netsh advfirewall set currentprofile logging filename "C:\temp\pfirewall.log" netsh advfirewall firewall add rule name="All ICMP V4" dir=in action=block protocol=icmpv4 netsh advfirewall firewall add rule name="All ICMP V4" dir=in action=allow protocol=icmpv4 netsh advfirewall firewall add rule name="Open SQL Server Port 1433" dir=in action=allow protocol=TCP localport=1433 netsh advfirewall firewall delete rule name="Open SQL Server Port 1433" protocol=tcp localport=1433 netsh advfirewall firewall add rule name="Allow Messenger" dir=in action=allow program="C:\programfiles\messenger\msnmsgr.exe" netsh advfirewall firewall set rule group="remote administration" new enable=yes netsh advfirewall firewall set rule group="remote desktop" new enable=Yes netsh advfirewall export "C:\temp\WFconfiguration.wfw" netsh advfirewall import "C:\temp\WFconfiguration.wfw" </code>
os/windows/firewall.txt
· 마지막으로 수정됨: 2018/10/15 16:05 저자
starlits
문서 도구
문서 보기
이전 판
역링크
맨 위로