Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Build A Simple Router inside of Proxmox using CTs Iptables and isc dhcp в хорошем качестве

Build A Simple Router inside of Proxmox using CTs Iptables and isc dhcp 1 год назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Build A Simple Router inside of Proxmox using CTs Iptables and isc dhcp

Thick video will walk you though setting up a basic router with Proxmox and Linux Containers using tools like iptables and isc dhcp. Links: Image found at: https://us.lxd.images.canonical.com/i... Article of Linux routers: https://www.networkreverse.com/2020/0... Setup DHCP Server: $ apt install isc-dhcp-server $ nano /etc/dhcp/dhcpd.conf option domain-name "yourdomain.com"; option domain-name-servers dns-server-ip; default-lease-time 600; max-lease-time 7200; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.100 192.168.1.200; option routers 192.168.1.1; } $ nano /etc/default/isc-dhcp-server INTERFACESv4="eth1" $ systemctl start isc-dhcp-server $ systemctl enable isc-dhcp-server Setup NAT $ nano /etc/sysctl.conf net.ipv4.ip_forward=1 $ sysctl -p $ iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE $ iptables -A FORWARD -i eth1 -o eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT $ iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT $ iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE $ apt install iptables-persistent Links in our description may be affiliate links which help our channel grow. Become a Patreon:   / virtualizeeverything   Check out our new merch store: https://store.virtualizeeverything.com/ Gear we use: https://virtualizeeverything.com/gear... Fuel our coffee cravings: BTC: bc1qmqe5n7pnep95dzknh48yf3x3c70wcf0r3jvd0x

Comments