linux iptables 제한 해제
서버관련/Command2013. 4. 10. 09:20
iptables 제한 목록 보기
iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination DROP all -- 111.165.203.11 anywhere DROP all -- 111.7.210.15 anywhere DROP all -- 111.46.86.89 anywhere DROP all -- 111.34.240.10 anywhere
target 가 DROP 로 나오는것이 모두 막힌것.
iptables 제한 해제 하기
iptables -D INPUT -s 175.194.86.123 -j DROP
'서버관련 > Command' 카테고리의 다른 글
Crontab 사용법 / 설정법 (0) | 2014.08.20 |
---|---|
linux iptables 제한 해제 (0) | 2013.04.10 |
linux 텍스트파일 분할 (0) | 2012.11.07 |
일괄 문자 치환(사이트 이전시 유용) (0) | 2011.04.21 |
Vi editor (0) | 2011.04.21 |
tar 압축관련 (0) | 2011.04.21 |