在 linux 的 venet0:0 是模擬出來的。
if
venet0:
0 is 192.168.1.1
change:
/sbin/
iptables -A OUTPUT -o
venet0:
0 -m state --state NEW -j ACCEPT
to:
/sbin/
iptables -A OUTPUT -o
venet0 -s 192.168.1.1 -m state --state NEW -j ACCEPT
原文連結:
Iptables error: weird character in interface `venet0:0' - VPSlink Forums
沒有留言:
張貼留言