Jump to content

Recommended Posts

Posted
3 часа назад, feeman сказал:

Можно ли на unix дропать N-число пакетов при запросе на определенный порт?

Смотрите в сторону Portsentry.

Posted (edited)

@Andrei спасибо, именно это мне и нужно.

 

Хочу создать исключение для random --probability 0.99 -j REJECT

Вопрос чё не так: iptables -A input -s 10.16.11.88 -d 10.16.11.1 -dport 3389 -p udp -j ACCEPT

В ответ получаю сообщение: iptables v1.4.21: multiple -d flags not allowed Try `iptables -h' or 'iptables --help' for more information.

Edited by feeman
Posted
2 часа назад, feeman сказал:

Вопрос чё не так: iptables -A input -s 10.16.11.88 -d 10.16.11.1 -dport 3389 -p udp -j ACCEPT

В ответ получаю сообщение: iptables v1.4.21: multiple -d flags not allowed Try `iptables -h' or 'iptables --help' for more information.

 iptables -A input -s 10.16.11.88 -d 10.16.11.1 -p udp --dport 3389 -j ACCEPT

Posted
В 24.09.2020 в 00:50, Ivan_83 сказал:

Те ты тоже не читал справку на PF и IPFW? :)

Начнем с того, что man меняется из версии к версии.
А совет, это не консультация, незачем подробно углубляться в проблему.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...
На сайте используются файлы cookie и сервисы аналитики для корректной работы форума и улучшения качества обслуживания. Продолжая использовать сайт, вы соглашаетесь с использованием файлов cookie и с Политикой конфиденциальности.