Not sure what I'm doing wrong here. I'm trying to restrict Ebay, by IP Address, to a single PC. Below is my outbound filter settings. The deny all works fine, but when I add the accept, for the single PC, either before or after the deny, it doesn't work.
 
1 #Alllow Ebay from Lounge PC
       Accept ANY TCP
          from 10.10.1.36/255.255.255.255
            to 216.32.120.133/255.255.255.255

     2 #Deny Ebay to all PC's
       Deny   ANY ALL
          from "ANY_IP"
            to 216.32.120.133/255.255.255.255

Reply via email to