OpenVPN Shibby routing
So I have an OpenVPN running but I'm trying to allow only selected IP adresses to use the VPN.
Have tried to use the Routing Policy but when I deselect Create NAT on tunnel and I have routing policy set, none of the traffic goes anywhere.
I have tried to add custom config in the VPN section
route-up "/tmp/etc/openvpn/client2/updown.sh up 2 192.168.1.22"
down "/tmp/etc/openvpn/client2/updown.sh down 2 192.168.1.22"
but that still doesn't work.
I have tried to play with the iptables but no success.
Hope someone can help me resolve my issue.
Cheers