Search results

  1. F

    How can I route between OpenVS Vlans?

    Hello, before I was using a traditional setup with Linux Bridges and a pfSense VM. Recently I made the switch to OpenVS (mostly because I just wanted to try it out). I now have the following setup: auto lo iface lo inet loopback auto enp1s0 iface enp1s0 inet manual auto enp4s0 iface enp4s0...
  2. F

    Issues with certificates

    Today I upgraded to Proxmox 7 and noticed my certificates were expired. I built these certificates myself with easy-rsa and had no problems installing them last time. However, after issuing new certs and uploading them, pveproxy stopped working with journalctl -xy giving...
  3. F

    Create multiple IP networks in Proxmox

    Thank you, this is pretty much what I'm looking for. Your help is greatly appreciated. May I further inquire how you created that beautiful diagram? Best Regards
  4. F

    Create multiple IP networks in Proxmox

    Hi, I'm quite unexperienced when it comes to Proxmox network stack. I would like to connect two machines on two different networks through SDN. For example: Proxmox host: IP:10.192.76.1/24 Host A: IP: 10.132.160.10/24 Host B: Host B: 10.132.161.10/24 So I would probably have to create two...