I can't enter the web interface

Mi espanol es muy mal, that's why Ill answer in english.

When you say your PCs IP has changed, do you mean that of the server? On boot of the server it tells you under which IP you can open the webinterface or you can check by running ip a and then just typing that IP at port 8006 into your browser, e.g 192.168.0.42:8006 or whatever it tells you. You can also change the IP of the server with nano /etc/network/interfaces
 
Mi espanol es muy mal, that's why Ill answer in english.

When you say your PCs IP has changed, do you mean that of the server? On boot of the server it tells you under which IP you can open the webinterface or you can check by running ip a and then just typing that IP at port 8006 into your browser, e.g 192.168.0.42:8006 or whatever it tells you. You can also change the IP of the server with nano /etc/network/interfaces
friend I get the same address to which it points to open the web interface. and still it doesn't open
 

Attachments

  • Screenshot.png
    Screenshot.png
    22.7 KB · Views: 7
Are you accessing the server via ssh?

I am assuming you tried the usual things: clearing you browser cache, trying from a different computer/browser and making sure you access with https://<ip>:8006 instead of http://<ip>:8006...

Are the addresses in /etc/network/interfaces and /etc/hosts matching?

Your /etc/network/interfaces should look something like this:
Code:
auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.10.2/24
        gateway 192.168.10.1
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0

and /etc/hosts should have the same ip, in this case 192.168.10.2 at the beginning.

If none of this helps, can you please attach the /var/log/pveproxy/access.log
 
Last edited: