iptables -L命令显示速度奇慢?

zing2046 发表于 2010-04-26 09:21

iptables -L命令显示速度奇慢?

系统是ubuntu7.04,iptables -A添加了几个个策略,iptables -L想查看的时候,显示速度非常慢,大概过10秒钟才能看到一个策略,再过10秒看到第二个,不知道怎么搞的??

chenyx 发表于 2010-04-26 09:22

iptables -n -L
去掉dns解析

yumanifold 发表于 2010-04-26 10:05

[quote]iptables -n -L
去掉dns解析
[size=2][color=#999999]chenyx 发表于 2010-04-26 09:22[/color] [url=http://linux.chinaunix.net/bbs/redirect.php?goto=findpost&pid=7242142&ptid=1162563][img]http://linux.chinaunix.net/bbs/images/common/back.gif[/img][/url][/size][/quote]


   
嗯嗯。。。。去掉DNS的解析

xyloveyy 发表于 2010-04-26 17:55

学习一下。。。。

programmerdd 发表于 2010-04-26 18:02

iptables-save 这个速度如何?

nxlinux 发表于 2010-04-28 13:37

学习

cgweb 发表于 2010-04-29 08:55

你的策略能否详细看看,如果用到了网站域名的话,服务器要通过DNS,查询客户IP的名字, 如果查询不到,所以要等DNS查询超时,就慢了。