• February 24, 2025, 09:57:37 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: dfl-800 DMZ web server problem  (Read 6404 times)

RGData

  • Level 1 Member
  • *
  • Posts: 6
dfl-800 DMZ web server problem
« on: June 14, 2010, 04:02:10 AM »

I have a web server in the DMZ running an SSL site with a Java applet, we have people logging in to the site and using the applet to enter information which is transfered to a sql database. At random times I get a "no_new_conn_for_this_packet" (error 600012) from the person using the applets public IP to my public IP, followed straight away by "ruleset_drop_packet" (error 6000051) from the web servers IP to the dfl's DMZ IP even though I have a NAT rule to allow this connection.

The result of this is a error connecting to database shown to the people using the applet. Is there a way to stop this happening?
Logged

danilovav

  • Level 4 Member
  • ****
  • Posts: 424
  • Alexandr Danilov
Re: dfl-800 DMZ web server problem
« Reply #1 on: June 14, 2010, 04:26:32 AM »

If you didn't changed WebUI HTTPS port previously, do it now.
Logged
BR, Alexandr Danilov

RGData

  • Level 1 Member
  • *
  • Posts: 6
Re: dfl-800 DMZ web server problem
« Reply #2 on: June 14, 2010, 04:46:30 AM »

I have now changed the port, would that be the cause of this problem?
Logged

RGData

  • Level 1 Member
  • *
  • Posts: 6
Re: dfl-800 DMZ web server problem
« Reply #3 on: June 14, 2010, 06:09:48 AM »

Still got the problem  :-[
Logged

danilovav

  • Level 4 Member
  • ****
  • Posts: 424
  • Alexandr Danilov
Re: dfl-800 DMZ web server problem
« Reply #4 on: June 14, 2010, 08:36:25 AM »

Please show full log message
Logged
BR, Alexandr Danilov

RGData

  • Level 1 Member
  • *
  • Posts: 6
Re: dfl-800 DMZ web server problem
« Reply #5 on: June 14, 2010, 08:49:05 AM »

Warning   RULE             Default_Rule        TCP   DMZ    172.17.100.252   443         ruleset_drop_packet
              6000051                                                  172.17.100.254   43642      drop
----------------------------------------------------------------------------------------------------
Warning  CONN             LogOpenFails        TCP  wan1   (client Public IP)  29899      no_new_conn_for_this
             600012                                                     (My Public IP)     443         reject
----------------------------------------------------------------------------------------------------

My web server IP is the 172.17.100.252 and the .254 is the DFL DMZ gateway IP.
Logged

chechito

  • Level 3 Member
  • ***
  • Posts: 193
Re: dfl-800 DMZ web server problem
« Reply #6 on: June 14, 2010, 09:50:23 PM »

when you activate full connection logging you can track this kind of problems more accurately:

Advanced Settings
State Settings

Remember activate logging on the rules you want to track.

Its advisable have a syslog server to store the logs and then open it with excel to filter relevant events.
Logged