Search results

  1. J

    Fresh Proxmox Iso Install --- Server Internet Not Working

    I altered /etc/resolv.conf to include search milan nameserver 192.168.1.1 restarted the server and tried running ping again. It didn't work. Is there a default networking configuration that I can copy so the PC acts as a workstation?
  2. J

    Fresh Proxmox Iso Install --- Server Internet Not Working

    cat /etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.1.222 milan.aurel1us.net milan # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2...
  3. J

    Fresh Proxmox Iso Install --- Server Internet Not Working

    Should I change the hostname to 127.0.0.1 instead?
  4. J

    Fresh Proxmox Iso Install --- Server Internet Not Working

    /etc/resolv.conf search aurel1us.net nameserver 192.168.1.1 ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00 brd 00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever...
  5. J

    Fresh Proxmox Iso Install --- Server Internet Not Working

    Pinging 192.168.1.1 returns "Destination Host Unreachable" Network Configuration: auto lo iface lo inet loopback iface enp0s31f6 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.222 netmask 255.255.255.0 gateway 192.168.1.1 bridge_ports enp0s31f6 bridge_stp...
  6. J

    Fresh Proxmox Iso Install --- Server Internet Not Working

    I wish to run Proxmox in a desktop style configuration and am following this guide: Dev Workstations with Proxmox and X11 After installing the .iso and rebooting the pc I am able to login and configure settings. I desire to run "apt-get update && apt-get dist-upgrade" to install X11 and achieve...
  7. J

    Install Not Functioning as Intended

    I wish to install Proxmox on hardware but instead of acting like a server, act as if it is running Virtualbox as an Operating System. Essentially I desire the PC running Proxmox to act as a workstation instead of a server. Is this even possible?