How to use wireguard and OpenVPN connect at the same time

0

My ifconfig looks like this:

utun2: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1420
    options=6463<RXCSUM,TXCSUM,TSO4,TSO6,CHANNEL_IO,PARTIAL_CSUM,ZEROINVERT_CSUM>
    inet 10.1.0.100 --> 10.1.0.100 netmask 0xffffffff 
utun3: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
    inet 172.27.245.240 --> 172.27.244.1 netmask 0xfffffe00 

utun2 is my wireguard (MacOS app) interface which gives me access to IPs on the 10.1.0.0/24 network

utun3 is my OpenVPN interface which somehow "blocks" my access to IPs in the 10.1.0.0/24 network (e.g 10.1.0.1). When I turn off my openvpn connection I can access 10.1.0.0/24 fine.

I do not have access to any ovpn conf files. I just connect to a domain which uses oAuth.

I don't really have too much more information so please do ask more questions.

networking
vpn
openvpn
wireguard
asked on Super User Jan 5, 2021 by maxisme

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0