Recent content by Ouji

  1. O

    e1000 driver hang

    Had this happen in two different hosts. So the current solution is either disabling offloading or downgrading the kernel? It's weird that with me it only happens when I'm running Windows VMs.
  2. O

    Problem e1000 driver

    Disabling offloading doesn't resolve for me. I had an install with Proxmox 6.1 that I had to purge and this was a non-issue, so this is very weird. Might need to ditch Proxmox as a system since purchasing a new NIC is not an option for me. It's a real shame, because I really like Proxmox
  3. O

    Unable to make backups to sshfs share

    Hi. I've trying to run backup jobs overnight in a sshfs share, but I keep getting an access denied error ERROR: Backup of VM 100 failed - mkdir /mnt/vzsnap0: Permission denied at /usr/share/perl5/PVE/VZDump/LXC.pm line 161. I already changed my /etc/vzdump.conf tempdir variable to several...
  4. O

    [SOLVED] Masquerade network unable to resolve names (DNS)

    Well. I did a reinstall in the node and the issue is now solved. Thank you very much!
  5. O

    [SOLVED] Masquerade network unable to resolve names (DNS)

    That doesn't make a lot of sense to me, to be honest. Mainly because my networking is NAT, so if I have my ports closed on the cluster or on the node, but open in the guests, how come would a request enter in a port that is closed in the node, but it is open in the guest? The node and the guest...
  6. O

    [SOLVED] Masquerade network unable to resolve names (DNS)

    The problem was related to UFW, I installed it on the host (as a part of the automation for new servers), so I ended up reinstalling everything and now this problem has been solved. Now I have a few different issues and I hope you can answer my queries, if possible. Again, my setup is a NAT...
  7. O

    [SOLVED] Masquerade network unable to resolve names (DNS)

    Yes, the hypervisor is connected to the internet. I think that might be something related to ufw firewall. I just don't know what as I'm kinda noob on that, exactly why I avoid iptables like the plague.
  8. O

    [SOLVED] Masquerade network unable to resolve names (DNS)

    Hi! I've installed Proxmox VE 6 on top of Debian 10 (as my hosting provider does not provide IPMI or console access). Since I also cannot buy additional IPs, I resorted to use the masquerade network to make all my VMs/LXC connect to the outside world. I've managed to make it ping any IP from...