Two network horrors!!

Sam Salhi

Member
Jan 17, 2018
12
0
6
48
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
upload_2018-1-23_10-4-47.png

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!
 
Can’t get public ip to works is not enought as information.

Please

Show ip route on vm
Can you ping vmbr0 ip From vm ?
Can you ping your gateway from vm ?
 
Here you go
Code:
root@box1:~# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         222.10.89.158   0.0.0.0         UG    0      0        0 vmbr0
222.10.89.144   0.0.0.0         255.255.255.240 U     0      0        0 vmbr0
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 vmbr1

I can ping the gateway from VE but nothing from the inside. I'm not sure about the IP ending in 144! This is an interesting IP! It should be 145!!!