Search results

  1. C

    VM VLAN Issue

    I've double checked that there is a dhcp server running on there. I have several machine there.. including my desktop (using DHCP) that I'm on. I have given the VM a static address in the same /24 as it would have if the DHCP server would have handed it out and it still can't ping anything that...
  2. C

    VM VLAN Issue

    root@proxmox-2:~# bridge -c vlan show port vlan ids eno5 eno6 eno7 1 PVID Egress Untagged 2-50 eno7 eno8 1 PVID Egress Untagged 2-50 eno8 vmbr0 1 PVID Egress Untagged 10 vmbr1 1 PVID Egress Untagged 50 docker_gwbridge 1 PVID Egress...
  3. C

    VM VLAN Issue

    @spirit I have VMs attached to vmbr0, with "no VLAN" and none of them are able to ping each other with static IP address or pull a DHCP (when enabled). If specifically put them into a vlan like 10 where I have other machines they work in that vlan just not the native. I have tested using blank...
  4. C

    [SOLVED] New VMs have no connectivity after upgrade - a tale of user error

    I'm having the same issue over https://forum.proxmox.com/threads/vm-vlan-issue.68218/ I just did a upgrade on my 3 nodes and now they can't ping each other. This has never happened in the past and I confirmed that nothing in the config or switch has changed. Reboot the 3 nodes and now they can...
  5. C

    VM VLAN Issue

    I tried rebooting the host and also tried to migrate the VM to another of the 3 nodes. Each of the 3 nodes is the same besides the IP address but all of the have the same bridges/vlans connected to the same eno7 and eno8.
  6. C

    VM VLAN Issue

    In my homelab setup, I have 3 proxmox hosts each with 2x 10G connections. On each of these are a bridge (vmbr0 and vmbr1) and vlan_bridge (vmbr0.10 and vmbr1.50) that allow the host proxmox to have an IP and connection into the respective public and storage vlans. Proxmox has it's IP set on the...
  7. C

    Proxmox Ceph Crash Troubleshooting

    After reboot each host node, I have not gotten this error in 24hrs and it looks like Ceph is stable. I have another issue and will start a new forum post which will include the network settings. Thanks
  8. C

    Proxmox Ceph Crash Troubleshooting

    So I've made some progress, while pings were going through on the cluster network, one of the hosts was being routed to my pfsense and back. This was due to me improperly creating a Linux VLAN attached to the public IP interface instead of the interface plugged into the newly created storage...
  9. C

    Proxmox Ceph Crash Troubleshooting

    I setup a proxmox cluster with 3 identical Xeon-D systems with 64GB ram, each one has a 1TB Samsung 970 Pro commercial drive and a 6.4TB Intel DC P4600 drive. Based on feedback here I, I had no issues setting up the cluster and installing ceph. Once I setup Ceph and started to added the OSDs, I...
  10. C

    Small Homelab Cluster Ceph help

    Thanks I'll look it up. The configuration in the picture should work as it is completely blank. For right now it looks like the Intel drive is being recognized and should be good to use. Will putting the Data/DB/WAL on the large / fast Intel drive work "ok", I understand Ceph is more geared...
  11. C

    Small Homelab Cluster Ceph help

    So it looks like my Samsung 970 Pro is not support due to a hardware RAID controller... I'm unaware that one is in use here. Nvme0n1 is my Intel DC P4600 drive, would the follow configuration do what you are recommending in your advice? I have an unused 6x 10GB port switch, would this be ok to...
  12. C

    Small Homelab Cluster Ceph help

    This is the correct model and yes you are correct this drive has higher IOPS performance and much better endurance, the sequential speed is a little slow but for this purpose that's less important. Is there a way to force this onto a faster drive, I normally like to keep my OS on a separate...
  13. C

    Small Homelab Cluster Ceph help

    Good Day, I have a homelab that running right now and changing up the configuration to be a 3 node cluster and want to run Ceph. I am space limited inside each of my identical nodes and I am looking for the best Ceph configuration. The 3 nodes are identical: Xeon D2146 64GB Ram 1x 512GB msata...
  14. C

    Installation VLAN

    @Stefan_R, thank you for your quick response. Good to know the GUI will pickup the info from the interfaces file, I'll read up on how to make that change. I understand it's not a high priority as there is a work around but I am looking forward to it as I switch between several hypervisors on my...
  15. C

    Installation VLAN

    When I set this up in the interfaces file will this reflect in the proxmox gui? Is it possible to put in a feature request for supporting vlans on install?
  16. C

    Installation VLAN

    I am installing a small 3 host proxmox cluster, the interfaces that I have available are trunk/vlan ports with the native vlan turned off for "security" concerns. I would like to try and get proxmox installed and have the management interface be on the vmbr0.x. Could this be added for users...
  17. C

    LXC root password

    Good Day, When I create a new LXC container, the root password does not work. I have tested this on 3 browsers across 2 computers. I have tried to SSH into root but the password doesn't work either. I have tested copy and pasting the password into both fields but for some reason when it...