• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

DMZ

 
Ranch Hand
Posts: 300
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need to brush up on my knowledge of DMZ's.

Anyone got any good articles, wiki's suggestions?

Cheers
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please look at the pdf.
http://www.sans.org/reading_room/whitepapers/firewalls/designing-dmz_950
 
Luke Murphy
Ranch Hand
Posts: 300
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

rana izzat wrote:please look at the pdf.
http://www.sans.org/reading_room/whitepapers/firewalls/designing-dmz_950


Good article. I suppose the main conclusion from a Java EE perspective is that you are best of having two firewalls. One in front of the DMZ and one behind.
Where the DMX is the Webserver.

What would you do if you had a web centric architecture with no database or any other machines. Just one webserver?

I suppose you would just one firewall. Is the webserver technically still in the DMZ?

Thanks
 
Luke Murphy
Ranch Hand
Posts: 300
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The wikipedia is also quite good
here.

One interesting question suppose you want to also create a DMZ and put a proxy server there for all employees to use for internet access.
Could you use the same DMZ that you have already configured for your WebServer and incoming traffic?

 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic