OpenVPN on top of Ipsec - route conflict

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
Ugru
OpenVpn Newbie
Posts: 1
Joined: Thu Jul 30, 2020 2:03 pm

OpenVPN on top of Ipsec - route conflict

Post by Ugru » Thu Jul 30, 2020 2:28 pm

I have a successful IPsec tunnel working using the Anyconnect client on Ubuntu 18.
I have an Open VPN connection sucessfully authenticated over the top of this IPSEC.
How ever my problem lies in the fact that although the OpenVPN client adds a route to send the tunnel related traffic down the tun0 dev, for some reason there is also a routed added above this that sends the same traffic down the already created cisco tunnel device.

Ip route:

~
A.B.C.D/X dev cscotun0 proto unspec scope link
A.B.C.D/X dev tun0 proto unspec scope link
~

I make an attempt to delete the link on the cisco tu device with:
"sudo ip route del A.B.C.D/X dev cscotun0"

which does not return any errors, but does not delete the route either !

Any ideas please how I can stop the cisco tun device from inheriting this route, or how to remove it ?

TinCanTech
OpenVPN Protagonist
Posts: 11139
Joined: Fri Jun 03, 2016 1:17 pm

Re: OpenVPN on top of Ipsec - route conflict

Post by TinCanTech » Fri Jul 31, 2020 12:30 pm

If you need expert help then I am available for hire.

Post Reply