Recent content by 102020

  1. 1

    openvswitch, last update?

    ifupdown2 2.0.1-1+pve4 For what it matters, I ditched OVS completely, I honestly can do what I need with pfSense and layer 2 rather than layer 3 and OVS
  2. 1

    ifdownup2 breaks network on nodes.

    Chiming in here as I was directed from another thread. Same issue here, using ifupdown2 and OVS. I very specifically did the upgrade, rebooted and every server booped up after that. My temporary fix was to add auto vmbr1 to my OVS bridge, which is not ideal. Following.
  3. 1

    No Internet on all VMs after update

    Yes indeed using ifupdown2. Will have a look and report back. Thought it may have been something with the OVS update and/or kernel. My temporary fix has been to add auto vmbr1, which drops off if I make any gui changes.
  4. 1

    Best configuration for a cluster-wide virtual switch

    Need a little bit more detail before I start blabing out details. How many hosts do you have, how many NICs, which are WAN facing, which are VXLAN facing? The GRE tunnel is an option, but it really comes down to how you have this deployed and then I can probably guide you from there.
  5. 1

    Best configuration for a cluster-wide virtual switch

    Hey there, so basically you are in the same boat as I am, only difference is I've setup a mesh network instead of using a switch on the backbone for the VXLAN. You want to be looking at openvswitch for your layer 3 switching, and pfSense to connect your vmbr0 to vmbr1/2/3/etc. This way you can...
  6. 1

    openvswitch, last update?

    update, something in the last kernel update stops openvswitch-switch from auto creating the routes. adding auto vmbr1 does add the routes, however making any changes in the webgui removes this line from /etc/network/interfaces. Using purely ifupdown2 (the ip address add) command, how can I...
  7. 1

    New installation won't connect to internet at all

    ifconfig uses net-tools, by default (and more mainstream these days), ethtools is used. try: ip address ip link ip route ip up/down for your commands
  8. 1

    openvswitch, last update?

    update, i'm going to say something went hay wire, my OVS routes are totally gone.
  9. 1

    openvswitch, last update?

    Greetings, has anyone else had issues with OVS on the last update? I see it upgraded to 2.10.1. i had to change my bridges back to standard to even get gui access. ovs-system shows DOWN state, vmbr1 shows UNKNOWN state. any help would be appreciated. usually with my config, rebooting and such...
  10. 1

    No Internet on all VMs after update

    Confirmed same issue here, Anything internal is not working. I'm running a mesh network with OVS for my layer3. No web access while my vmbr0 was configured for ovs, had to switch it back to a standard bridge, but still my internal network is borked.
  11. 1

    Not able to use pveceph purge to completely remove ceph

    root@pve1:/usr/lib/x86_64-linux-gnu/perl5/5.28/auto/PVE/RADOS# pveceph init Can't load '/usr/lib/x86_64-linux-gnu/perl5/5.28/auto/PVE/RADOS/RADOS.so' for module PVE::RADOS: libceph-common.so.0: cannot open shared object file: No such file or directory at...
  12. 1

    Not able to use pveceph purge to completely remove ceph

    So here we go, my buddy and I worked through the issue, I do believe this is a ceph bug. We both work as high level ITs. In short, do all the stuff listed above, once done run these 3 commands and you should have a working package again. It appears after doing a purge or removing ceph ceph-mon...
  13. 1

    Shorewall firewall no vmbr bridges needed ? Have extra IP routed to Proxmox host.

    Can you share your configs for shorewall? I'm in need to help
  14. 1

    Multiple Public IP help plz!

    since my last post, tried this now using vmbr0 on x.x.7.145, running the following: root@proxmox:~# traceroute 174.142.7.144 traceroute to 174.142.7.144 (174.142.7.144), 30 hops max, 60 byte packets connect: Permission denied if i try doing same on x.x.7.151, same thing - my DC is confusing me...
  15. 1

    Multiple Public IP help plz!

    stupid datacenter. just talked to them again, ok so all IP have same mac as primary for starters. secondly, i have 8 IP x.x.7.144 - x.x.7.151 they say if using 255.255.255.248 only 6 are usable, but if i use 255.255.255.255 8 are usable. the more the better, does that make sense?