<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>We have an external network (Internet) working and are trying to configure an additional external network (Intranet)<br>
</p>
<p><br>
</p>
<p>From the network nodes we can ping the gateway of the of the Intra network as well as a router created on the external network.<br>
</p>
<p><br>
</p>
<p>However the instances on the private OpenStack network can not contact either the gateway nor the router and if I trace the ip of the intra router the third hop is the Internet GW (default GW on the network nodes) <br>
</p>
<p><br>
</p>
<p>Neutron Network node routes<br>
</p>
<p>0.0.0.0 192.157.9.1 0.0.0.0 UG 0 0 0 br-ex-internet<br>
</p>
<p>192.157.9.0 0.0.0.0 255.255.255.0 U 0 0 0 br-ex-internet<br>
</p>
<div>192.22.18.0 192.22.18.1 255.255.255.0 UG 0 0 0 br-ex-intranet</div>
<div>192.22.18.0 0.0.0.0 255.255.255.0 U 0 0 0 br-ex-intranet<br>
</div>
<div><br>
</div>
<div>Instance routes<br>
</div>
<div>
<div>Destination Gateway Genmask Flags Metric Ref Use Iface</div>
<div>0.0.0.0 <span style="font-size: 12pt;">192.168.0.1 0.0.0.0 UG 0 0 0 eth0</span></div>
<div>192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0<br>
</div>
<br>
</div>
<p><br>
</p>
<p>Both external networks have routers with configured interfaces on the private network.<br>
</p>
<p><br>
</p>
<p>Any ideas what I could be missing?<br>
</p>
</body>
</html>