Форум — General iptables: удаление «цепочки» 0 0 Есть iptables правило: -A FORWARD -i br0 -p udp -s xxx.xxx.xxx --sport 5060 -j DROP Как удалить его "на лету" ? Ссылка
-D, --delete chain rulenum Delete one or more rules from the selected chain. There are two versions of this command: the rule can be specified as a number in the chain (starting at 1 for the first rule) or a rule to match. anonymous (23.11.07 00:56:22 MSK) Ссылка
Что ты имеешь ввиду, под "на лету"? Кста, а что за br0 ? Korrvin (23.11.07 14:25:14 MSK) Показать ответ Ссылка
iptables -D FORWARD -i br0 -p udp -s xxx.xxx.xxx --sport 5060 -j DROP birdie ★★★★★ (23.11.07 14:50:14 MSK) Ссылка
Ответ на: комментарий от Korrvin 23.11.07 14:25:14 MSK > Кста, а что за br0 http://tldp.org/HOWTO/Ethernet-Bridge-netfilter-HOWTO.html anonymous (23.11.07 18:44:36 MSK) Ссылка