Search results

  1. G

    Multiple IPv6 Prefixes on Client that connected untagged to the bridge

    Hey everyone, I'm having now a weird issue after setting up VLANs on my Hypervisor and pfSense. Following Network config is currently running: auto lo iface lo inet loopback auto enp3s0 iface enp3s0 inet manual iface enp2s0 inet manual iface enp4s0 inet bridge-pvid 100 iface...
  2. G

    [SOLVED] Define untagged VLAN on bridged Interface

    There was a typo from myside. My client is connected on enp4s0, not enp5s0. Beside that, after some digging I found a different term. My Goal was it to set a different "native" VLAN. ... Seeing this with some typos was the issue. Now my Windows Client is in the desiered VLAN and receiving the...
  3. G

    [SOLVED] Define untagged VLAN on bridged Interface

    So on my proxmox host is a pfsense VM with one bridge vmbr0, in pfsense it is called vtnet0. First step was to add VLANID 7 on vtnet 0 because this is the VID needed to use PPPoE on our VDSL. After that I created two VLANs, the test VLAN 22 and VLAN 100, which should be my internal System. Then...
  4. G

    [SOLVED] Define untagged VLAN on bridged Interface

    Sadly no, the client on that is connected doesn’t get an connection into this VLAN :(
  5. G

    [SOLVED] Define untagged VLAN on bridged Interface

    Thanks for that, and how do I get this untagged pvid 22 into vmbr0 ? Or is that happening automaticly?
  6. G

    [SOLVED] Connecting LXC Container to VLAN

    True, but the issue this time was a missing reboot of the proxmox node. Then the vmbr was really VLAN aware.
  7. G

    [SOLVED] Connecting LXC Container to VLAN

    The config of the pfsense is not posted. DHCP is enabled an all devices, and after the reboot of the host the container got the desired IP Address :)
  8. G

    [SOLVED] Connecting LXC Container to VLAN

    Sometimes the solution is far more easier then I thought. After making the bridge VLAN Aware I didn't reboot the host. After rebooting that everything works as intented.
  9. G

    [SOLVED] Connecting LXC Container to VLAN

    Hey everyone, sorry for this basic question but I guess there is something missing in my mind setting up correctly my VLANs. My current goal is to connect a LXC Container via VLAN ID 5 to my pfsense. My current Interface settings on my hypervisor is: auto lo iface lo inet loopback auto...
  10. G

    [SOLVED] Define untagged VLAN on bridged Interface

    Hey everyone, atm I'm using one of the cheap Ali Express 6 NIC Interface Servers. My plan is to seperate my network now with VLANs. A lot of this NICs are just used as switch Ports for my clients. Only enp2s0 is passed through to my pfSense: auto vmbr0 iface vmbr0 inet static address...
  11. G

    Hetzner additional ip not working on vm

    DId you made sure that you use the correct Mac adresses? For Hetzner routing it is neccessary to make sure to use the correct mac adresses!
  12. G

    Arguments for proxmox-mail-forward

    Hey everyone, for some reason I'm not able to send correctly via the mail command. But using /usr/bin/proxmox-mail-forward works fine, just without a subject. Is there a way to give an argument with an subject aswell? Cheers, Gamie
  13. G

    What is the best practice for my scenario to achieve 3-2-1?

    Hello everyone, after reading a lot of documentation I ask for some advice to achieve a good Backup strategy. For several years I had only one server in my homelab. As a backup I attached a 2 TB HDD on it with daily backups into it and uploaded that encrypted to my Google Drive. For a couple...
  14. G

    Backup crashes WebUI / Promox Envoirement

    Hey everyone, sadly the issue is not solved! Now my backup crashed two times again and locking up my Node. Luckly didn't had to reboot, just to kill -9 a start process of that container. Nor following issue is reported on my backup log: short read on command socket (16 != 0) Are there other...
  15. G

    Backup crashes WebUI / Promox Envoirement

    Hey again, I found the reason for the crashes. In my proxmox Node I'm running several unprivileged LXC Container running Docker. On my discussion here we figured out that the storage driver was vfs. After digging in I changed everything to fuse-overlay as storage driver. I don't see why, but...
  16. G

    Backup crashes WebUI / Promox Envoirement

    Hello everyone, for two days I got a really weird issue. I got a daily backup routine on an external Harddrive. I noticed today that I didn't reveiced an success mail. Logging in into my Proxmox server showed me this screen: I was shocked, but every service was reachable. SSHing into the...
  17. G

    Backup failes all the time

    Hmmm, okay. Then maybe SSHFS? :confused: Or do you know a place where I'm able to rent ~ 4 - 5 TB of Storage o_O
  18. G

    Backup failes all the time

    Not really, because it instant fails. Which journals do you exactly mean? Weirdly I was now able to make sometimes backups with a weird setup. I ordered a VM on Hetzner, installed on it Debian 11 and Proxmox Backup Server. Mounting it via CIFS and that mountoptions makes it possible to make a...
  19. G

    Backup failes all the time

    dir: local path /var/lib/vz content backup,vztmpl,iso zfspool: local-zfs pool rpool/data content images,rootdir sparse 1 zfspool: ssdpool pool ssdpool content rootdir,images mountpoint /ssdpool nodes proxmox dir...
  20. G

    Backup failes all the time

    Hmm, I tried then with /tmp But still no success with the Backup. Any other Suggestions or where I'm able to debug even more?