Hi all,

I use openvpn to access the web via the vpngate's vpn servers.

I don't use the global vpn mode, so I must add some specific routes
for the websites which I want to access throuth the
vpngate's vpn servers.  For my case, I use the --route-nopull option
for this purpose.

Due to the route tables used by openvpn for my purpose may be so huge.
I use the following method to save the route tables used by openvpn
and restore them:

ip route save table openvpn > rt_openvpn

And then, after I restart my openvpn and connected susscessfully,
issuing the following command:

sudo ip route restore table openvpn < rt_openvpn

But, at this step, I meet the following errors:

RTNETLINK answers: No such device

And failed to restore the previously save route tables.

Any hints for this issue?

Regards
-- 
Hongyi Zhao <hongyi.z...@gmail.com>
Xinjiang Technical Institute of Physics and Chemistry
Chinese Academy of Sciences
GnuPG DSA: 0xD108493

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

Reply via email to