StaplesMan
Technical User
I got my VPN working "Cisco client software". After I connect I am able to ping my server and even access files on my server. But I'm unable to use RDP.
The reason is I have a static inbound route on the router that will allow me to connect without the VPN to my server via RDP.
ip nat inside source static tcp 192.168.78.1 3389 interface Ethernet0 1234
Because my ISP is dynamic. I'm unable to define an inbound IP address. Thus this NAT will blocks my VPN remote desktop access to 192.168.78.1 (server).
Is there anyway that I can assign this NAT to an access list so I can make it disable on a source address of 192.168.79.0 / 24 (my VPN Pool).
Thanks for any advice or links of recommendation.
The reason is I have a static inbound route on the router that will allow me to connect without the VPN to my server via RDP.
ip nat inside source static tcp 192.168.78.1 3389 interface Ethernet0 1234
Because my ISP is dynamic. I'm unable to define an inbound IP address. Thus this NAT will blocks my VPN remote desktop access to 192.168.78.1 (server).
Is there anyway that I can assign this NAT to an access list so I can make it disable on a source address of 192.168.79.0 / 24 (my VPN Pool).
Thanks for any advice or links of recommendation.