I made some changes in network interface , after that cant access proxmox via web ui and ssh ( changes i made - i removed enp2s0 from vmbr0 and added vmbr1 and attached enp2s0 and put static ip),after that i edited the etc/network/interfaces file using ubuntu live cd . Now i can access proxmox through ssh but still web ui not working getting an error in web browser like connection refused , i checked status of 8006 via ssh but it shows port closed.
My current interfaces file
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# PVE will preserve these directives, but will NOT read its network
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
auto enp2s0
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.122/24
gateway 192.168.0.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
My current interfaces file
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# PVE will preserve these directives, but will NOT read its network
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
auto enp2s0
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.122/24
gateway 192.168.0.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
Last edited: