Recent content by kwat

  1. K

    [SOLVED] Intel NIC (I225-V Rev 3) link down after switch reset

    Thank you for your suggestion, it pointed me in the right direction. The problem stems from me running "powetop --auto-tune" as a service. This puts the I-225 into a state that does not respond when the link is reconnected. Here is a good explanation I found in the internet: the command "echo...
  2. K

    [SOLVED] Intel NIC (I225-V Rev 3) link down after switch reset

    I have more information I can provide. The problem can be reproduced by simply unplugging the I-225 from the managed switch. While unplugged the status of the link is DOWN with NO-Carrier and the status does NOT change when the network cable is plugged back in. However, if I enter "ethtool -i...
  3. K

    [SOLVED] Intel NIC (I225-V Rev 3) link down after switch reset

    My system has PVE 9.0.10 with 2 NICs. One Realtek RTL8111 and the other Intel I225-V. The Realtek is on a dedicated VLAN used for management only and the I255 for everything else. Both NICs work as expected after reboots. My problem is when the managed switched they are connected to is...
  4. K

    PVE GUI Access from pfSense VM

    I am a home-laber and was just using PCI pass-thru as a learning experience. I am going back to the creating individual bridges with one interface assigned to each and assign these bridges to the pfsense VM.
  5. K

    PVE GUI Access from pfSense VM

    Hi, I am running PVE 8.3 on a mini PC that has 5 2.5GB NICs. The mini PC will only host pfsense CE (2.7.2) and a couple local services. I use PCI pass-through to a pfsense VM for 4 of the 5 NICs. Those NICs are my WAN, LAN, Wifi and IOT networks. The last NIC is in vmbr0 as I wanted access to...
  6. K

    VM HardDrive NOT Restored from PBS

    Made sure disks were included in backups. Ran backup job from PVE and VM disk was backed up! Not sure what happened before but everything seems to be working correctly now. Thanks for help
  7. K

    VM HardDrive NOT Restored from PBS

    I’m using PVE 8.2.3 and PBD 3.2-7. I backup my VMs, do garbage collection and verify the backups weekly. I recently deleted a VM from PVE (including destruction of unreferenced disks). When I tried to restore the VM , it would not boot and I discovered that the VM disk was missing. Attached is a...
  8. K

    Proxmox Subscriber

    Proxmox Subscriber
  9. K

    [SOLVED] Unexpected use of .pxarexclude broke my container backup

    Just wanted to chime in. My assumptions were the same as the leestken! When I restored what I thought was a complete backup of container the folders in the .pxarexclude file were missing and they are permanently lost since I deleted them in the container expecting they had been backed up. This...
  10. K

    [SOLVED] Tagged and Untagged VLAN Configuration

    Making default bridge vlan aware and adding vlan id to VM/CT NIC solved problem. Thank you to all that responded.
  11. K

    [SOLVED] Tagged and Untagged VLAN Configuration

    I am running PVE 8.1.4. PVE is connected to the rest of my homelab via a trunk carrying tagged and untagged traffic. Not ideal, but that’s what I have now. For the tagged traffic, I know how to make my bridge vlan aware and to configure the vlan tags in each VM. What do I need to get the...
  12. K

    [SOLVED] Expiring SSL Certificate Renewal

    See this is what I needed. thank you for your help
  13. K

    [SOLVED] Expiring SSL Certificate Renewal

    I'm running PVE 8.1.4 and PBS 3.1-4. Both have TLS/SSL certificates that are about to expire. The certificates are self-signed and are maintained/managed on by pfsense security appliance (v 23.09.1). Any help on what I need to do renew these expiring certificates would be greatly appreciated.
  14. K

    [SOLVED] Using PBS to Migrate VMs between PVEs

    Hi, I have 2 PVE (v 8.1) and 1 PBS (3.1) systems in my homelab. I have backups from both PVE systems on the PBS to the same datastore but different namespaces. All backups are owned by root@pam. I want to migrate VMs between the PVE systems using the PBS. The problem is that PVE1 can only list...