I am having trouble in accessing my Guest OS running on QEMU-KVM. However, I noticed that the Guest OS is capable of accessing Host OS easily thru telnet; basically every IP address appear in ifconfig
is accessible by Guest OS.
The other way around, is not possible. Everytime I tried to access IP address generated from Guest's ifconfig
, it said something about address is unreachable.
For your information, I have set up the bridge connection, so, both OSes have now IP address started with 192.168.x.x with same subnet mask of 255.255.255.0.
What did I do wrong? I followed every guideline I came across the search in the internet but none is working at the moment. The host OS is Ubuntu Desktop, while the Guest is Ubuntu Server 10.10
Thanks in advance.