系统是Debian lenny, iptables 版本是1.4.2, 因为内网就一个网段,有4个公网IP可以做nat, 但为什么我使用: /sbin/iptables -t nat -A POSTROUTING -s 192.168.11.0/32 -j same --to xxx.xxx.xxx.1-xxx.xxx.xxx.4 时会提示错误: iptables: No chain/target/match by that name, 是没加载same target support吗,请问该如何解决。
by rzwrq - 数据安全 - 2009-04-11 20:53:35 阅读(1890) 回复(1)
Not only the syslog script, but a lot of init scripts in /etc/rc2.d is gone! where do they go?
[code] log.h:22: error: declaration of C function `void logf(int, char*, ...)' conflicts with /usr/include/bits/mathcalls.h:110: error: previous declaration `float logf(float)' here [/code] 这两个不是重载吗?怎么会conflict呢? 如果要都用的话该怎么做呢? [ 本帖最后由 iceiceberg 于 2005-12-9 20:20 编辑 ]
I using 2 same aix server where the configuration are same but unfortunitely the performance was different. I tried to run the same stored procedure in these 2 servers where 1 take around 4 mins to complete and another one take about 3 hrs to complete. Please advise what should I do for...