Thank you very much for your answer!<br><br>There was indeed a missing route. I added the following routes:<br>

<p style="margin:0in;font-family:Calibri;font-size:11.0pt">Client: sudo route
add -net 192.168.163.128 netmask 255.255.255.128 gw 192.168.163.20 dev eth2</p>

<p style="margin:0in;font-family:Calibri;font-size:11.0pt">Instanz:sudo route add -net
192.168.163.0 netmask 255.255.255.128 gw 10.0.0.1 dev eth0</p>

<br>And after that it worked like a charm ;)<br><br><div class="gmail_quote">2012/3/22 Diego Parrilla Santamaría <span dir="ltr"><<a href="mailto:diego.parrilla.santamaria@gmail.com">diego.parrilla.santamaria@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Nicolas, thanks for using our distro! <div><br></div><div>Just to summarize:</div><div>- Single node</div><div>- Management network: <a href="http://192.168.163.0/25" target="_blank">192.168.163.0/25</a> = 192.168.163.1 to 192.168.163.126. Let's assume gateway = 192.168.163.1</div>


<div>- Service Network: <a href="http://192.168.163.128/25" target="_blank">192.168.163.128/25</a> = 192.168.163.129 to 192.168.163.254. gateway should be = 192.168.163.129</div><div><br></div><div>If you wan to ping from the service network to a host in the management network (and it's not the single node) you need a route to that network. Or you can configure your system to use the Management Network as the public network. Then you will reach your hosts.</div>


<div><br></div><div>If you are using FlatDHCP, may be you can configure the smart installer to use as the service network a subset (not a subnet) of the management network. It's a dirty hack (I prefer to split networks always) we did in the past...</div>


<div><br></div><div>For example if you want to setup a little lab in your lapto with the distro you can use this settings:</div><div><div>- Single node</div><div>- Management network: <a href="http://192.168.10.0/24" target="_blank">192.168.10.0/24</a> (this is my network, use yours)</div>


<div>- Service Network: <a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a></div></div><div>- Public Network (floating range): <a href="http://192.168.10.64/28" target="_blank">192.168.10.64/28</a> (and of course I don't have any host in this subnet)</div>


<div><br></div><div>With this configuration floating IPs will reach hosts in the management network. </div><div><br></div><div>Cheers!</div><div>Diego</div><div><br></div><div><br></div><div><div>-- <br><span style="border-collapse:separate;font-family:Times;font-size:medium"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><div align="left">


<div><font><span style="font-family:Arial" lang="ES">Diego Parrilla<br><a href="http://www.stackops.com/" title="file:///C:/Documents%20and%20Settings/carolina.capsir.per1/Application%20Data/Microsoft/Signatures/www.garrigues.com
www.garrigues.com" style="color:rgb(7,77,143)" target="_blank"><span title="file:///C:/Documents%20and%20Settings/carolina.capsir.per1/Application%20Data/Microsoft/Signatures/www.garrigues.com"></span></a></span></font><font style="font-family:arial,helvetica,sans-serif" face="Arial" size="2"><b>CEO</b><font size="1"><br>


</font></font><span style="border-collapse:separate;font-family:Times;font-size:medium"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"></span></span><b><font style="font-family:arial,helvetica,sans-serif" face="Arial" size="2"><a href="http://www.stackops.com/" target="_blank"><b>www.stackops.com</b></a> | </font></b><font style="font-family:arial,helvetica,sans-serif" face="Arial" size="2"><font size="1"> <a href="mailto:diego.parrilla@stackops.com" target="_blank">diego.parrilla@stackops.com</a></font></font><span style="border-collapse:separate;font-family:Times;font-size:medium"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><font color="#004438" face="Arial"><b><b><span style="font-size:10pt" lang="EN-GB"></span></b></b></font></span></span><font style="font-family:arial,helvetica,sans-serif" face="Arial" size="2"><font size="1"> | </font></font><span style="border-collapse:separate;font-family:Times;font-size:medium"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><font style="font-family:arial,helvetica,sans-serif" face="Arial" size="2"><font size="1"><a href="tel:%2B34%20649%2094%2043%2029" value="+34649944329" target="_blank">+34 649 94 43 29</a> | <a>skype:diegoparrilla</a></font></font></span></span><font style="font-family:arial,helvetica,sans-serif" face="Arial" size="2"><a href="http://www.stackops.com/" target="_blank"><b><br>


</b></a></font></div></div><div><font color="#004438" face="Arial"><b></b></font></div></span></span></div><br>
<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Thu, Mar 22, 2012 at 3:47 PM, Nicolas Odermatt <span dir="ltr"><<a href="mailto:odermattn@gmail.com" target="_blank">odermattn@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">

Hello guys, I am dealing with a strange phenomenon my StackOps environment.<br><br>The thing is like this:<br>I am running a single-node stackops deployment in a little /25 network. The installation and the few configurations I had to do afterwards went just fine, no problems so far. I was also able to upload an image to glance and to start an instance using euca2ools. I authorized the necessary port for ssh, allowed icmp and then connected to the instance with ssh. Afterwards I checked the instance's connection to the internet, which was up and running. Now to my so called "strange phenomenon": Although I am able to ping my stackops-node, public ip adresses (e.g 8.8.8.8) and in spite the fact that name resolving works as well, I can't ping a Client machine in my local area network. My stackops-node has the ip-address <a href="http://192.168.163.20/25" target="_blank">192.168.163.20/25</a>, the instance has the ip-address(<a href="http://192.168.163.130/25" target="_blank">192.168.163.130/25</a>) and the client has the ip-address <a href="http://192.168.163.5/25" target="_blank">192.168.163.5/25</a>.<br clear="all">



<br>I can't think of an approach to this problem, as I have enabled ssh and icmp and the connection between Client and stackops-node exists.<br>Is it possible that I might have forgott to add a certain rule?<br><br>Thanks for your ideas!<br>



<br>Best regards.<span><font color="#888888"><br>Nicolas<br>-- <br>Freundliche Grüsse,<br>Nicolas Odermatt<br><br><br>
</font></span><br></div></div>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br><br clear="all"><br>-- <br>Freundliche Grüsse,<br>Nicolas Odermatt<br><br><br>