My first install of Proxmox VE, currently trying to acess web configuration interface on the designated web address
Trying to acess via browser from my local network, as well as sending a ping request to the Proxmox Machine is not sucessful.
Any help or suggestions is appreciated!
Code:
http://192.168.100.2:8006
Any help or suggestions is appreciated!
code_language.shell:
# cat /etc/hosts
127.0.01 locaLhost.localdomain
192.168.100.2 not.available.yet not
::1 ip6-localhost ip6-loopback
[...]
# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp6s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.2/24
gateway 192.168.100.1
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
iface enx0090********** inet manual
Last edited: