Accesso to web gui Admin problem

Supporto

New Member
Jun 2, 2017
2
0
1
38
Hello,

I have some problem when i try to access in the web interface with the ip address (like https://192.168.1.210:8006).
If i digit the host name work fine (like https://dev1.myproxmox.com:8006 )
This is my net config
auto lo
iface lo inet loopback

#auto eth0
#iface eth0 inet manual

auto eth1
iface eth1 inet manual

#auto eth2
#iface eth2 inet manual

#auto eth3
#iface eth3 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.1.210
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth1
bridge_stp off
bridge_fd 0
dns-nameserver 192.168.1.1

Any suggestion?

Best

MM
 
Last edited:
Hello,

i changed the network interface and now works fine, maybe was an hardware problem.

Best

MM