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

How to migrate Bitbucket to a DMZ server

I'm facing a migration of Bitbucket (version 6.0.0) to another Bitbucket instance (also version 6.0.0) which is inside a DMZ, so I just CANNOT connect both. I have up, running & configured several repos inside each Bitbucket and now I want to…
Magius
  • 35
  • 5
0
votes
0 answers

Can't create a TCP/IP connection over Internet

Problem with TCP/IP and PORT Forwarding I disabled the Firewall setup DMZ to my local IP ran a C# console app which listens for incoming connections from port 8659 (SERVER): static void Main(string[] args) { // port to listen to int…
0
votes
0 answers

IIS/DMZ - Site Slow

We have a DMZ setup that our web requests come in on. This website has pages that take around 15-20 seconds to load and when website traffic rises the site comes to a crawl. From my reading so far it looks like the problem is all the requests…
user3298455
  • 31
  • 1
  • 4
0
votes
1 answer

Spring / roo and three tier architecture with firewall and dmz

we have a big three tier ejb application, which consists of a webserver (apache tomcat) located in a dmz(demilitarized zone), an application server(jboss) and a database server. Our client requires that there is no connection between the dmz and the…
0
votes
0 answers

Getting error on using IP address - "The security certificate presented by this website was issued for a different website's address."

I have hosted my software product (Say SoftPro) on one the servers (say Server1). This SoftPro is a web application with Https with Self signed certificate. The server is in Demiliterized zone (DMZ). So, from client machines, I cannot use server…
Maltesh
  • 383
  • 2
  • 6
  • 14
0
votes
1 answer

Asp.net app deployed on IIS server hosted on DMZ NIC, unable to get response from service fabric application

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 52.238.79.45:443 The error occurs when Application hosted on a…
Azmeena
  • 29
  • 3
  • 5
0
votes
2 answers

Using ADFS to provide Kerberos token for WAP and backend system

We have SharePoint on-prem using Kerberos and want to enable external users to connect to our system through WAP. We like to avoid exposing our SharePoint "directly" to the outside network (pass-through) and not connect WAP in the DMZ with our…
user8413577
0
votes
0 answers

pfsense DMZ configuration with Web Server

I'm new here :) I would like to ask you something: I have at home a little network with three subnets define with a Pfsense: - 192.168.1.252/24, my PfSense WAN interface, addressing by DHCP static mapping from my ISP box - 192.168.2.252/24, my…
Razan
  • 1
  • 3
0
votes
1 answer

How to establish pub-sub architecture using ActiveMQ when subscribers are in the public internet

I have a situation where messages are being generated by an internal application but the consumers for the messages are outside our enterprise network. Will either of http(s) transport or REST connectivity work in this scenario, with HTTP reverse…
sanjeev
  • 581
  • 4
  • 7
0
votes
0 answers

Can´t open Documents by Webportal from a mapped NetworShare by WebDAV

I have the following problem: I mapped a Network-Share from outside a DMZ to a Server inside the DMZ. UNC-Path (for Example): \\X3F12D1001D123.Server@SSL\DavWWWRoot\Program\03_Data\01_LS\ Here I´m able to open all the different kind of documents. On…
0
votes
0 answers

System.DirectoryServices.Protocols.LdapException: The LDAP server is unavailable in DMZ server

I'm using the below code, its working in my local. But its not working in DMZ server. public string GetEmailByEmployeeId(string empID) { try { using (HostingEnvironment.Impersonate()) { using (PrincipalContext adAuth = new…
Harini2017
  • 21
  • 1
  • 4
0
votes
0 answers

SQL Server connection issue from DMZ machine -

We are getting the following error from a DMZ machine which has access to the DB server, however we are getting the following error - A connection was successfully established with the server, but then an error occurred during the pre-login…
0
votes
0 answers

Tableau dashboard view in SharePoint?

My client would like to use their internal Tableau Server (residing behind the DMZ) to serve up visualizations in a public-facing website. We would like to present the Tableau generated views, dashboard, storyboard, etc. on SharePoint website…
0
votes
0 answers

Rest WebService C# content length Issue when deployed in DMZ server

I have application which uses a Rest Service C# which accepts less request content length when in DMZ server. But the same Service in without DMZ accepts proper request and provides proper response.
0
votes
1 answer

Azure Web App DMZ

I will be hosting a web application using a Web App Service that stores data to a database using SQL Database Service in Azure. I do not need access to the server and I do not need a virtual machine, I want to keep my configuration as a (Paas)…
DavidJS
  • 417
  • 2
  • 5
  • 16