I'm trying to allow ssh access to one specific computerwith a /24 of ip's on it on the network from anywhere and i have it configured as follows...
access-list 169 permit tcp xx.xx.xxx.0 0.0.0.255 any eq 22
shouldn't anybody be able to ssh to the xx.xx.xxx.0 box?
or am i missing something simple ?
access-list 169 permit tcp xx.xx.xxx.0 0.0.0.255 any eq 22
shouldn't anybody be able to ssh to the xx.xx.xxx.0 box?
or am i missing something simple ?