Search results

  1. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    do you mean an address in the pve interfaces file , for each vlan an ip address? # VLAN 10 auto vmbr0.10 iface vmbr0.10 inet manual vlan-raw-device vmbr0 address 10.1.10.2/24 gateway 10.1.10.1
  2. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    just checked , for containers... I'll check kvm next "You can configure up to 10 network interfaces for a single container."
  3. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    the best way may be one network interface per vlan at the dhcp server. do you know off hand if there is a limit to the number of interfaces a pct can have? 23 have 20 vlans...
  4. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    Hello Wasim. currently in interfaces I do not have sections for each vlan. so no vmbr0.20 etc. i do have this: auto vmbr3 iface vmbr3 inet static address 10.1.10.2/24 gateway 10.1.10.1 bridge-ports bond3 bridge-stp off bridge-fd 0...
  5. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    this issue was caused by my deleting a couple of subnets from our network configuration system [ONA OpenNetAdmin IP Address Management (IPAM) system ] . after that the generated kea-dhcp4 configuration had some changes subnet id's ... so kea-dhcp say lease request coming in from a wrong...
  6. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    another question - is it possible to set the dhcp-relay for the pve vlans at the vmbr bridge or in network config? currently the relay is set at the switch which all the nodes are connected to.
  7. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    Hello Wasim # apt install isc-dhcp-client Reading package lists... Done Building dependency tree... Done Reading state information... Done isc-dhcp-client is already the newest version (4.4.3-P1-2). # dhclient ens18 RTNETLINK answers: File exists I think the issue is with kea-dhcp , or my...
  8. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    a centos kvm got the correct address. so looks like a debian configuration issue
  9. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    I just tested a windows kvm, and it got the correct IP address from the dhcp server reservations. next I'll try to test a non debian linux kvm
  10. R

    lxc reboot issue

    I just tested 'start' from pve. every other time it fails. literally every other time. from cli: root@pve7:[~]:# pct start 501 run_buffer: 571 Script exited with status 32 lxc_init: 845 Failed to run lxc.hook.pre-start for container "501" __lxc_start: 2034 Failed to initialize container...
  11. R

    lxc reboot issue

    # can not use debug on reboot root@pve7:[~]:# pct reboot 501 --debug Unknown option: debug 400 unable to parse option pct reboot <vmid> [OPTIONS] root@pve7:[~]:# pct reboot 501 run_buffer: 571 Script exited with status 32 lxc_init: 845 Failed to run lxc.hook.pre-start for container "501"...
  12. R

    lxc reboot issue

    proxmox-ve: 8.3.0 (running kernel: 6.8.12-4-pve) pve-manager: 8.3.2 (running version: 8.3.2/3e76eec21c4a14a7) proxmox-kernel-helper: 8.1.0 proxmox-kernel-6.8: 6.8.12-4 proxmox-kernel-6.8.12-4-pve-signed: 6.8.12-4 proxmox-kernel-6.8.12-2-pve-signed: 6.8.12-2 proxmox-kernel-6.5.13-6-pve-signed...
  13. R

    lxc reboot issue

    'reboot' error from cli and pve run_buffer: 571 Script exited with status 32 lxc_init: 845 Failed to run lxc.hook.pre-start for container "501" __lxc_start: 2034 Failed to initialize container "501" TASK ERROR: startup for container '501' failed more info: # pct config 501 arch: amd64 cores...
  14. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    i moved the kvm to the same node as the one that gets correct address. that did not fix the issue.
  15. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    so I installed network-manager on the kvm and eliminated the eth0 part of interfaces. still not solved both systems are running debian bookworm . and on the same vlan.
  16. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    i have a kvm which does get the correct address from dhcp. /etc/network/interfaces : # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback here is what a kvm which does not get...
  17. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    desktops do get a fixed reservation from the dhcp server.
  18. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    Hello we use pve enterprise repos all up to date. dhcp server is isc-kea we have fixed reservations set up at dhcp server based on mac address for some kvm's which are configured as dhcp clients in /etc/network/interfaces . those kvms are not getting the reserved IP, instead they get an IP...
  19. R

    how can I access PBS backups on USB

    All is Okay. I was up late and could have been looking at the wrong pbs server.. we have 3. the datastore is at the pbs web page.
  20. R

    how can I access PBS backups on USB

    Hello after manually adding to datastore.cfg , the new datastore does not show up on pbs web page. I tried doing this: systemctl restart proxmox-backup.service , did not fix. Any suggestions to get the manually added datastore to the pbs web page?