I have had Home Assistant installed on Proxmox for three months, as well as two more containers with Docker and Zigbee2MQTT. The installation followed the recommended standard method and access to the proxmox web interface was via the address 192.168.0.101:8006.
Taking advantage of Black Friday I bought a TP-link X50 mesh with three nodes. I disabled the router's Wi-Fi, connected the main node by cable (which has the IP 192.168.68.1) and the other two by Wi-Fi to this point.
I connected the mini PC with proxmox to the first node, by cable. I don't see its IP address in the TP-link app, but I do see the IP addresses of two of the containers (it identifies them in the app by name, docker 192.168.68.56 and zigbee2mqtt 192.168.68.57). I don't know what the IP of the MiniPC is, I don't know if it's because it doesn't appear in the app or in the router or because I can't identify one of the two occupied IPs that the router shows me, which are 192.168.68.10 and .22.
Now when I try to log in with the IP 192.168.0.101:8006 it doesn't let me. I have searched in other topics and I have found some data that may be of interest:
root@domo:*# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enpis inet manual
auto vmbro
iface vmbru inet static
address 192.168.0.101/24
gateway 192.168.0.1
bridge-ports enpis®
bridge-stp off bridge-fd 0
iface wlol inet manual
source /etc/network/interfaces.d/*
root@domo: *# ip r
default via 192.168.0.1 dev vmbr0 proto kernel onlink
192.168.0.0/24 dev vmbr0 proto kernel scope link src 192.168.0.101
root@domo: *# cat /etc/resolv.conf
search local
nameserver 192.168.0.1
root@domo: *# ip -br -c a
lo UNKNOWN 127.0.0.1/8 ::1/128
emp1s0 UP
vmbr0 UP 192.168.0.101/24 fe80: eaff:1eff: fed3: 2144/64
tap100i0 UNKNOWN
veth101I0@IF2 UP
veth102I0@IF2 UP
root@domo: *# ip -c link show
1: LO: «LOOPBACK,UP, LOWER_UP> mtu 65535 Qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: BROADCAST, MULTICAST, UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr® state UP mode DEFAULT group default qlen 1000
e8: ff:le: d3:21:44 brd ff:ff:ff:ff:ff:ff
...Etc...
I would like to know if there is an easy way (suitable for my "beginner disability") to modify something in proxmox to be able to access the web interface or would I have to reinstall everything from scratch.
Taking advantage of Black Friday I bought a TP-link X50 mesh with three nodes. I disabled the router's Wi-Fi, connected the main node by cable (which has the IP 192.168.68.1) and the other two by Wi-Fi to this point.
I connected the mini PC with proxmox to the first node, by cable. I don't see its IP address in the TP-link app, but I do see the IP addresses of two of the containers (it identifies them in the app by name, docker 192.168.68.56 and zigbee2mqtt 192.168.68.57). I don't know what the IP of the MiniPC is, I don't know if it's because it doesn't appear in the app or in the router or because I can't identify one of the two occupied IPs that the router shows me, which are 192.168.68.10 and .22.
Now when I try to log in with the IP 192.168.0.101:8006 it doesn't let me. I have searched in other topics and I have found some data that may be of interest:
root@domo:*# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enpis inet manual
auto vmbro
iface vmbru inet static
address 192.168.0.101/24
gateway 192.168.0.1
bridge-ports enpis®
bridge-stp off bridge-fd 0
iface wlol inet manual
source /etc/network/interfaces.d/*
root@domo: *# ip r
default via 192.168.0.1 dev vmbr0 proto kernel onlink
192.168.0.0/24 dev vmbr0 proto kernel scope link src 192.168.0.101
root@domo: *# cat /etc/resolv.conf
search local
nameserver 192.168.0.1
root@domo: *# ip -br -c a
lo UNKNOWN 127.0.0.1/8 ::1/128
emp1s0 UP
vmbr0 UP 192.168.0.101/24 fe80: eaff:1eff: fed3: 2144/64
tap100i0 UNKNOWN
veth101I0@IF2 UP
veth102I0@IF2 UP
root@domo: *# ip -c link show
1: LO: «LOOPBACK,UP, LOWER_UP> mtu 65535 Qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: BROADCAST, MULTICAST, UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr® state UP mode DEFAULT group default qlen 1000
e8: ff:le: d3:21:44 brd ff:ff:ff:ff:ff:ff
...Etc...
I would like to know if there is an easy way (suitable for my "beginner disability") to modify something in proxmox to be able to access the web interface or would I have to reinstall everything from scratch.