hello.<br><br>i was created a ttylinux(image is downloaded from the opennebula site) virtual machine using the command,<br> onevm create ttylinux.one<br>my ttylinux.one file is like below<br>#########################################<br>
NAME = ttylinux<br>CPU = 0.1<br>MEMORY = 64<br>DISK = [<br> source = "/srv/cloud/images/ttylinux.img",<br> target = "hda",<br> readonly = "no" ]<br>NIC = [ NETWORK = "Red LAN" ]<br>
FEATURES = [ acpi="no" ]<br>#This may be useful to debug your VMs (can use also console)<br>GRAPHICS = [<br> type = "vnc",<br> listen = "localhost",<br> port = "5902",<br> keymap="es"]<br>
##########################################################<br><br>after the virtul machine state changed to runn,i was executed the command like below.<br>onevm show 12|grep IP<br>it give the ip address 192.168.2.2<br>and i connected to the 192.168.2.2 by typing the command ssh <a href="mailto:root@192.168.2.2">root@192.168.2.2</a><br>
but it give an error like below.<br>ssh: connect to host 192.168.2.2 port 22: No route to host<br><br>please help me to resolve this problem...<br>my virtual network <a href="http://red.net">red.net</a> is like below.<br>
<br>NAME = "Red LAN"<br>TYPE = RANGED<br>BRIDGE = br0<br>NETWORK_SIZE = C<br>NETWORK_ADDRESS = 192.168.2.0<br><br>i was created bridge on my kvm host by editing the /etc/network/interface file like below.<br>
<br>auto br0<br>iface br0 inet static<br> address 192.168.2.33<br> network 192.168.2.0<br> netmask 255.255.255.0<br> broadcast 192.168.2.255<br> gateway 192.168.2.1<br> bridge_ports eth0<br>
bridge_fd 9<br> bridge_hello 2<br> bridge_maxage 12<br> bridge_stp off<br><br>my ONE host ip address is 192.168.2.31 and i can ping to 192.168.2.33(kvm host) from 192.168.2.31....<br><br>please help me...<br>
<br>