access-list 101 permit tcp host x.x.x.x eq ftp-data host y.y.y.y gt 1024
x.x.x.x remote host
y.y.y.y local host
this way I limit FTP data only to specific host outside and specific host inside..
my question is say I need to goto a range of x.x.x.x/24, how do I specify that or it's not possible ?
I know you can range a port like range 1024 - 4096, but can you range a list of ip address to goto ?
x.x.x.x remote host
y.y.y.y local host
this way I limit FTP data only to specific host outside and specific host inside..
my question is say I need to goto a range of x.x.x.x/24, how do I specify that or it's not possible ?
I know you can range a port like range 1024 - 4096, but can you range a list of ip address to goto ?