[an error occurred while processing this directive]

Ограничение трафика через iptables
iptables --new-chain car
iptables --insert OUTPUT 1 -p tcp --destination-port 25 -o eth1 --jump car
iptables --append car -m limit --limit 20/sec --jump RETURN
iptables --append car --jump DROP
 
26.02.2003 , Автор: Z0termaNN , Источник: https://www.opennet.ru/openforum//vs...
Ключи: iptables, ethernet, traffic, des, limit, port, ip, tcp
Раздел:    Корень / Администратору / Сетевая подсистема, маршрутизация / Пакетные фильтры и фаерволы / Пакетные фильтры в Linux: iptables, ipchains

[an error occurred while processing this directive]

[an error occurred while processing this directive]