Thank you for the reply.
Yes, I am entering
http://192.168.1.160:8006/ into the browser as per Proxmox's welcome GRUB.
I have checked:
root@proxmox:/etc# pico hosts.conf
127.0.0.1 localhost.localdomain localhost
192.168.1.180 proxmox.com proxmox pvelocalhost
The following lines are desirable for IPv6 capable hosts
:1 ip-6-localhost ip6-loopback
e00::0 ip6-localnet
f00::0 ip6-mcastprefix
f02::1 ip6-allnodes
f02::2 ip6-allrouters
f02::3 ip6-allhosts
root@proxmox:/etc/network# pico interfaces.conf
network interface settings
auto lo
face lo inet loopback
face eth0 inet manual
face eth1 inet manual
uto vmbr0
face vmbr0 inet static
address 192.168.1.160
netmask 255.255.255.0
gateway 192.168.1.180
bridge_ports eth0
bridge_stp off
bridge_fd 0
root@proxmox:/etc# pico resolv.conf
search com
nameserver 192.168.1.180
These configuration files are the same as my old Proxmox, which loads Proxmox and runs the VMs, however doesn't allow access to ping/browse the VMs.
Proxmox can access IPs in the LAN and WAN.
I feel like Proxmox is not starting some type of http server?