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

Restrict Group Access to Internet

Status
Not open for further replies.

dspeciale

Technical User
Oct 7, 2002
31
US
Hello,

I am trying to restrict a group of IP's on our network from accessing the internet.

I have a PIX 525 with ASDM 5.2

I can only seem to find docs on restricting certain websites for all on the network.

Also,
Is there a way to do this with a Network Object Group?

Thanks.
 
You can either block them with an access-list or with by not natting their traffic.

object-group network BlockedHosts
network-object host x.x.x.x
network-object host y.y.y.y

access-list inside-inbound deny ip object-group BlockedHosts any

access-list inside-inbound in interface inside
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top