Questions tagged [dmz]

DMZ (Demilitarized Zone) is a physical or logical subnetwork that contains and exposes an organization's external-facing services to a larger and untrusted network, usually the Internet.

In computer security, a DMZ or Demilitarized Zone is a physical or logical subnetwork that contains and exposes an organization's external-facing services to a larger and untrusted network, usually the Internet. http://en.wikipedia.org/wiki/DMZ_%28computing%29

105 questions
0
votes
0 answers

Spring FeignClient not working with DMZ

I have problem after deploying spring boot application in microservices architecture (jhipster). Architecture presentation: Secured zone (unavailable for users from web browser): AdminApp, ServerApp DMZ (available for users): UserApp AdminApp…
Mariusz
  • 36
  • 3
0
votes
1 answer

Can't send email using SMTP

I'm trying to send an email via .net smtp. I am receiving this message: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated MailMessage mail = new…
scruse24
  • 55
  • 8
0
votes
1 answer

Architecture for Internal WCF calling its dumb DMZ version connecting to the Internet

Forgive me if this a duplicate, I didnt find the answer. We have the following network setup Internal | DMZ | Internet I believe it is standard for security. I then have an internal WCF service that has both business logic and…
tinonetic
  • 7,751
  • 11
  • 54
  • 79
0
votes
0 answers

DMZ Server, Web Server, Database Server and Asp.net configuration

I am working towards configuring our web application (Asp.net on IIS7) in a following scenario: 1) DMZ Server will act as a routing server which will redirect all request to Internal web server which is hosted outside DMZ environment. Is this a…
learner
  • 581
  • 7
  • 27
0
votes
1 answer

Access Active Directory user groups from DMZ

I have a method that checks if a user is a member of a AD group. I tried using my own AD account as credentials and then I get some information about the userprincipal, like email etc. But when accessing the userprincipals groups I get the following…
MrProgram
  • 5,044
  • 13
  • 58
  • 98
0
votes
2 answers

how to enable connect direct DMZ

We have an application that does sftp to external customers. Currently this goes through IBM Datapower that acts as a DMZ proxy that actually lookups the actual destination/user id password for the sftp which is used in the sftp of the files. the…
md1980
  • 319
  • 1
  • 8
  • 21
0
votes
1 answer

Which port to open on a server for Google Maps geocode queries?

I have a program that queries google maps service via javascript for geocodes. I need to run that program on a server. I don't know which ports need to be opened to access the google maps URL. The URL that I'm using to access the maps code is:…
h-rai
  • 3,636
  • 6
  • 52
  • 76
0
votes
1 answer

XPages - Auto launch not working on DMZ server

I have an application with the web browser launch properties set to open designated XPage (home.xsp). It works fine on our test server but not on the new DMZ server where I get a 404 error (HTTP Web Server: Item Not Found Exception) I've looked on…
Dan Soares
  • 380
  • 2
  • 13
0
votes
1 answer

Python - FileNotFoundError when dealing with DMZ

I created a python script to copy files from a source folder to a destination folder, the script runs fine in my local machine. However, when I tried to change the source to a path located in a server installed in a DMZ and the destination to a…
mcha
  • 2,938
  • 4
  • 25
  • 34
0
votes
1 answer

Public website doesn't load all the way but accessed internally is fine

My website prompts the user for their phone number as their login, allows them to select their team name, then their game. Once we try to load pictures I just get nothing loading and have to restart apache to try again. But even without restarting…
Matt Winer
  • 495
  • 9
  • 26
0
votes
1 answer

Access WCF-service behind firewall from DMZ

I'm about to develop an service for a customer. The service will be located on the intranet behind firewalls and have a database of its own. The service will be consumed by another Web-application located on the DMZ. Now, my problem is that the…
Valle
  • 1
  • 2
0
votes
1 answer

best wso2 solution to use api manager and esb with a DMZ

currently we are developing a solution with some parts of wso2 middleware stack like api manager and esb. my problem is,, in our solution we are maintain a DMZ layer.where you guys suppose to put api manager??is it ok if we put api manager in DMZ…
aki
  • 27
  • 5
0
votes
1 answer

WCF service hosted on IIS and client website on IIS

Here's the desired setup: Service with wsHttpBinding is on IIS 6 on Machine 1 behind the firewall. Client is front end website on IIS 6 on Machine 2 on a DMZ. We are currently able to authenticate the client using Windows authentication, but with…
K2so
  • 952
  • 1
  • 6
  • 14
0
votes
1 answer

Accessing WCF Service using TCP from the DMZ (not on network or domain)

We have a DMZ where we host an IIS website which in turn communicates to our "app" server (also IIS) WCF services using TCP. When we are on the domain and in the network this works fine. When we try to access the services from the DMZ we get a…
KJQ
  • 447
  • 1
  • 7
  • 28
0
votes
1 answer

internal app needs to query a database on a server in dmz

I'm developing an app using asp and vb.net. Hitting a db that is sql2008 r2. There's an internal app which sends an email to a customer. the email contains a link which the customer clicks on, and then the page load of that page updates a…
Jon
  • 301
  • 1
  • 5
  • 19