Recent content by janse

  1. J

    No Network Adapter in fresh Windows Server after Upgrade to Proxmox 7

    I have the same issue. Windows Server 2019, Windows Server 2022, Windows 10, Windows 11. All no network device. Update: Issue fixed by installing https://fedorapeople.org/groups/vir...ownloads/archive-virtio/virtio-win-0.1.208-1/
  2. J

    [SOLVED] No gui after network change

    That fixed it! Thank you very much!
  3. J

    [SOLVED] No gui after network change

    Like this? root@pve:~# cat /etc/hostname pve
  4. J

    [SOLVED] No gui after network change

    runs successfully root@pve:~# ping -c1 $(uname -n) PING pve (192.168.2.99) 56(84) bytes of data. 64 bytes from pve (192.168.2.99): icmp_seq=1 ttl=64 time=0.054 ms
  5. J

    [SOLVED] No gui after network change

    /etc/hostname 127.0.0.1 localhost 192.168.2.99 pve pve.server /etc/hosts 192.168.2.99 pve # 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 ip6-allrouters ff02::3 ip6-allhosts
  6. J

    [SOLVED] No gui after network change

    I also found those errors: root@127:~# service pve-cluster status ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2021-02-11 16:08:22 CET; 58min ago...
  7. J

    [SOLVED] No gui after network change

    I connected a screen to the server and it states that the management gui can be found at https://0.0.0.127:8006
  8. J

    [SOLVED] No gui after network change

    I have not configured anything in the firewall here is the output of I have not configured anything in the firewall here is the output of iptables-save root@127:~# iptables-save # Generated by iptables-save v1.8.2 on Thu Feb 11 16:48:44 2021 *raw :PREROUTING ACCEPT [3321:860996] :OUTPUT ACCEPT...
  9. J

    [SOLVED] No gui after network change

    I think I found something.... can you have a look at this? @Stoiko Ivanov root@127:~# netstat -an | grep 8006 tcp 2 0 0.0.0.0:8006 0.0.0.0:* LISTEN tcp 514 0 192.168.2.99:8006 192.168.1.10:62522 CLOSE_WAIT
  10. J

    [SOLVED] No gui after network change

    Hey! Thank you for your tip. I changed it back to /24 rebooted but I still can not access the gui. In an other thread someone mentioned tail -f /var/log/pveproxy/access.log this is my output of that: root@127:~# tail -f /var/log/pveproxy/access.log 192.168.188.84 - root@pam [11/02/2021:14:39:37...
  11. J

    [SOLVED] No gui after network change

    This is the output of my ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host...
  12. J

    [SOLVED] No gui after network change

    this is my /etc/network/interfaces auto lo iface lo inet loopback iface enp4s0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.2.99 subnetmask 255.255.255.0 gateway 192.168.2.1 bridge-ports enp4s0 bridge-stp off bridge-fd 0...
  13. J

    [SOLVED] No gui after network change

    Hey everyone, I got my new firewall/router today and put my proxmox host into a new subnet. I changed the ip address in Proxmox to 192.168.2.99 from 192.168.188.99. The host is pingable and I can connect to it over ssh, however the Webgui of the server is not available. Can someone help me...