trying to block a range of IP's from using the web



need syntax to block a range of IP address using the web in any way ( they
just need to reach an internal server) , so I want to stop them from
getting out or anything from the web reaching them. These machines are in
the range of 192.168.0.10 to 0.254



I have(but it's been months since I did PIX/cicso , and boy am I rusty) an
access list now with commands like



access-list outside_access_in permit icmp any any echo

access-list outside_access_in permit tcp any host 192.168.0.42 range 10000
10

access-list outside_access_in permit icmp any any echo-reply

access-group outside_access_in in interface outside



Can I just add to it to block anything coming in to a subnet ? I suppose I
can do this:

access-list outside_access_in deny ip deny any 1982.168.0.0 0.0.0.255 (can
I ?)

But of course that would block the owner , on 0.4 - so is there syntax for
a range of IP's ? ?



Or should I create a new access group for anything leaving the inside
interface ?

Something like

access-group inside_access_out in interface inside

access-list inside_access_out deny any 192.168.0.2 255.255.255.0

(the inside interface : ip address inside 192.168.0.2 255.255.255.0)



But again, this would stop any machine on the inside from getting to the
inside interface on the PIX ( at least I think that's what I'm saying.)

Any help offered on syntax or concepts much appreciated .


.



Relevant Pages

  • Re: Cisco PIX Config Help Please
    ... >lower than the inside interface you will need an access-list to block ... nameif ethernet0 outside security0 ... access-list outside_access_in permit icmp any any ... access-group outside_access_in in interface outside ...
    (comp.security.firewalls)
  • Re: IPSEC to PIX 515
    ... IPSEC client connected to the pix. ... access-list outside permit icmp any any source-quench ... is the only host allowed to communicate out the savvist interface? ... an 'access-group': the PIX needs to internally manipulate access-group ...
    (comp.dcom.sys.cisco)
  • Re: PIX - restrict services
    ... on the inside lan that would not be reachable through the PIX: ... and the IP address of the inside interface itself. ... access-list 101 permit icmp any any echo-reply ... access-group 101 in interface outside ...
    (comp.dcom.sys.cisco)
  • Re: cisco access list question
    ... > does any one know why you cant apply the same access-list to two ... > access-group ping_out in interface outside ... Just use conduit permit icmp any any. ...
    (comp.security.firewalls)
  • Re: Reflexive ACL on 3750
    ... The syntax is the same: ... ip access-group vlan10_out out ... permit icmp 10.0.0.0 0.0.0.255 any packet-too-big ...
    (comp.dcom.sys.cisco)