<div dir="ltr">Hi Marco,<div><br></div><div>well, this is because it's the most common scenario. Typically VMs are started with at least one interface, the first one being public, and thus having a default gateway.</div>

<div><br></div><div>That's the why, but if you want to know how to disable it, well, you can do two things:</div><div>1) open the image and comment out that line</div><div>2) generate your own version of the packages [1]</div>

<div><br></div><div><a href="https://github.com/OpenNebula/one/blob/master/share/scripts/context-packages/README.md">https://github.com/OpenNebula/one/blob/master/share/scripts/context-packages/README.md</a><br></div><div>

<br></div><div>cheers,<br>Jaime</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 13, 2013 at 6:17 AM, Marco Lanzotti - ADGlamor <span dir="ltr"><<a href="mailto:marco.lanzotti@adglamor.com" target="_blank">marco.lanzotti@adglamor.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 13/08/2013 11:11, Marco Lanzotti - ADGlamor wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
If I add an interface with public IP and default gateway configured default route still via 192.168.1.1.<br>
</blockquote>
<br></div>
I think problem is in /etc/one-context.d/00-network script, in function get_gateway():<br>
<br>
    if [ -z "$gateway" ]; then<br>
        if [ "$DEV" = "eth0" ]; then<br>
            net_prefix=$(echo $NETWORK | cut -d'.' -f1,2,3)<br>
            gateway="${net_prefix}.1"<br>
        fi<br>
    fi<br>
<br>
It set default gateway to ip x.x.x.1 if not specified. Whi?<div class="HOEnZb"><div class="h5"><br>
<br>
Bye,<br>
Marco<br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/<u></u>listinfo.cgi/users-opennebula.<u></u>org</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Join us at <a href="http://opennebulaconf.com/" style="color:rgb(17,85,204)" target="_blank">OpenNebulaConf2013</a> in Berlin, <span><span>24-26 September, 2013</span></span><br>

--<div>Jaime Melis<br>Project Engineer<br>OpenNebula - The Open Source Toolkit for Cloud Computing<br><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:jmelis@opennebula.org" target="_blank">jmelis@opennebula.org</a></div>

</div>
</div>