16
22.7 Legacy Series / Re: OpenVPN server routes not fully learned?
« on: September 07, 2022, 06:40:37 am »
changed to WireGuard VPN -> Site2Site works -> me happy :-)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
root@OPNsense:~ # route -n get 192.168.77.130
route to: 192.168.77.130
destination: 192.168.77.0
mask: 255.255.255.0
gateway: 10.230.0.2
fib: 0
interface: ovpns2
flags: <UP,GATEWAY,DONE,STATIC>
recvpipe sendpipe ssthresh rtt,msec mtu weight expire
0 0 0 0 1500 1 0
10.230.0.2 is the vpn ip of the correct client. I can ping it. But if I try to ping an ip in 192.168.77.0/24 there is no response. If I tcpdump on the client I cannot see one paket coming in on the openvpn connection.