Apparently your ip_conntrack table is full, you can review your table
with:
# cat /proc/net/ip_conntrack
The max number of connections is set in
# cat /proc/sys/net/ipv4/ip_conntrack_max
You can increase it with:
# echo "some_number" > /proc/sys/net/ipv4/ip_conntrack_max
Which might resolve your problem.
with:
# cat /proc/net/ip_conntrack
The max number of connections is set in
# cat /proc/sys/net/ipv4/ip_conntrack_max
You can increase it with:
# echo "some_number" > /proc/sys/net/ipv4/ip_conntrack_max
Which might resolve your problem.
'Linux > Tip&Tech' 카테고리의 다른 글
psmouse.c: Mouse at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away 오류 관련 (0) | 2008.10.09 |
---|---|
시스템 모니터링 (0) | 2008.10.09 |
bash sell 오류 해결 (0) | 2008.10.09 |
Sendmail에서 makemap 생성시 Berkeley DB 문제 (0) | 2008.10.09 |
rsync 설정 (0) | 2008.10.09 |