Oct 26, 2000 #1 Franklyn Technical User May 27, 2004 1 US Can anyone tell me how to restrict user access to a specific IP address.
Oct 27, 2000 #2 sumdumguy MIS Sep 3, 2007 6 US you can use an access-list... access-list 101 permit ip (users ip/mask)(permited ip address) access-list 101 permit ip 155.45.35.64 host 123.123.123.123 there is the implicit deny at the end of all access-lists. p.s. use can use "host" instead of 0.0.0.0 for a single user or use 0.0.0.255 for all users with 155.45.34.XXX Upvote 0 Downvote
you can use an access-list... access-list 101 permit ip (users ip/mask)(permited ip address) access-list 101 permit ip 155.45.35.64 host 123.123.123.123 there is the implicit deny at the end of all access-lists. p.s. use can use "host" instead of 0.0.0.0 for a single user or use 0.0.0.255 for all users with 155.45.34.XXX
Oct 29, 2000 #3 ariev ISP Sep 13, 2000 33 IL Hi create a STANDARD access list with all the source IP addresses you whish to grant them access to the router and activate it on the VTY: access-list 1 x.x.x.x access-list 1 y.y.y.y line vty 0 4 access-group 1 in Arie Upvote 0 Downvote
Hi create a STANDARD access list with all the source IP addresses you whish to grant them access to the router and activate it on the VTY: access-list 1 x.x.x.x access-list 1 y.y.y.y line vty 0 4 access-group 1 in Arie