답변 고맙습니다.
portsentry설정한후 자동으로 설정된겁니다.
portsentry후 해제 방법을 알려주세요. ㅠ.ㅠ
: 안녕하세요.
:
: iptables -A INPUT ... 이런 식으로 등록하신 거죠?
: 여기서 A만 F로 바꾸고 그대로 설정 모두 적어주면 그것만 없어집니다.
:
: 그러니까 iptables -F INPUT ...(등록할때랑 똑같이) 해주면 됩니다.
:
: 감사합니다.
:
: : 아래처럼 접근이 거부된 3개의 ip중에 전 149번만 해제하고 싶거든요.
: : iptables -F 하면 모두 해제가 되버리던데..
: : 선택적으로 해제하는 방법좀 알려주세요
: :
: : Chain INPUT (policy ACCEPT)
: : target prot opt source destination
: : DROP all -- 219.241.xxx.149 anywhere
: : DROP all -- 219.241.xxx.145 anywhere
: : DROP all -- 219.241.xxx.143 anywhere
: :
: :
: : Chain FORWARD (policy ACCEPT)
: : target prot opt source destination
: :
: : Chain OUTPUT (policy ACCEPT)
: : target prot opt source destinatio