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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Denying outbound internet access

Status
Not open for further replies.

rtiv

IS-IT--Management
Mar 12, 2002
142
US
Hi,

I have a request to deny a user internet access from her PC. I'm running a PIX520 with 5 interfaces configured:

0=outside
1=inside
2=dmz
3=ras
4=vpn

I have the IP address of the client which I need to forbid outgoing internet access...what would the command be ?

Thanks
 
Try this:
access-list intoout deny tcp host w.x.y.z any eq www
access-list intoout permit ip any any
access-group intoout in interface inside

This will deny any web traffic from that host through the firewall.

-gbiello

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top