Chinaunix首页 | 论坛 | 博客
  • 博客访问: 446433
  • 博文数量: 481
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 1040
  • 用 户 组: 普通用户
  • 注册时间: 2013-01-06 14:09
文章分类

全部博文(481)

文章存档

2013年(483)

我的朋友

分类: LINUX

2013-02-28 12:43:58

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
阅读(192) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~