Hoping someone here can help out a PROXMOX newbie...
I have a dedicated server on which PROXMOX is installed.
When i try to create a network bridge and apply it server is unable to come online.
my network interface looks like this. kindly help me to create a network bridge.
I have a dedicated server on which PROXMOX is installed.
When i try to create a network bridge and apply it server is unable to come online.
my network interface looks like this. kindly help me to create a network bridge.
Code:
auto lo
iface lo inet loopback
auto primary
iface primary inet static
address 104.219.234.138/29
gateway 104.219.234.137
dns-nameservers 8.8.8.8
dns-search com
# dns-* options are implemented by the resolvconf package, if installed
# Added by SynergyCP
auto primary:1
iface primary:1 inet static
address 104.219.234.139/29
auto primary:2
iface primary:2 inet static
address 104.219.234.140/29
auto primary:3
iface primary:3 inet static
address 104.219.234.141/29
auto primary:4
iface primary:4 inet static
address 104.219.234.142/29
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual