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    = &quot;/srv/cloud/images/ttylinux.img&quot;,<br>  target    = &quot;hda&quot;,<br>  readonly = &quot;no&quot; ]<br>NIC      = [ NETWORK = &quot;Red LAN&quot; ]<br>
FEATURES = [ acpi=&quot;no&quot; ]<br>#This may be useful to debug your VMs (can use also console)<br>GRAPHICS = [<br>  type = &quot;vnc&quot;,<br>  listen = &quot;localhost&quot;,<br>  port = &quot;5902&quot;,<br>  keymap=&quot;es&quot;]<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 = &quot;Red LAN&quot;<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>