i am doing a project in which i have to use xen to create virtualised environment.I have already done this.
now i am using the following setup
host os :- opensuse 11.1with ip 192.168.9.19 and with aliasing ip 192.16.9.14
guest os1:- opensuse 11.1 with ip 192.168.9.107
guest os2:- opensuse 11.1 with ip 192.16.9.13
guest os3:- fedora 8 with ip 192.168.9.15
BY using host os i am able to ping each and every guest os.
by using guestos1 i am able to ping host os with both the ips
but by using guestos2 i am able to ping host os with ip 192.16.9.14 but i am not able to ping 192.168.9.19.
i want to ping guestos1 with guestos2 and viceversa.
how is that possible?
Please someone reply.