Install Proxmox on Hetzner baremetal server and configure networking
Gateway IT Tutorials
00:00 - Intro 02:21 - Preparation 05:46 - Installing Debian Buster and Proxmox 09:12 - Network configuration (try 1) 14:07 - GUI Preparations (including firewall settings) 17:21 - Order additional IP and use it in Proxmox 19:06 - Network configuration (try 2) 21:04 - VM creation (try 2) 22:18 - Outro
apt install htop ifupdown2
nano /etc/network/interfaces
iface enp3s0 inet manual
auto vmbr0 iface vmbr0 inet static address 144.76.30.250/27 (your IP here) gateway 144.76.30.225 (your gateway here) bridge-ports enp3s0 bridge-stp off bridge-fd 1 pointtopoint 144.76.30.225 (your gateway here) bridge_hello 2 bridge_maxage 12
auto vmbr100 iface vmbr100 inet manual bridge-ports none bridge-stp off bridge-fd 0
To apply the network config
ifup -a
Reach out to us on Reddit: https://www.reddit.com/r/gatewayittutorials/ https://www.reddit.com/user/yaroslav_gwit
PayPal Donation to support the release of new videos: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BYZMNVH4QH3L2&source=url
View and support us at LBRY/Odysee: https://lbry.tv/@gatewayittutorials https://odysee.com/@gatewayittutorials ... https://www.youtube.com/watch?v=VZTfNXFC01Y
99337961 Bytes