Hi, i have a dedicated server on ionos, i need to have an additional public ip to one of my virtual machines behind proxmox.
The additional public ip for this scope are delivered via vlan 1010
the additional ip is 217.xxx.xxx.164
The gateway is the same 10.255.255.1
so i have do this:
auto lo
iface lo inet loopback
auto enp35s0 <-This is wan interface of the server
iface enp35s0 inet static
address 217.xxx.xxx.10/32
gateway 10.255.255.1
#Wan
auto enp35s0.1010 <- I try to add this vlan on wan interface
iface enp35s0.1010 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp35s0.1010 <- Added the vlan to bridge (The virtual machine has ethernet1 on this bridge)
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I set on the virtual machine ethernet1 the additional public ip and set his gayeway to 10.255.255.1 via ethernet1 but not work
I have do something wrong?
Thank You
The additional public ip for this scope are delivered via vlan 1010
the additional ip is 217.xxx.xxx.164
The gateway is the same 10.255.255.1
so i have do this:
auto lo
iface lo inet loopback
auto enp35s0 <-This is wan interface of the server
iface enp35s0 inet static
address 217.xxx.xxx.10/32
gateway 10.255.255.1
#Wan
auto enp35s0.1010 <- I try to add this vlan on wan interface
iface enp35s0.1010 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp35s0.1010 <- Added the vlan to bridge (The virtual machine has ethernet1 on this bridge)
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I set on the virtual machine ethernet1 the additional public ip and set his gayeway to 10.255.255.1 via ethernet1 but not work
I have do something wrong?
Thank You