Proxmox networking appear to have a number of issues, this thing really needs a lot of work to get it working!
I have this network setup on a proxmox VE
I can't seem to ever get the public IPs to work right! I tried everything possible ... swapping the bridges, add routing ... everything I can ... Still doesn't work!!
Here's my interfaces file... at present... because I have tried just about everything you can imagine with NO success!
----
Help me Obi-wan Kenobi, you're my only hope!
I have this network setup on a proxmox VE
I can't seem to ever get the public IPs to work right! I tried everything possible ... swapping the bridges, add routing ... everything I can ... Still doesn't work!!
Here's my interfaces file... at present... because I have tried just about everything you can imagine with NO success!
----
Code:
auto lo
iface lo inet loopback
auto enp3s0
iface enp3s0 inet manual
#allow-hotplug eth1
iface wlp2s0 inet manual
#auto eth1
#iface eth1 inet manual
auto enx00e04b68384a
iface enx00e04b68384a inet manual
auto vmbr0
iface vmbr0 inet static
address 222.10.89.145
netmask 255.255.255.240
gateway 222.10.89.158
bridge_ports enx00e04b68384a
bridge_stp on
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.0.4
netmask 255.255.255.0
bridge_ports enp3s0
bridge_stp on
bridge_fd 0
Help me Obi-wan Kenobi, you're my only hope!