I'm trying to setup VPN between my home Asus router using strongswan and oci
Ipsec does connect, but i can't ping my oci server from local network, or vice versa.
How to setup the route?
Oci status and route settings [1]
oci settings route policy based [i tried static and no help]
asus settings
asus actual (?) settings
Maybe i could use BGP routing, but how do I make my asus router AS?
This is in the charon log
i suspect issue might be with the way i created tun device (openvpn --mktun --dev tun1) or still with my configuration for strongswan not using the tun device?
I have tried
but still can't ping between oci and my home network
Ipsec does connect, but i can't ping my oci server from local network, or vice versa.
How to setup the route?
Oci status and route settings [1]
oci settings route policy based [i tried static and no help]
asus settings
asus actual (?) settings
Maybe i could use BGP routing, but how do I make my asus router AS?
This is in the charon log
Code:
16[KNL] <oci-tunnel-1|1> installing route: 10.0.0.0/24 src 192.168.50.1 dev ipsec0
I have tried
Code:
ip route add 10.0.0.0/8 dev ipsec0
Last edited: