Recent content by basil

  1. B

    [bug] Next free VMID Range error

    When i try setup Datacenter - Options - Next free VMID Range Lower: 102000001 i receive error lower (102000001) <= upper (1000000) boundary rule broken (500) But i have VM with id 102000001
  2. B

    Network Problems after Upgrade from 8.0.4 to 8.1.3

    your sysytem dont see network interface check iface names ip link show 2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether 0c:9d:92:64:d9:94 brd ff:ff:ff:ff:ff:ff altname enp0s31f6 fix eno4 to...
  3. B

    Unable to Migrate VM from one Node to another

    I dont understande how you build cluster withous connections beetween nodes try add to /etc/hosts proxhetz01 - Public IP 1 proxhetz02 - Public IP 2 # Disable cluster quorum for standalone booot systemctl stop corosync pve-cluster pmxcfs -l nano /etc/pve/corosync.conf quorum { provider...
  4. B

    VPS Hosting providers - why no zfs ?

    l2arc_noprefetch automatically disabled on servers with small memory, its make sense on hdd storages for small files, but not for fastest nvme drives you miss # cat /etc/modprobe.d/zfs.conf options zfs zfs_arc_min=1073741824 options zfs zfs_arc_max=1073741824 options zfs l2arc_noprefetch=1 #...
  5. B

    VPS Hosting providers - why no zfs ?

    you can tune zfs - default settings not make sense for pve if you have nvme disks /etc/modprobe.d/zfs.conf options zfs zfs_arc_min=1073741824 options zfs zfs_arc_max=1073741824 options zfs l2arc_noprefetch=1 update-initramfs -u
  6. B

    "VLAN aware" checkbox has no function

    untagged vlan is 1, not zero bridge vlan show dev eno1 bridge -c vlan show VLAN aware not for enabling or disabling vlan using
  7. B

    Two subnets with one NIC (and one with a vlan)

    untagged vlan is vlan1 - vlan 0 not possible to make cat11(config)#vlan 0 Command rejected: Bad VLAN list - character #2 (EOL) delimits a VLAN number which is out of the range 1..4094. If you need vlan 100 only form vm's simple way is set vlan for vm
  8. B

    Two subnets with one NIC (and one with a vlan)

    If the switch is configured correctly, it should look something like this my pve generate this config auto vlan100 iface vlan100 inet manual vlan-raw-device vmbr0 auto vmbr100 iface vmbr100 inet manual bridge-ports vlan100 bridge-stp off bridge-fd 0 also try to delete from...
  9. B

    backup migrating

    you can use NFS and create storage from one node to other but if I need identical storage on all three nodes, I use glasterfs with replica 3. I Use this schema for backup and sharing iso's in cluster gluster peer probe pve21; gluster peer probe pve22; gluster peer probe pve23 create same on...
  10. B

    Unable to Migrate VM from one Node to another

    1. shutdown vm's 2. create backups of vm's 3. copy backups to new node via scp 4. restore from backup Why create difficulties for yourself?
  11. B

    error iface enp0s31f6 - ip address can't be set on interface if bridged in vmbr0 (500)

    edit /etc/network/interfaces and reboot server iface enp0s31f6 inet manual auto vmbr99 iface vmbr99 inet static address 142.111.111.111/26 gateway 142.111.111.1 bridge-ports enp0s31f6 bridge-stp off bridge-fd 0
  12. B

    Create a cluster with remote node

    This won’t work; you need a connection from a dedicated server to a local server, but your local server is behind the router and dont have real ip
  13. B

    Wireguard to connect proxmox ?

    you need build EoIP Tunnel via wireguard tunnel and bridge vmbr2 with eoip interface from pve and bridge interface on remote side and remote eoip interface in one bridge with wan adapter wg-side br0 address 80.67.1.2/24 gateway 80.67.1.1 bridge-ports eoip0 eth0(wan...
  14. B

    Network Problems after Upgrade from 8.0.4 to 8.1.3

    i need logs - I'm not a magician :)