Hi
I have a old laptop with Ubuntu 16.04. I installed HA OS 12.0 as VM using KVM. The installation went fine and when the VM is booted, it comes up to the HA screen. When I checked the network info it resulted in 172.30.32.0/23 which is the internal docker address.
I am not able to access the localhost:8123 or ( my local Ip 192.168.. :8123) from my ubuntu desktop web browser. I cant access the docker ip as well from ubuntu…
From a config point of view
I havent connected to LAN . I am using Wifi. ( I tried to connect to LAN as well ) but still the same.
in my network setup of the HA VM, i tried using Virtual network ‘default’:NAT as the first option
second I changed it to Specify shared device name and gave my Bridge name br0.
Can someone help me point out where I am making the mistake in the network.
When QEMU/KVM gets installed, it comes up with a few networking defaults which includes virbr0. I’m not sure it is really connected to the outside world, but to be honest, I never used it. I created my own bridge br0, which is a common practice, and you can find in several QEMU/KVM install guides including the one posted above how to create it, and make it master over your Ethernet interface which does connect to the outside world.
I changed the network from NAT to specify a shared drive name and chose the virbr0.
The entire IP range of all that is running is as below … the docker gets as usual 172 range…
docker0 Link encap:Ethernet HWaddr 02:42:f5:72:70:54
inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Generally in the KVM GUI it should display the Ipaddress and its not. ( atleast some videos shows that)
Once the VM boots I see only the HA prompt and it displays only the docker IP address.(172.*)
I googled a bit and tried with the Vrish list and it doesnt show any thing as well…
I think I am doing something terribly stupid…
In the meantime I tried to install HA as a docker in the host and and it works for now…