pfctl 사용법
2008/05/28 14:15 | 분류없음 |# 변경된 설정파일 적용
pfctl -f /etc/pf.conf
# 문법 검사
pfctl -nf /etc/pf.conf
# 필터링 셋팅 룰 보기
pfctl -sr - pfctl -s rules
# 상태 테이블 정보보기
pfctl -ss - pfctl -s state
# 필터링 상태와 카운팅 보기
pfctl -si
# 모두 보기
pfctl -sa - pfctl -s all
