SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы
Список вопросов ПечатьМетки: безопасность межсетевой экран iptables ipfw firewalld centos arch linux ufw nftables
RemiZOffAlex Создано: 2017-08-03 17:21:48.609227 Обновлено: 2023-03-22 13:39:01.419678 |
---|
ufwDebian/Ubuntuufw disable firewalldCentOS 7systemctl stop firewalld iptablesCentOS 7yum install iptables iptables-services Arch Linuxpacman -S iptables systemctl enable iptables systemctl start iptables Правила в файле /etc/iptables/iptables.rules nftablesFedoradnf install nftables |