View Single Post
  #4 (permalink)  
Old 2007-01-23
northlandboy northlandboy is offline
Senior Member
 
Join Date: 2006-07-28
Location: New Zealand
Posts: 810
Rep Power: 3
northlandboy has an average reputation (10+)
Default Re: RDP (SERVICES) LAN to Any?

You don't do rules like access lists, with different access lists on different interfaces. Instead, you have one set of rules, that applies for all interfaces, regardless of direction.

If you want specific outbound rules, configure them something like this:

<my internal IP> -> <destination> -> <services> ACCEPT

Outgoing ANY ANY rules are generally considered very poor form, and I would advise against configuring your rulebase that way. Restricting outbound traffic will help you identify, amongst other things, worm-infected systems.
Reply With Quote