Hello guys,
I would need help configuring my Proxmox server.
I currently have the system installed on a dedicated server with public ip address on port vmbr0. The network interface where there is internet connection is eno1.
I installed Windows Server where I have no internet access despite having configured the vmbr0 card. This is the first problem.
The second problem is that I have several public IPs that I want to associate to each vm.. I tried several configurations, also editing the file
Do you have any news or info about how to solve problems?
Thank you!
I would need help configuring my Proxmox server.
I currently have the system installed on a dedicated server with public ip address on port vmbr0. The network interface where there is internet connection is eno1.
I installed Windows Server where I have no internet access despite having configured the vmbr0 card. This is the first problem.
The second problem is that I have several public IPs that I want to associate to each vm.. I tried several configurations, also editing the file
/etc/network/interfaces
without success.
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 95.xxx.xxx.xxx/24
gateway 95.xxx.xxx.xxx
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Do you have any news or info about how to solve problems?
Thank you!