Help please I can't activate eno1

joantorres

New Member
Jun 6, 2023
2
0
1
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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!