So situation is like this, or final setup:
Config:
ONT router ftth to rj45 PfSense router and firewall PPOE connection - working
Local LAN 192.168.0.0/24
OpenVPN 10.10.50.0.24
VPN client 10.10.50.xxx is connecting to RDP VM 192.168.0.xxx - working
NO internet trafic is routed to VPN client (not all trafic is routed to VPN) - working
NOW:
Creating a Virtual IP 10.10.60.1/30 on source network local LAN - done working
Assign fix ip on local WM Windows 10 IP:10.10.60.2 Mask:255.255.255.252 GW:10.10.60.1 - to have internet only but not access to local lan 192.168.0.xxx - working
Now i have to connect OpenVPN adress 10.10.50.xxx to access 10.10.60.xx/30 - NOT Working
Rules done:
Rules on LAN
source 10.10.60.0/30 destination 10.10.50.0/24 - pass
source 10.10.60.0/30 destination 192.168.0/24 - block
source 10.10.60.0/30 destination !192.168.0./24 - pass (passing internet and block access to local)
OpenVPN
source 10.10.50.0/24 destination 10.10.60.0/30 - pass
NAT
source WAN 10.10.60.0/30 destination any translation WAN - pass
source WAN 10.10.50.0/30 destination 10.10.60.0/30 translation WAN -pass
I don’t know what i am doing wrong !!!
I can access from VPN all the WM that are in 192.168.0.0/24 but i can’t access WM with 10.10.60.2. connection is done RDP if i will assign an ip address with 192.168.0.0/24 is connecting but when is coming to connect on a virtual ip it’s not working.
MY goal is to access from 10.10.50.xx wm at 10.10.60.2
Thanks for any help!!!
PS one picture first post!