Recent content by D0cR3d

  1. D

    [SOLVED] No network on host after ip change

    Thank you for the help Dominic. It was very helpful to validate that it wasn't something on my end with proxmox. Just wanted to update that the issue was a misconfigured switch in the datacenter the server resides in.
  2. D

    [SOLVED] No network on host after ip change

    The CIDR is correct at 46.246, and I had that correct in the interfaces config, just made a typo when writing the post here. The eno* interfaces were also set to manual, that was also a typo. I've edited the original post. Could it be something on the datacenters end, not configured correctly...
  3. D

    [SOLVED] No network on host after ip change

    After moving my physical server w/ proxmox host on it to a datacenter and an IP change, I'm not able to get any internet. I've gone in and edited /etc/network/interfaces and replaced the new /27 block I have: auto lo iface lo inet loopback iface eno1 inet manual #iface eno2 inet manual #iface...