Recent content by CanadaGuy

  1. C

    PVE 8.2.5 neighbour discovery not working sometimes

    Just tried it with a ping running from a few subnets...that fixed it right up! Thank you so much!
  2. C

    PVE 8.2.5 neighbour discovery not working sometimes

    okay, thanks! Of course, right now, everything is working so I'm waiting for that to stop, then I'll try that change.
  3. C

    PVE 8.2.5 neighbour discovery not working sometimes

    Hi, I've had a situation where my router sends NDP packets to the VMs on my PVE host. They are never received (detected with tcpdump) by some hosts, but other hosts seem to continue functioning just fine. If I fiddle with SOMEthing on PVE (I'm not sure what yet) it starts working until...
  4. C

    System unbootable - grub error: disk lvmid not found

    @Dark Angel [gEb] @openaspace just had the same and just resolved it using hints from above. Use Super-Grub2 to boot: https://www.reddit.com/r/Proxmox/comments/vy33ho/stuck_at_grub_rescue_after_an_update_and_reboot/ - boot from a Super_grub_disk2 rescue iso -> https://www.supergrubdisk.org/...
  5. C

    will PVE host act as L2 switch for VLAN only on host?

    okay, so I just figured out my issue and thought process: you need to specify a bridge, to specify VLAN...but I don't want traffic to exit through an interface/bridge since I want VLAN only...do I just create a bridge with no physical interfaces then, and make it VLAN aware?
  6. C

    will PVE host act as L2 switch for VLAN only on host?

    thanks! That's what I assumed but it wasn't clear. Do the bridges impact throughput much vs doing pass through? This is "just" gigabit, not 10 Gbe or anything.
  7. C

    will PVE host act as L2 switch for VLAN only on host?

    I have a couple of VMs I want to communicate by themselves on a single LAN segment, using a new VLAN ID. Will the PVE host act like a VLAN aware switch without having any other external networking for this VLAN?
  8. C

    qemu default selected CPU

    I'm trying to wrap my head around the CPU instruction sets exposed by Qemu (KVM?). It seems that the default selected cpu of kvm64 seems like a poor choice for a remotely modern CPU, and now causes issues with RHEL 9 OSes: https://www.qemu.org/docs/master/system/i386/cpu.html...
  9. C

    pve host ipv6, firewall, and ssh

    Yes it definitely is. I just tried the management IPSET and it worked, using an alias for my management PC IPv6 address. That same alias is used for the node firewall on port 22.
  10. C

    pve host ipv6, firewall, and ssh

    IN ACCEPT -source 2001:my:ip::address -log nolog IN ACCEPT -source 2001:my:subnet::/64 -p ipv6-icmp -log nolog
  11. C

    pve host ipv6, firewall, and ssh

    Hi, thanks for the reply. Here it is. I wasn't sure if that was base64 for a hash for something, so I removed it. Also hid IP6 prefix, but it's the /64 that I manage from. I do have a firewall added to the node (and it was there when I dumped this). root@pve:~# pve-firewall compile | grep...
  12. C

    pve host ipv6, firewall, and ssh

    I was reading here when I was deciding to configure IPv6 on my pve server: https://pve.proxmox.com/wiki/Firewall And there is this: "If you enable the firewall, traffic to all hosts is blocked by default. Only exceptions is WebGUI(8006) and ssh(22) from your local network.". However, it seems...
  13. C

    LXC IPv6 HE.net tunnel using sit module

    thanks! Yes, I tried doing "modprobe sit" and it loaded right up and the sit interface commands worked inside the container. I was just a bit nervous using modprobe as I've done very little poking at the kernel, even things as simple as this. For reference, this is the recommended "script" from...
  14. C

    LXC IPv6 HE.net tunnel using sit module

    I've been trying to configure a site tunnel to HE.net on an Almalinux 9.1 container. I get the following message: modprobe: FATAL: Module ipv6 not found in directory /lib/modules/5.15.83-1-pve add tunnel "sit0" failed: No such device will loading with "modprobe sit" load the appropriate...
  15. C

    minor bug between node and datacenter network config

    Oh...I definitely didn't change it. Yes that fixes it. I assume this isn't automatic since there could be multiple network interfaces that don't correspond to the management LAN/interface?