ip_conntrack: table full, dropping packet 문제 해결법
iptables 사용 중 다음과 같은 메시지 발생 시…
——————————————————-
ip_conntrack: table full, dropping packet.
——————————————————-
이것은 ip_conntrack 모듈에서 연결 추적을 기록하는 테이블의 갯수 제한때문이다.
ip_conntrack table이 꽉차서 발생한다.
ping이 안날라가는 증상 발생
ip_conntrack table이 꽉 차서 그렇단다…
ip_conntrack table 확인방법
# cat /proc/net/ip_conntrack
# cat /proc/sys/net/ipv4/ip_conntrack_max
ip_conntrack_max 의 개수를 확인 후
다음과 같이 재설정한다.
# echo “some_number” > /proc/sys/net/ipv4/ip_conntrack_max
[출처] ip_conntrack: table full, dropping packet.|작성자 KnBins
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.