검색결과 리스트
글
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
cd etc/rc.d/init.d
chkconfig --level=2345 iptables off
- rc2.d, rc3.d, rc4.d, rc5.d에 iptables관련 스크립트가 K로 시작하게 변경됨
runlevel 2,3,4,5에서 iptables가 구동 되지 않는다.
chkconfig --level=2345 iptables on
- rc2.d, rc3.d, rc4.d, rc5.d에 iptables관련 스크립트가 S로 시작하게 변경됨
runlevel 2,3,4,5에서 iptables가 구동된다.
RECENT COMMENT