Hello friends, thanks, I have a problem, I have a server with two ips, one is used by proxmox for its website and the other I want to put it in a virtual machine, I have tried all the ways but it does not work, can someone help me and the eno1 interface it doesn't say active on the web
auto eth0
iface eth0 inet static
address 69.64.36.16/22
gateway 69.64.36.1
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '192.168.1.0/24' -o eth0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.1.0/24' -o eth0 -j MASQUERADE
post-up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1
post-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1
auto eno1
iface eno1 inet static
address 69.64.50.235
netmask 255.255.255.255
gateway 69.64.36.1
auto vmbr0
iface vmbr0 inet static
address 192.168.1.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 69.64.50.235
netmask 255.255.255.255
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto eth0
iface eth0 inet static
address 69.64.36.16/22
gateway 69.64.36.1
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '192.168.1.0/24' -o eth0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.1.0/24' -o eth0 -j MASQUERADE
post-up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1
post-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1
auto eno1
iface eno1 inet static
address 69.64.50.235
netmask 255.255.255.255
gateway 69.64.36.1
auto vmbr0
iface vmbr0 inet static
address 192.168.1.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 69.64.50.235
netmask 255.255.255.255
bridge-ports eno1
bridge-stp off
bridge-fd 0