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
1 answer

Duplex channel WCF from DMZ to Intranet

We are running an dual channel service inside the domain. We have a TCP binding on port 20120 and a HTTP binding on port 20121. In the DMZ (web), we want to access this WCF service. Firewall seems to be open from the web to the service. Using…
esskar
  • 10,638
  • 3
  • 36
  • 57
0
votes
0 answers

How to redirect all web pages and requests from a server in a DMZ to another internal web server

We have a web application on an intranet server which is only accessible from a LAN. It has no access to internet. We want that internal application only be accessible from the internet but we do not wish to open that server to internet. We have…
user3021830
  • 2,784
  • 2
  • 22
  • 43
0
votes
1 answer

How to setup home network from Broadband to Wireless, Printer, Webserver, Email server and multple PC's

I need to setup a secure home network from a Broadband Modem input to a wireless and LAN to support a webserver, email server, Printer, multiple PC's. I use DRC Shields Up to test my network is stealthy currently but I don't know If my Broadband…
Lonewolf
  • 23
  • 3
0
votes
0 answers

Can't access to mi local server through WAN router ip

I´ve set up a port forward from my router to my web server running locally, but when I try to access to my web server from another network it doesn't work. It just works locally.The pc firewall is deactivated as well as the router's. Someone knows…
0
votes
0 answers

Using a Raspberry Pi with Dockercontainers as Router

I want to set up a little Homelab with some Raspberrys (currently only one as they are not available) as Servers. I have installed Docker onto the Raspberry and i run a few containers with some of them faceing to the internet (a sslproxy for the…
0
votes
1 answer

I have a problem to find my raspberry public address

i Have created a local web app hosted on my raspberry pi. I want to access the web app from outside so outside the local network. To do that, I have configured dmz and I have added my raspberry local ip address. Now how can I get the raspberry…
pyChris
  • 1
  • 2
0
votes
2 answers

Writing Files to a LAN server with a Web App in DMZ

I have a ASP.NET application (C#), just a form for people to fill out and submit on the Internet. However, I need this application to write a file (just using IO) to a location on my LAN. This is a problem because of the DMZ. From what I understand,…
Erik
  • 3
  • 2
0
votes
1 answer

Will WCF trust credential from an untrusted domain?

We have a webserver in a DMZ hosting an IIS website. The website talks to a middleware machine in a private domain, which is hosting WCF services. When the webserver tries to communicate with the middleware machine via a TCP binding, we get the…
Kye
  • 5,919
  • 10
  • 49
  • 84
0
votes
1 answer

How to forward HTTP/HTTPS traffic through 1 server in DMZ

I would like to send "sub-domain" traffice through 1 DMZ in my network. I have 1 fixed IP and send my domain requests to my server through my network. ie www.example.com goes to my x.x.x.x fixed ip and ends up in my home server 192.168.1.43. Now…
Dennis B
  • 1
  • 2
0
votes
0 answers

PHP: Warning: file_get_contents failed to open stream: Connection timed out error

I have Worked out what is causing the issue but I don't know what I need to do to fix it. I updated the parent router and my code stopped working. figured it was just a new IP issue so fixed that but still wouldn't work. ran the code manually and…
B- Man
  • 1
0
votes
1 answer

Unable to understanding DMZ

Could anyone please explain if by default (firewall application) all users can access DMZ? Or only inside users? Also, if the users will be added to the access control list?
ema
  • 1
0
votes
0 answers

How long does it take to port data from one Cloudera Impala to another?

I am working on a setup similar to the one in the attached picture. I have 2 Cloudera Impala databases, on either side of a DMZ zone. Every month, around 20000 records are written into the non-DMZ Impala and this incremental load needs to be ported…
Sharanya
  • 45
  • 1
  • 8
0
votes
0 answers

Random connection error after removing Fortinet FW bypass from DMZ to LAN (The semaphore timeout period has expired)

let me describe our environment: We have an application server (MS Windows Server) in our DMZ with IIS Server, ASP.NET applications run here. We have DB servers (MS SQL Server and Oracle) in our LAN There is a Fortinet firewall between DMZ and…
Kaspy
  • 41
  • 1
  • 4
0
votes
1 answer

Slowness issue with DMZ Jenkins due to active directory integration

I have DMZ Jenkins, where the active Directory login is not working for us. Our network team have noticed that request is being sent to multiple domain controllers servers (which cause us slowness in login- almost 10 minutes). how can we limit it to…
arielma
  • 1,308
  • 1
  • 11
  • 29
0
votes
1 answer

C# - How to use another project logging configuration into current project?

I have 12 projects in my solution file. There are most Windows services (ServiceProj_1, ServiceProj_2, ...) and one project is of web application (WebApp). I use log4net for logging. WebApp and ServiceProject_1, ServiceProj_2, ... have log4net…
darthVader
  • 197
  • 4
  • 17