<div dir="ltr">Hello,<br><div class="gmail_quote"><div dir="ltr"><br>I have installed ipsec 2.6.35 , when trying to start it I see that ipsec choose a route which is not available on my system ! It choose my default gateway.<br>

-------------------------------------------------------------------------------------------------------------------------------------<br>
<b>root@sv1:/etc# service ipsec restart<br>ipsec_setup: Stopping Openswan IPsec...<br>ipsec_setup: Starting Openswan IPsec U2.6.35/K2.6.32-5-amd64...<br>ipsec_setup: multiple default routes, using xxx.xxx.5.193 on eth0<br>


</b>-------------------------------------------------------------------------------------------------------------------------------------<br><br>This is while xxx.xxx.5.193 is my default gateway address . Here is my /etc/network/interfaces file :<br>


-------------------------------------------------------------------------------------------------------------------------------------<br><b># This file describes the network interfaces available on your system<br># and how to activate them. For more information, see interfaces(5).<br>


<br># The loopback network interface<br>auto lo<br>iface lo inet loopback<br><br># The primary network interface<br>auto eth0<br>auto eth0:0<br>auto eth0:1<br>auto eth0:2<br>auto eth0:3<br><br>iface eth0 inet static<br>address xxx.xxx.5.194<br>


netmask 255.255.255.248<br>gateway xxx.xxx.5.193<br><br>iface eth0:0 inet static<br>address xxx.xxx.5.195<br>netmask 255.255.255.248<br>gateway xxx.xxx.5.193<br><br>iface eth0:1 inet static<br>address xxx.xxx.5.196<br>netmask 255.255.255.248<br>


gateway xxx.xxx.5.193<br><br>iface eth0:2 inet static<br>address xxx.xxx.5.197<br>netmask 255.255.255.248<br>gateway xxx.xxx.5.193<br><br>iface eth0:3 inet static<br>address xxx.xxx.5.198<br>netmask 255.255.255.248<br>gateway xxx.xxx.5.193<br>


</b>-------------------------------------------------------------------------------------------------------------------------------------<br></div>
</div><br></div>