Hello, I am a noob. just installed proxmox 7.2 and unable to connect to the Web GUI from another machine. tried giving IP in same range as the other machine with no luck.
/etc/network/interfaces
/etc/hosts
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.115
netmask 255.255.255.0
gateway 10.0.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
/etc/hosts
Code:
127.0.0.1 localhost.localdomain localhost
10.0.0.115 nodeserver.local nodeserver