새소식

서버관련/Command

linux iptables 제한 해제

  • -
SMALL

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


끝~!


LIST
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.