I installed ubuntu 20.04.3 LTS on my old laptop. Next I followed the instructions of a youtube video " How to Setup Home assistant on Ubuntu (supervised) from scratch as virtual machine (KVM)".
Everything seems OK, except that I can’t access my HA via my Windows laptop on “http://192.168.122.231” (Virtual Machine IP Address)
I can do it on http://192.168.1.76 (address of Ubuntu machine).
I did his instructions :
iptables -I FORWARD -o virbr0 -d 192.168.122.231 -j ACCEPT
iptables -t nat -I PREROUTING -p tcp --dport 80 -j DNAT --to 192.168.122.231:8123