This is an automated archive.

The original was posted on /r/wireguard by /u/Spuxilet on 2023-09-11 21:30:56+00:00.


I have wireguard server and openconnect client on the same system. I am routing all the traffic from clients through my wireguard server using setting Allowed_ips 0.0.0.0/0.

example wireguard network 10.10.10.0/24

example openconnect network 172.16.3.0/24

From terminal on this machine i can ping one device on openconnect network example 172.18.50.30

What i want is when i connect to this wireguard server from outside world i want to be able to ping this 172.18.50.30 device from wireguard vpn. How can i achieve this, could you help me?