주소에 /32를 붙여도 ipchains: Protocol not available 라는 메시지는 똑같이 나오는군요...
: ipchains -A input -s xxx.xxx.xxx.xxx/32 -p all -j REJECT
:
:
: : ipchains에 특정 아이피를 거부하려고 하는데요..
: :
: : [root@localhost root]# ipchains -A input -s xxx.xxx.xxx.xxx -p all -j REJECT
: : ipchains: Protocol not available
: : [root@localhost root]#
: :
: : 저렇게 해서 명령을 치면 ipchains: Protocol not available 이라는 에러메시지가 뜹니다.
: : xxx.xxx.xxx.xxx 부분에는 아이피 주소를 넣었습니다.
: : -p all을 -p tcp로 바꾸어 봐도, -p udp로 바꾸어 봐도 마찬가집니다.
: : 좀 도와주세요