CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. Come to CPUG CON 2008 EUROPE in Switzerland on September 8th - 9th!
    Two days full of technical content for Check Point administrators in the beautiful Swiss Alps!
    We already have 52 attendees signed up from 14 countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 8/25, 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3, 9/7.
3. Corrent S3500 SecureXL Turbocards For Sale - Last Six Remaining - Get Your Spares!
4. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 And Related Products > Topology Issues
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2006-11-29
diago diago is offline
Junior Member
 
Join Date: 2006-11-05
Posts: 24
Rep Power: 0
diago has an average reputation (10+)
Default Functional based DMZs - Your thoughts?

In our environment we have a External DMZ with a variety of servers performing a variety of functions, and some of these talk directly to our internal private network for resources like databases. I've inherited the environment, but I'd like to limit the servers talking directly to the internal database servers and I'd like to create a new functional based DMZ specifically to house the database servers. What are people's thoughts on this? What are people's thoughts on functional DMZs - in other words segregrating your servers into seperate DMZ like web, citrix for example?

Any comments appreciated. Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 2006-11-30
Robby Cauwerts Robby Cauwerts is offline
Senior Member
 
Join Date: 2006-10-05
Location: Belgium
Posts: 108
Rep Power: 2
Robby Cauwerts has an average reputation (10+)
Default Re: Functional based DMZs - Your thoughts?

a very-good-idea
Why putting everything that is public accessible on one "dmz"?
If someone manages to break in on one of these servers this means he can then attack all the other servers on the same dmz from the first compromised server, bypassing your firewall and probably also your ids.
Separate your servers in as much as possible different vlan's, connected by your firewall.
The idea of one big dmz is "bad design" and is asking for trouble.
Reply With Quote
  #3 (permalink)  
Old 2006-11-30
gfont96 gfont96 is offline
Member
 
Join Date: 2005-08-24
Posts: 72
Rep Power: 4
gfont96 has an average reputation (10+)
Default Re: Functional based DMZs - Your thoughts?

Hi diago,

Personally, I do that. I will have a 'web' dmz for web servers, an 'app' dmz for the middle tier app servers and maybe a 'db' dmz for database servers, a mail dmz for mail and so on.

Where I put stuff generally depends on what the thing does and how the developers are coding (they never do it the same twice !).

If possible, the DB's in the db dmz will be copies of the db's on the internal lan, that get updated from the internal lan, although as we move to more realtime apps, I am having to rethink this a bit.

It's a bit more painful and costly to set up in the first place, but can make life a little easier later down the line, but creating network diagrams is a bit more of a pain in the a**, damn visio !, no I don't have smartmap !

I would be interested to hear what others think.

Cheers,

George
Reply With Quote
  #4 (permalink)  
Old 2006-11-30
northlandboy northlandboy is offline
Senior Member
 
Join Date: 2006-07-28
Location: New Zealand
Posts: 776
Rep Power: 3
northlandboy has an average reputation (10+)
Default Re: Functional based DMZs - Your thoughts?

port protect, or private VLANS on your switches can help mitigate damage if one public facing systems is compromised, and there are other systems on that VLAN.
Reply With Quote
  #5 (permalink)  
Old 2007-04-27
tdvit tdvit is offline
Senior Member
 
Join Date: 2005-08-30
Posts: 137
Rep Power: 4
tdvit has an average reputation (10+)
Default Re: Functional based DMZs - Your thoughts?

so with having functional DMZ's you would need more physical ports on your firewall yeah?

or if you used a cisco switch and setup vlans on it and not having them routing to eachother?

I like the idea havent heard of it before.
__________________
tdvit
CCSA
CCSE
Reply With Quote
  #6 (permalink)  
Old 2007-04-27
MarioL MarioL is offline
Senior Member
 
Join Date: 2007-01-18
Location: London
Posts: 375
Rep Power: 2
MarioL has an average reputation (10+)
Default Re: Functional based DMZs - Your thoughts?

For some customer types, it's very common to have at least 2 DMZs, one private and one public. Some customers I've been to, have taken DMZs to the extreme, having easily over 40 DMZ vlans.
Reply With Quote
  #7 (permalink)  
Old 2007-04-27
RayPesek RayPesek is offline
Senior Member
 
Join Date: 2006-03-19
Location: Northern Ohio
Posts: 873
Rep Power: 3
RayPesek has an average reputation (10+)
Default Re: Functional based DMZs - Your thoughts?

Try thinking of a DMZ as a security zone, not a functionality zone. Devices that are similar in security risk should be on the same DMZ.

For example, your SMTP gateways could reside on the same DMZ. However database servers or servers that can access backend databases could be on a different DMZ.

The comment about a compromised DMZ device is dead on. If someone gets root or admin access, they can do anything to anything else on the DMZ. Even if you subnet everything as 255.255.255.255 so they have to be routed between each other via the firewall, if I have root on a box I can change its subnet mask or IP address or anything.

Ray
Reply With Quote
  #8 (permalink)  
Old 2007-05-11
lunatrick lunatrick is offline
Member
 
Join Date: 2007-02-26
Posts: 33
Rep Power: 0
lunatrick has an average reputation (10+)
Default Re: Functional based DMZs - Your thoughts?

it definately sounds like a good idea - so you can control access to public facing stuff in dmz number one - and then control it again going from dmz 1 into dmz 2 - where the db stuff lives - so basically it's not possible to connect to zone 2 from the internet......in terms of logical seperation why even have eveything in one vlan - just trunk the interfaces using 802.1q and then have as many logically seperate dmz's as you need - using the layer 3 addressing on the firewall to route traffic in and out......much more granular control......
Reply With Quote
  #9 (permalink)  
Old 2007-05-11
lunatrick lunatrick is offline
Member
 
Join Date: 2007-02-26
Posts: 33
Rep Power: 0
lunatrick has an average reputation (10+)
Default Re: Functional based DMZs - Your thoughts?

Quote:
Originally Posted by MarioL View Post
For some customer types, it's very common to have at least 2 DMZs, one private and one public. Some customers I've been to, have taken DMZs to the extreme, having easily over 40 DMZ vlans.
thats sounds sensible - just having a large collection of logically seperate dmz's......in terms of tiers though once you get to four it just gets a bit out of control......3 security zones in my experience is enough.....
Reply With Quote
  #10 (permalink)  
Old 2007-05-12
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,627
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: Functional based DMZs - Your thoughts?

Quote:
Originally Posted by lunatrick View Post
thats sounds sensible - just having a large collection of logically seperate dmz's......in terms of tiers though once you get to four it just gets a bit out of control......3 security zones in my experience is enough.....
With bridged interfaces, this makes even more sense. I have a customer that until recently was running SunScreen SPF, each DMZ server was on a separate interface (SunScreen was a switch not a bridge, so doing this in Check Point land isn't as easy).
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 03:52.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0