Search results

  1. J

    proxmox 7.0 sdn beta test

    Hey there, why isn't it possible to use a tag twice within different Zones? I wanted to use a tag in 2 different VXLAN zones, bot theres an error create sdn vnet object failed: error during cfs-locked 'file-sdn__version' operation: tag 99 already exist in vnet x99 at...
  2. J

    3 node hosts on Hetzner: storage, HA etc.

    are you sure that Hetzner is the best idea for such a project?
  3. J

    proxmox 7.0 sdn beta test

    of course, you can change the mtu of a lxc container ;-) https://pve.proxmox.com/wiki/Linux_Container#pct_settings create a vm with two interfaces, one on the vxlan bridge, one on the host bridge and then use this vm as a router between the host and the vms
  4. J

    proxmox 7.0 sdn beta test

    Hey, how are you establishing the Connection between this Servers? do you have a VPN running or are you just using the external IPs? if so, please think about security, because VXLAN has NO encryption!!! You can not jost make the MTU size bigger without looking at your path between the hosts! If...
  5. J

    proxmox 7.0 sdn beta test

    You could use a router VM, or use VRRP (keepalived) to assign the IP to one of the hosts. If you have this IP on both hosts on the bridge, you have two times the same ip in a Layer 2 network... please check your switches for the max MTU size...
  6. J

    proxmox 7.0 sdn beta test

    Hey, You shouldn't add an IP on the Bridge, wen using VXLAN, this option is only for EVPN... Please don't use a MTU bigger than 9000 and make sure, that the switch is capable for jumbo frames
  7. J

    Best switch for Ceph cluster network

    Hey, we are using juniper switches in VC for HA purpose, works very well with out 13 Node Ceph Cluster
  8. J

    PHP - Proxmox NOVNC Api

    wir haben uns daher bisher dazu entschieden, unseren Kunden nur SPICE anzubieten, das funktioniert über unseren reverseProxy sehr gut... einziger Nachteil, der Kunde muss den SPICE Client installiert haben.... Quick & Dirty $proxmox = new Proxmox($credentials)...
  9. J

    PHP - Proxmox NOVNC Api

    Das habe ich leider noch nicht geschafft.... @dcsapak kennst du vllt. eine Lösung für unser Problem? Danke!
  10. J

    PHP - Proxmox NOVNC Api

    Servus zusammen, folgendes funktioniert https://github.com/ZzAntares/ProxmoxVE/issues/17#issuecomment-688937674 Leider für meine Zwecke nicht ganz das, was ich mir erhofft habe, da ich für jede "Berechtigungsebene" in meiner Software einen Proxmox USer anlegen muss... Ich suche noch immer...
  11. J

    Redundant 'remote' bridging of bridges with tinc-vpn

    Hey, can you post your Network Config and tinc Config?
  12. J

    Hardware Empfehlung

    Servus, ich würde in deinem Fall eine kleine SSD für Proxmox nehmen und dann die anderen Platten separat... Dann kannst du auf die Systemplatte noch die ISOs etc. drauf packen Ich würde dir eher einen AMD Ryzen mit einem AsrockRack Board empfehlen z.B. Board X470D4U CPU: Ryzen 7 3900X der...
  13. J

    Proxmox startet nicht

    ich würde sagen schnell alles runter kopieren, was nocht geht und eine neue Platte rein...
  14. J

    proxmox 7.0 sdn beta test

    Hey, we are running our cluster with Jumbo-Frames (MTU 9000) so we can run every VXLAN with the standard MTU of 1500 inside the VXLAN
  15. J

    OVH with multiple subnet?

    If you have just a single Server you don't have to
  16. J

    SND Bug

    Servus, ich würde dir erst einmal raten die aktuellste Version zu testen und zum Anderen das Problem im SDN Beta Test Thread anzusprechen
  17. J

    Proxmox startet nicht

    Servus, Das ist kein Proxmox Problem sondern ein allgemeines Problem mit deiner Storage... Siehe z.B. hier https://deeptalk.lambdalabs.com/t/boot-hangs-with-the-root-file-system-on-dev-sda2-requires-a-manual-fsck/350
  18. J

    One NIC with multiple IP's

    hey, you could add more IPs on a interface within a LXC Conatiner by manualle editing the network config of the container. Note that you have to disable the provisioning process of proxmox, to set your config as static. I think you even don't need OVS, you can use bridges
  19. J

    OVH with multiple subnet?

    Hey, I think you can use this guide, the same way for OVH https://dominicpratt.de/hetzner-proxmox-network-configuration/ Just use the Subnets instead of single IPs, so you can use all IPs out of a subnet without loosing IPs for subnet, gateway and boradcast... I personally do it this way on...
  20. J

    VLANs on WAN interface

    Do it like described here in the #3 post! Host vmbr0 - WAN (VLAN-aware) vmbr1 - LAN1 vmbr2 - LAN2 Asterisk VM eth0 => vmbr0 VLAN 2 eth1 => vmbr1 PBX eth0 => vmbr1 so your Asterisk can connect to the SIP.Trunk through vmbr0 VLAN 2 and your PBX can connect to your Asterisk directly via vmbr1