Hi Folks,

while we are chatting here, I can remember from not-so-long-ago that I
had a similar problem also here on CentOS 7 but I tried it also on
FreeBSD, so maybe that problem occurs there as well, not 100% sure,
however I had set settings like:

        pull-filter accept "route 10."
        pull-filter ignore "route "

Which showed up correctly in the LOG saying that it matched 2 routes,
which was exactly what I was trying to accomplish, however, it then
continued to add ALL routes using /sbin/ip route add ...

Then I had to try:

        route-nopull
        route 10.0.0.0 255.255.255.0
        route 10.8.0.1

which is my workaround that works.

BTW:
I am using OpenVPN on CentOS 7 using systemd service like:

        systemctl start openvpn-client@americana

with configurations at:

        /etc/openvpn/client/americana.conf

OK?

-- 
 Lars Schotte
 Mudroňova 13 
92101 Piešťany 
   Slovakia


_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to