Search results

  1. fstrankowski

    Proxmox / Ceph / Backups & Replica Policy

    If you have a pull request for Proxmox please be so kind to link it here so i can review/improve it before there is a chance Proxmox will merge it. I'd add the option into the CEPH pool configuration UI because its linked on a per-pool-basis and not globally. Ceph -> Pool -> <Poolname> ->...
  2. fstrankowski

    Proxmox / Ceph / Backups & Replica Policy

    rbd config pool set POOLNAME rbd_read_from_replica_policy localize Regarding the post mortem: I had to delay my work on that because i have to deal with lots of other stuff with higher inhouse priority at the moment. Hopefully i'll be able to prepare something within Q4/2025. I didnt forget you...
  3. fstrankowski

    [SOLVED] Issue with AppArmor : bad configuration

    You want to use that command with the appropriate flag for your app inside your LXC conf (/etc/pve/lxc/<ID>.conf) lxc.apparmor.raw
  4. fstrankowski

    Wlan Linux Bridge

    Did you really necro a 5 year old thread? lol.
  5. fstrankowski

    Host renamed the NIC's after a reboot and won't bring vmbr0 back online

    Why would you rename a bridge interface? The bridge itself is not dependend to any physical device so its not changing at all.
  6. fstrankowski

    [SOLVED] Assign multiple VLAN (IP) to a virtual machine

    I still dont understand why you create vlan-bridges on your node and use the vmbr0 with tagged frames in your vm. But you do you, glad its working for you. Please be so kind and change the thread to [SOLVED]. Thanks :-)
  7. fstrankowski

    [SOLVED] Assign multiple VLAN (IP) to a virtual machine

    Do you have a DHCP Server in VLAN 200?
  8. fstrankowski

    [SOLVED] Assign multiple VLAN (IP) to a virtual machine

    I'm not entirely sure if you understood the mechanics of networking in Proxmox or Linux in general. @ce3rd already had an idea fitting your request that you attach a vlan-aware bridge to your vm and create all vlan-interfaces (with multiple ips as you asked for) inside your vm. This way you just...
  9. fstrankowski

    [SOLVED] Assign multiple VLAN (IP) to a virtual machine

    Add multiple network devices to your VM.
  10. fstrankowski

    Debian 13 LXC await network timeout

    I just encountered this exact behaviour on our machines aswell while using the default Proxmox LXC Debian 13 template. systemd-networkd-wait-online.service didnt exist in bookworm images. What i did to solve this problem was: 1. systemctl edit systemd-networkd-wait-online.service 2. Add the...
  11. fstrankowski

    When I connect my Proxmox Server to LAN my Whole Internet Stops Works Need a fix

    So i assume this is your setup: Internet | +----------------+ | Router | | 192.168.0.2 | +----------------+ | |...
  12. fstrankowski

    help with vpn access to PVE:SOLVED

    To be of help you gotta show your whole network setup. In which L2 domain are your VMs so i can begin to understand why u can reach em, how is it wired up etc.
  13. fstrankowski

    help with vpn access to PVE:SOLVED

    You really want to fix routing instead if disabling spoof protection.
  14. fstrankowski

    When I connect my Proxmox Server to LAN my Whole Internet Stops Works Need a fix

    Can you still reach the Switch once you connect your Proxmox Node to the switch? Please specify "Proxmox is shutdown" What does the console say when you connect Proxmox to the switch?
  15. fstrankowski

    bugzilla.proxmox.com - Filing bug yields mail to saifi@SoftwareFreedomProject.org ?

    Should have checked rfc9116 for you (https://proxmox.com/.well-known/security.txt). My bad. Thanks for fast reply!
  16. fstrankowski

    bugzilla.proxmox.com - Filing bug yields mail to saifi@SoftwareFreedomProject.org ?

    I usually dont do that, so please excuse this one time annoyance but i feel its necessary in this case. @fabian @t.lamprecht (spoke with you guys more often alrdy).
  17. fstrankowski

    bugzilla.proxmox.com - Filing bug yields mail to saifi@SoftwareFreedomProject.org ?

    I'm filing quite a lot of bugs on bugzilla and noticed some weired mail getting notified when filing backend bugs for example: Why is "saifi@SoftwareFreedomProject.org" getting notified when i file a backend bug? Seems said mail belongs to an Indian Network Security Engineer?! Did Proxmox...
  18. fstrankowski

    pve-cluster 8.1.1 - Changelogs question

    With pve-cluster 8.1.1 the changelog said the following: "datacenter config: document that the migration network currently affects replication traffic." while i checked wiki there has been a change from 9th of April where this has been explicitly named. To ease my conscience, I am asking why...
  19. fstrankowski

    Proxmox / Ceph / Backups & Replica Policy

    I'll be able to supply a post-mortem here soon. I've been testing this in our test-lab (development center) quite extensivly.