Hi everyone,
I'm pretty new to whole topic of Proxmox. I installed it rather succesful on a Fujitsu Futro S740.
After the installation I fail to connect to the Proxmox Server via GUI.
From Proxmox I'm able to ping my gateway as well as my client (running win11). The other way around I always get time out or ERR_CONNECTION_TIMED_OUT via my browser. Same result if I want to access https://***ipofmyProxmox***:8006
Proxmox VE has a static IP.
Do I make any obvious rookie mistake? or does anyone know what issue I may have here?
Looking forward to your feedback and thanks in advance for help.
I'm pretty new to whole topic of Proxmox. I installed it rather succesful on a Fujitsu Futro S740.
After the installation I fail to connect to the Proxmox Server via GUI.
From Proxmox I'm able to ping my gateway as well as my client (running win11). The other way around I always get time out or ERR_CONNECTION_TIMED_OUT via my browser. Same result if I want to access https://***ipofmyProxmox***:8006
Proxmox VE has a static IP.
ip a
prompts: 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
inet127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether ***MAC address*** brd ff:ff:ff:ff:ff:ff
altname enp2s0
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether ***MAC address*** brd ff:ff:ff:ff:ff:ff
inet ***ipofmyProxmox***/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 ***inet6adress***/64 scope link
valid_lft forever preferred_lft forever
cat /etc/network/interfaces
prompts:The results are obtained independently if my (Windows-) Firewall is switched on or of.auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address ***ipofmyProxmox***/24
gateway ***gatewayIP***
bridge-ports eno1
bridge-stp off
bridge-fd 0
Do I make any obvious rookie mistake? or does anyone know what issue I may have here?
Looking forward to your feedback and thanks in advance for help.