Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restricted Internet Access

Status
Not open for further replies.

sohtnax

IS-IT--Management
Joined
Apr 24, 2003
Messages
130
Location
US
I have a PIX 515 and 2900 router. How can I restrict certain workstations to have internet access to only one site in particular?
 
Find the IP address of that site and only permit tcp port 80 traffic to that IP.
 
What would the command be?
 
On your PIX... Try This

access-list 101 permit tcp any host xxx.xxx.xxx.xxx eq 80
access-list 101 deny tcp any any eq 80
access-list 101 permit ip any any
access-group 101 in interface inside

This will only allow HTTP access the to xxx.xxx.xxx.xxx IP address. Allow other access except HTTP will be allowed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top