Hey, not making a new thread for this but I'm not getting internet still my interfaces is
https://uploader.nathans212.com/coNE6/daJORURU72.png
What could I do to see why its failing? I watched a video and did what he did (Expect the point to thing) and it still fails
you should not add ip route for the /29 on vmbr0.
(as you hava already have setup /29 on vmbr1).
as alternative, you could remove vmbr1, and add ip route /32 for each ip of your /29 in vmbr0.
in you first post, in your windows vm, you can't use 88.99.139.199 as ip address. (this ip, is the ip for vmbr0, and it should be the gateway ip in the vm).
for vm ip, you need to use one of the /32 ip address of vmbr0.
About your /29, if you don't want to split it in /32 on vmbr0, and want to keep it on vmbr1:
Network: 179.9.234.128/29,
you can only use ips addresses from 179.9.234.129 to 179.9.234.134,
Network: 179.9.234.128/29 10110011.00001001.11101010.10000 000 (Class B)
Broadcast: 179.9.234.135 10110011.00001001.11101010.10000 111
HostMin: 179.9.234.129 10110011.00001001.11101010.10000 001
HostMax: 179.9.234.134 10110011.00001001.11101010.10000 110
So, you need for example, use 179.9.234.129 on vmbr1 , and 130->134 for the vms (and 179.9.234.129 is the gateway inside the vms).