I need to let some one on our in the dmz via rdp with the cisco vpn client
i set a vpn group for him and i am trying to only grant him access to port 80,443 and 3389 on the server.
The access lists im using are as follows
access-list nonat permit ip 192.168.10.0 255.255.255.0 192.168.36.0 255.255.255.0
this works but allows everything….. not what I want
so I attempted to tighten the acl to
access-list nonat permit tcp host 192.168.10.100 192.168.36.0 255.255.255.0 eq 3389
nata now no traffic will flow
any ideas?!
i set a vpn group for him and i am trying to only grant him access to port 80,443 and 3389 on the server.
The access lists im using are as follows
access-list nonat permit ip 192.168.10.0 255.255.255.0 192.168.36.0 255.255.255.0
this works but allows everything….. not what I want
so I attempted to tighten the acl to
access-list nonat permit tcp host 192.168.10.100 192.168.36.0 255.255.255.0 eq 3389
nata now no traffic will flow
any ideas?!