Преобразование маски сети в префикс и обратно
xl2tpd - подключить интернет
правила nat для любого сервера vpn: oc, wg, ov
ipset Список сетей для добавления в цепочку правил iptables
Проброс порта
Настройка днс
bind9
https://documentation.ubuntu.com/server/how-to/networking/install-dns/#dig
dhcpd
How to install and configure isc-dhcp-server
/etc/dhcp/dhcpd.conf
dhcpd
Сетевая загрузка или установка операционной системы
pxelinux.cfg/default
Чтобы ограничить доступ к ProFTPD только домашней папке пользователя
/etc/proftpd/proftpd.conf
Код: Выделить всё
DefaultRoot ~/etc/samba/smb.conf
https://documentation.ubuntu.com/server/how-to/samba/file-server/
Создание сертификата
Код: Выделить всё
certbot certonly \
--standalone \
--preferred-challenges http \
--http-01-address 212.80.216.72 \
--http-01-port 80 \
-d $1 \
--email ea@fox8.ru \
--agree-tos \
--non-interactive
Код: Выделить всё
20 23-7/2,8 * * * certbot renewocserv
haproxy