1834187 Members
2808 Online
110064 Solutions
New Discussion

Firewall Rules

 
SOLVED
Go to solution
steven Burgess_2
Honored Contributor

Firewall Rules

Hi everyone

Looking for any firewall admins out there. What is your default policy/theory when implementing rules. Can you point me in the direction of any official guidelines for a rule policy and why specific suggestions are made.

My theory is to block everything then only allow access per port basis when requested

Also,

If you have a customer who has subnets open to specific hosts (any tcp/udp) what would be the best way to tighten this down without causing to much impact to the currently running services

Any pointers/help appreciated

Thanks in advance

Steven
take your time and think things through
2 REPLIES 2
Mel Burslan
Honored Contributor
Solution

Re: Firewall Rules

Steven

I am not a firewall admin but working with one as I am deeply involved in a project which contains dual personality servers looking up at the internet as well as internal database servers. As you can imagine, it is very firewall heavy.

Yes the adaptive tuning is the method but quite the other way than how you are thinking of tuning it the way we do it for this project. Especially complex projects and developers of these projects do not always know which ports they need open all the time. And when something is not working, asking them does not really help.

So what we do is, we start implementation with a firewall ruleset which is wide open, i.e. a NATing passthru conduit. Then once our app is working as expected, the network guys attach a sniffer and listen to the traffic during acceptance testing. Then tighten down the firewall on the last week of acceptance testing and watch the user complaints very closely for the fine tuning.

Just my 2 cents.
________________________________
UNIX because I majored in cryptology...
steven Burgess_2
Honored Contributor

Re: Firewall Rules

sounds like a reasonable method, thanks Mel

Steven
take your time and think things through