Hello, I have two physical uplinks on my server. One (enp4s0) is used for internal network and the other (enp1s0) is used for internet access. More my settings:
---
auto lo
iface lo inet loopback
iface enp4s0 inet manual
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.20.26.1/24
gateway 172.20.26.254
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
---
I am trying to set up the network so that I can assign a public IPv4 address to any virtual server (via interface: enp1s0).
Even if I set all parameters (IPv4, GW, mask, DNS) directly on the VM, the server will not connect to the internet.

Please, can someone help me?
---
auto lo
iface lo inet loopback
iface enp4s0 inet manual
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.20.26.1/24
gateway 172.20.26.254
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
---
I am trying to set up the network so that I can assign a public IPv4 address to any virtual server (via interface: enp1s0).
Even if I set all parameters (IPv4, GW, mask, DNS) directly on the VM, the server will not connect to the internet.

Please, can someone help me?