01-15-2003 12:17 PM - edited 02-20-2020 10:29 PM
I want to allow only three hosts on my internal network to be able to access the internet. Using the Config Guide for Cisco Secure PIX Firewall v5.2 , I entered these commands. When I do No one including the three select hosts can access the internet. When I remove the commands, everyone has access.
I must be missing something. Thank you !
access-list 200 permit host 192.168.1.70 any eq 80
access-list 200 permit host 192.168.1.83 any eq 80
access-list 200 permit host 192.168.1.99 any eq 80
access-list 200 deny tcp any any eq 80
access-group 200 in interface inside
Devans
01-15-2003 01:19 PM
Wouldn't it be access-list 200 permit tcp host 192.16....etc. ?
Kev
01-16-2003 05:51 AM
Yes, sorry for the typo.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide