2010-09-06 3 views
0

Я бегу команду:iptables: что не так с этим правилом iptables?

iptables -A http_flood -m hashlimit --hashlimit 1/sec --hashlimit-burst 3 --hashlimit-mode dstip,dstport,srcport --hashlimit-name hosts -j MARK --set-mark 0xf100

И получаю эту ошибку:

iptables: Unknown error 4294967295

Есть предложения?

+0

Не программирования связаны между собой. – leppie

ответ

0

Взятые из человека странице IPTables:

MARK This is used to set the netfilter mark value associated with the packet. It is only valid in the mangle table. It can for example be used in conjunction with iproute2.

 Смежные вопросы

  • Нет связанных вопросов^_^