cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
144
Views
0
Helpful
1
Replies

ACL Not working

Joli Martinez
Level 1
Level 1

I would like to allow RDP in from only a specified IP.  Right now RDP is not allowed from any IP, but SSH is allowed in

 

FastEthernet 0/0 is my WAN interface

 

interface FastEthernet0/0
 ip address dhcp
 ip access-group Block_Stuff in
!
ip nat inside source static tcp LANIP 80 FastEthernet0/0 80 extendable
ip nat inside source static tcp LANIP 3389 FastEthernet0/0 3389 extendable
!
ip access-list extended Block_Stuff
 permit tcp any WANBlock 0.0.0.7 eq 22
 permit tcp host SpecifiedIP eq 3389 host FastEthernet0/0 eq 3389
 deny   tcp any any eq 22
 deny   tcp any any eq 3389
 permit ip any any

1 Reply 1

mvsheik123
Level 7
Level 7

Duplicate post...

https://supportforums.cisco.com/discussion/12625656/acl-not-working

 

Thx

MS

Review Cisco Networking products for a $25 gift card