Hi, I am fairly new to virtualization and completely new to proxmox. I want to ask about the host network configuration. I want the completely basic config just 2 VMs and the 2 VMs to have access to internet. I have 2 IPs in the dedicated server. Here's my config:
iface enp4s0 inet static
address 89.xxx.135.xxx/24
gateway 89.xxx.135.1
pointopoint 89.xxx.135.1
dns-nameservers 62.141.32.5 62.141.32.4 62.141.32.3
iface enp4s0:1 inet static
address 89.xxx.154.xxx
gateway 89.xxx.135.1
auto vmbr0
iface vmbr0 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
However if I add my port to bridge-ports, my node will stop responding to commands because it gets disconnected.
I am really confused by this, I tried about anything I googled even from this forum but almost everything results in the node being disconnected.
iface enp4s0 inet static
address 89.xxx.135.xxx/24
gateway 89.xxx.135.1
pointopoint 89.xxx.135.1
dns-nameservers 62.141.32.5 62.141.32.4 62.141.32.3
iface enp4s0:1 inet static
address 89.xxx.154.xxx
gateway 89.xxx.135.1
auto vmbr0
iface vmbr0 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
However if I add my port to bridge-ports, my node will stop responding to commands because it gets disconnected.
I am really confused by this, I tried about anything I googled even from this forum but almost everything results in the node being disconnected.