Search results

  1. K

    No internet to the vms

    HI, can anyone just in to this. I cannot ping anything from the vm, including the node ip, and the node cannot ping the vm. Is there some intricate routing or networking behind the scenes that i can compare a working node from a non-working node.
  2. K

    Server hung and would not respond

    Thanks, i just figured that out just before i read this. Thanks for your input, it seems pretty straightforward now!!
  3. K

    Server hung and would not respond

    Just so i am clear, replace what exactly....are you saying the whole server, or the hard drives or? thanks
  4. K

    Server hung and would not respond

    i looked at dev/sdb on the backup server and it is empty, if that is what you mean. Please advise
  5. K

    Server hung and would not respond

    HI Thanks for the reply, can you give me a little more insight. The storage is being used at 22% capacity so i am not sure what you mean. Please advise.
  6. K

    Server hung and would not respond

    Has anyone experienced something similar, so as to prevent it from reoccurring. I rebooted the server, and everything started as normal.
  7. K

    No internet to the vms

    Are there any possible updates on this, thx
  8. K

    No internet to the vms

    HI, i have compared the working one (.34) to the others and i dont see any differences other than the ones that should be there for the different servers. This is the output of iptables -L as i am not sure about the command above, if that is what it is. I am not much of a linux pro. Thanks
  9. K

    No internet to the vms

    Does anyone have any suggestions on this, thx
  10. K

    No internet to the vms

    The VMS arent behind NAT. I created a new vm on .32, and no luck, no network when i ping, and i cannot ping to it as well. .33 is a working config....unfortunately, nothing jumps out at me to determine why this doesnt work. Thanks again.
  11. K

    No internet to the vms

    That is a great suggestion but i had checked that and now double checked it, no firewall!!
  12. K

    No internet to the vms

    We have 5 VMs in a cluster. 1-4 are very similar as they are blades in a Dell M910 blade server. #5 is an HP server. For some reason, the vms on #2 and #5 cannot be accessed other than through the terminal, and they cannot access the internet in fact, they cannot be pinged from the shell in the...
  13. K

    Migrate win 2016 from esxi 5.5

    I have found lots of info on this topic but not this specifically. I can do a fresh install using virtio, but i cannot seem to figure out how to migrate an existing win 2016 from this version of esxi. 1. i installed File:Mergeide.zip. 2. I imported it and create a raw file with command line and...
  14. K

    [SOLVED] no network after import from vmware

    i found my own answer. For some reason the formatting is different on proxmox vm vs a vmware vm...i realize this makes little sense. I changed the following in the file: nameservers: addresses: - 1.1.1.1 - 8.8.8.8 to nameservers: addresses: [1.1.1.1...
  15. K

    [SOLVED] no network after import from vmware

    HI, I have the same issue. I was able to figure that out for Debian and Centos, but Unbuntu 20.04 and maybe 18.04 as i am about to try. The issue is that the file /etc/network/interfaces is empty. I have been migrating from ESXI 5.5 to Promox 7. Then i did some more digging and try to change...