<div dir="ltr">I had a check, but OpenSWAN doesn't seem to do this (at least with netkey) - I don't see any additional routing tables.  Given the time I've spent so far with OpenSWAN I'll give the script route a go, then investigate StrongSWAN later.  From looking at the website it looks much better documented - I had to buy the OpenSWAN book before I could work out what was going on.<div>
<br><div>Iain</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 11 November 2013 15:45, Apollon Oikonomopoulos <span dir="ltr"><<a href="mailto:apollon@skroutz.gr" target="_blank">apollon@skroutz.gr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Iain,<br>
<div class="im"><br>
On 13:27 Mon 11 Nov     , Iain wrote:<br>
> Hi Eliezer,<br>
><br>
> “ip addr” gives just the local addresses (it doesn’t include anything OpenSWAN related) - e.g.<br>
><br>
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN<br>
>     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>
>     inet <a href="http://127.0.0.1/8" target="_blank">127.0.0.1/8</a> scope host lo<br>
>        valid_lft forever preferred_lft forever<br>
>     inet6 ::1/128 scope host<br>
>        valid_lft forever preferred_lft forever<br>
> 2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN<br>
>     link/ether 46:36:d3:05:b9:9a brd ff:ff:ff:ff:ff:ff<br>
> 3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000<br>
>       …<br>
><br>
> “ip route” gives just the default route, plus one per interface (again, nothing OpenSWAN related):<br>
<br>
</div>I don't know about OpenSWAN, but StrongSWAN places the VPN routes in a<br>
different routing table (220 by default). You can guess this is<br>
happening by having a look at the relevant rules (`ip rule list'). If<br>
this is the case with OpenSWAN as well, you can just create an<br>
additional kernel protocol in BIRD and learn the routes from that<br>
special routing table.<br>
<span class="HOEnZb"><font color="#888888"><br>
Apollon<br>
</font></span></blockquote></div><br></div>