Chinaunix首页 | 论坛 | 博客
  • 博客访问: 659641
  • 博文数量: 198
  • 博客积分: 4256
  • 博客等级: 上校
  • 技术积分: 1725
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-15 13:12
文章分类

全部博文(198)

文章存档

2012年(12)

2011年(39)

2010年(135)

2009年(12)

我的朋友

分类: LINUX

2010-08-04 15:46:46

tail /var/log/messages

Aug  4 14:58:33 WEB1 kernel: [1981035.456720] nf_conntrack: table full, dropping packet.
Aug  4 14:58:33 WEB1 kernel: [1981035.456727] nf_conntrack: table full, dropping packet.
Aug  4 14:58:33 WEB1 kernel: [1981035.456734] nf_conntrack: table full, dropping packet.
Aug  4 14:58:33 WEB1 kernel: [1981035.456739] nf_conntrack: table full, dropping packet.
Aug  4 14:58:33 WEB1 kernel: [1981035.456745] nf_conntrack: table full, dropping packet.
Aug  4 14:58:33 WEB1 kernel: [1981035.456750] nf_conntrack: table full, dropping packet.
Aug  4 14:58:33 WEB1 kernel: [1981035.456756] nf_conntrack: table full, dropping packet.
Aug  4 14:58:33 WEB1 kernel: [1981035.456762] nf_conntrack: table full, dropping packet.
Aug  4 14:58:33 WEB1 kernel: [1981035.456768] nf_conntrack: table full, dropping packet.

解决办法:在/etc/sysctl.conf中加入:

net.ipv4.netfilter.ip_conntrack_max = 655350
net.ipv4.netfilter.ip_conntrack_tcp_timeout_established = 1200
阅读(1569) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~