This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Install net-tools for 'route' Command on Proxmox Host ### | |
apt install -y net-tools | |
### /etc/network/interfaces config ### | |
auto lo | |
iface lo inet loopback | |
iface enp34s0 inet manual |