Hi. I want vpn client user can only access ftp. I setting access-list as this way:
access-l 100 permit tcp host 172.x.x.x 192.x.x.0 255.255.255.0 eq access-l 100 permit tcp host 172.x.x.x 192.x.x.0 255.255.255.0 eq ftp but not working. hitcount is 0. when I change to access-l 100 permit IP host 172.x.x.x 192.x.x.0 255.255.255.0 everything is working. Why?
access-l 100 permit tcp host 172.x.x.x 192.x.x.0 255.255.255.0 eq access-l 100 permit tcp host 172.x.x.x 192.x.x.0 255.255.255.0 eq ftp but not working. hitcount is 0. when I change to access-l 100 permit IP host 172.x.x.x 192.x.x.0 255.255.255.0 everything is working. Why?