• March 28, 2024, 03:11:08 PM
  • 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: Wishlist for DIR-850L  (Read 10045 times)

wildcard

  • Level 1 Member
  • *
  • Posts: 1
Wishlist for DIR-850L
« on: June 28, 2013, 09:03:29 AM »

I am constantly being logged out of the configurations pages after about a minute, is there any way to extend the length of my sessions? I am trying to learn how to use this router but am logged out in the middle of reading or determining what settings I should configure. If there is not a way to extend session time, my sincere wish is that functionality for extending Admin sessions be increased to a more reasonable time. Even the junky Rosewill L600N that this replaced had the option of setting a longer session time for Admin configurations. Thanks for any insights you can give in this matter.
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: Wishlist for DIR-850L
« Reply #1 on: June 28, 2013, 10:51:46 AM »

Link>Welcome!
  • What Hardware version is your router? Look at sticker under router.
  • Link>What Firmware version is currently loaded? Found on routers web page under status.
  • What region are you located?

What browser are you using?
Try Opera or FF? If IE 8 or 9, set compatibility mode and test again.
Try turning off these features in Chrome:
Top right corner, little bars for options > Settings > Settings (on left) > Show advanced settings.
Uncheck these:
Use a web service to help resolve navigation errors
Use a prediction service to help complete searches and URLs typed in the address bar
Predict network actions to improve page load performance
Enable phishing and malware protection


There are some security standards that are set up by the WiFi organization that most Mfrs have to work with and abide bay, and it's possible that these standards effect how the duration of a user access is maintained on the routers web page. Yes it would be nice to be able to disable this however there could be other ramifications if someone disabled this feature and something happened while this feature was disabled.

If you want to read up about the router, you can look at the User Manual thats available and has screen shots and information.

I would contact D-Link support and ask them what official time out delay is for this model. For security reasons there is a limited time out delay, usually 3 minutes is maximum. This model is new and there could be something wrong about the FW.

New FW has been posted: http://forums.dlink.com/index.php?topic=54610.0
Keep us posted.
« Last Edit: July 08, 2013, 08:48:32 AM by FurryNutz »
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

iMarc

  • Level 1 Member
  • *
  • Posts: 9
  • Justice. Knowledge. Help. Truth.
Re: Wishlist for DIR-850L
« Reply #2 on: August 19, 2013, 02:08:16 PM »

Do you still have the logout time out problems ? I have the last firmware 1.07 and I have this problem. It is logging me out between 30sec to 1 minute of inactivity. This is quite unnerving. :P
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: Wishlist for DIR-850L
« Reply #3 on: August 19, 2013, 02:09:26 PM »

Happen to same browser mentioned in reply?
Was FW updated using the FW update sticky?

Do you still have the logout time out problems ? I have the last firmware 1.07 and I have this problem. It is logging me out between 30sec to 1 minute of inactivity. This is quite unnerving. :P
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

iMarc

  • Level 1 Member
  • *
  • Posts: 9
  • Justice. Knowledge. Help. Truth.
Re: Wishlist for DIR-850L
« Reply #4 on: August 19, 2013, 02:16:39 PM »

ok I have to check about the browser difference. I use only 2 browsers, Google Chrome (always last version) , and Internet explorer 10, on a windows 8 pro laptop and surface pro tablet.

For the update, I updated it on the first day i had it, last week, with all the recommendations on the router web interface , like I always did in the last few years when updating routers firmwares.. :P. over a wired link of course. etc..

Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: Wishlist for DIR-850L
« Reply #5 on: August 19, 2013, 02:19:39 PM »

I recommend always following this for router FW updates:
FW Update Process

Seen it where the web interface UI or browsers used can make the FW update not go well.  :-\ :-\
« Last Edit: October 23, 2013, 10:40:42 AM by FurryNutz »
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

Alex099

  • Level 1 Member
  • *
  • Posts: 1
Re: Wishlist for DIR-850L
« Reply #6 on: November 21, 2014, 02:46:03 AM »

Hi guys..

Does anybody know, how to get SSH or root access to DIR-850L ?

This "3 minutes auto logoff" issue could be simply solved, if we amend one file. Here the deal.

There is a function, at the header of all the pages of control panel:
Code: [Select]
var AUTH = new Authenticate(0, 180);
The function, witch logoff you after 180 seconds, located at the file: /js/postxml.js
Code: [Select]
function Authenticate(group, timeout)
{
  this.AuthorizedGroup = group;
  this.timeout = timeout;
}

Well, if we have a chance to amend that, we will solve that..
« Last Edit: November 21, 2014, 02:51:06 AM by Alex099 »
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: Wishlist for DIR-850L
« Reply #7 on: November 21, 2014, 07:06:42 AM »

I don't think there are back door SSH to the router. You might be able to de-compile the FW, make the change then recompile it.

Hi guys..

Does anybody know, how to get SSH or root access to DIR-850L ?

This "3 minutes auto logoff" issue could be simply solved, if we amend one file. Here the deal.

There is a function, at the header of all the pages of control panel:
Code: [Select]
var AUTH = new Authenticate(0, 180);
The function, witch logoff you after 180 seconds, located at the file: /js/postxml.js
Code: [Select]
function Authenticate(group, timeout)
{
  this.AuthorizedGroup = group;
  this.timeout = timeout;
}

Well, if we have a chance to amend that, we will solve that..
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.