May 12, 2003 #1 staboogie MIS Apr 29, 2003 129 US I have the IP address to a new machine that I'd like to let into my network. Whats the eastiest way to add this to my existing access list. Thank you
I have the IP address to a new machine that I'd like to let into my network. Whats the eastiest way to add this to my existing access list. Thank you
May 12, 2003 #2 rubbaninja MIS Jun 1, 2002 217 US This article may help. http://www.netcraftsmen.net/welcher/papers/pix02.html or... access-list acl_ID [deny | permit] protocol {source_addr | local_addr} {source_mask | local_mask} operator port {destination_addr | remote_addr} {destination_mask | remote_mask} operator port access-list acl_ID [deny | permit] icmp {source_addr | local_addr} {source_mask | local_mask} operator port {destination_addr | remote_addr} {destination_mask | remote_mask} operator port icmp_type Upvote 0 Downvote
This article may help. http://www.netcraftsmen.net/welcher/papers/pix02.html or... access-list acl_ID [deny | permit] protocol {source_addr | local_addr} {source_mask | local_mask} operator port {destination_addr | remote_addr} {destination_mask | remote_mask} operator port access-list acl_ID [deny | permit] icmp {source_addr | local_addr} {source_mask | local_mask} operator port {destination_addr | remote_addr} {destination_mask | remote_mask} operator port icmp_type