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