Hi,
I am still new in this field and run in a problem I do not know how to solve so I need some assistance
Actual status
I have a XEON CPU based server. I want to setup a new proxmox VE so I installed VE 7.3. While launching the system it gives me information about actual IP address the server is connected (192.168.1.xx)
During installation you are askes for some network information. So far so good but ist gives me a different room for the IP address which does not correspond to the IP address room from connection (proposed IP: 192.168.100.2/24). So If I use this I do not have any chance to connect the server from my 192.168.1.xx/ network address room so I changed it to the same address I was informed by the server itself (e.g. 192.168.1.44). To follow the logic I changed Gateway and DNS address to 192.168.1.1 of proxmox setup which points to my rooter. I think until this point I did not anything wrong.
Following installation was running without any problem. Rebooting was no problem. There is still a monitor and keyboard connected to the server. After rebooting it seems proxmox is starting without any problems. I logged in as root with my given pw and checked with
the IP address which shows the given one (here: 192.168.1.44)
With
I checked the correct Gateway IP which is OK.
Now I tried to connet to proxmox Webinterface by typing from my local PC
. As result I always get in browser the message ERR_CONNECTION_REFUSED.
I tried to ping 192.168.1.44 with success so the ip is reachable.
I tried to connect from my local PC to the server with
but after registering the key entering the necessary password fails. OK this may happen because of restrictions for remote connections.
So my question is, what happened here and how can I access to the web interface to go on with proxmox installation
I am still new in this field and run in a problem I do not know how to solve so I need some assistance
Actual status
I have a XEON CPU based server. I want to setup a new proxmox VE so I installed VE 7.3. While launching the system it gives me information about actual IP address the server is connected (192.168.1.xx)
During installation you are askes for some network information. So far so good but ist gives me a different room for the IP address which does not correspond to the IP address room from connection (proposed IP: 192.168.100.2/24). So If I use this I do not have any chance to connect the server from my 192.168.1.xx/ network address room so I changed it to the same address I was informed by the server itself (e.g. 192.168.1.44). To follow the logic I changed Gateway and DNS address to 192.168.1.1 of proxmox setup which points to my rooter. I think until this point I did not anything wrong.
Following installation was running without any problem. Rebooting was no problem. There is still a monitor and keyboard connected to the server. After rebooting it seems proxmox is starting without any problems. I logged in as root with my given pw and checked with
Code:
ip a
With
Code:
ip r
Now I tried to connet to proxmox Webinterface by typing from my local PC
Code:
https://192.168.1.44:8006/
I tried to ping 192.168.1.44 with success so the ip is reachable.
I tried to connect from my local PC to the server with
Code:
ssh root@192.168.1.44
So my question is, what happened here and how can I access to the web interface to go on with proxmox installation