Search results

  1. L

    SSH and web GUI not working

    So i pulled the network cable from the server and i can still ping 192.168.1.11.... good grief. Thanks for talking me through this phox, I just have to find out which device has grabbed that ip... :)
  2. L

    SSH and web GUI not working

    Aye: auto lo iface lo inet loopback iface enp3s0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.11 netmask 255.255.255.0 gateway 192.168.1.1 bridge_ports enp3s0 bridge_stp off bridge_fd 0
  3. L

    SSH and web GUI not working

    I've set a static ip address, everything else should be stock. And remember, the web gui stopped working at the same time.
  4. L

    SSH and web GUI not working

    I've tried from two different pc's. :) It just seems like the server is rejecting any connection that isn't coming from itself...
  5. L

    SSH and web GUI not working

    I've tried rebooting, I'm a Windows dude after all.. :p The server and clients are connected to the same switch, and the only change I've made is replacing the modem a couple of weeks ago. I think it has worked since but I can't be sure. This doesn't really make sense to me since I'm able to...
  6. L

    SSH and web GUI not working

    Hmm, I've done apt update && apt dist-upgrade on the server and apt update on the clients. I belive that should be good enough? When i do systemctl status 'pve*' i get a failure on pvenetcommit.service but i can't tell if it's relevant: pvenetcommit.service - Commit Proxmox VE network changes...
  7. L

    SSH and web GUI not working

    Thanks, but no change.
  8. L

    SSH and web GUI not working

    Hi, I'm a Linux newbie so please bear with me... :) I'm running a local Proxmox server where all config is pretty much standard out of the box, and a few days ago i noticed both web gui and ssh had stopped working. What I've noticed so far: - I'm not able to SSH from my PC to Proxmox...