Results 1 to 4 of 4

Thread: disable hathway broadband automatic logout

  1. #1
    Join Date
    Jun 2014
    Posts
    14

    disable hathway broadband automatic logout

    One of my friend has recently taken the Hathway Broadband connection in his area. There is no doubt the internet connection is far so good but every 12 hours or so, the internet connection automatically logs him out and he again have to login through the login portal of login.hathwaty.com. Does anyone know how to prevent this automatic logout every now and then? I have called the tech support of hathway and they say nothing can be done for that? Any alternate method is there?

  2. #2
    Join Date
    Aug 2008
    Posts
    721

    Re: disable hathway broadband automatic logout

    Even I have used the Hathway Docsis plan which offers 50mbps download speed with the same logout problem. When I asked their customer care whether this issue can be avoided then they said that it is a security feature that is kept by Hathway. The only solution is to get a Static IP at some additional cost to prevent the automatic logout from the broadband connection. It is really annoying to login every time when we first start our computer.

  3. #3
    Join Date
    Nov 2009
    Posts
    562

    Re: disable hathway broadband automatic logout

    Yes, you will have to pay an extra amount of Rs. 110 to get a static IP and then you wont have to face the trouble of automatic logout for your hathway broadband connection. Also, there is an app on Google Play Store called as Auto Hathway Authentication which can be used to do the auto authentication of Hathway modem when it logs out. I have not tested it yet but you can do it yourself by following this link - https://play.google.com/store/apps/d...roid.AHA&hl=en

  4. #4
    Join Date
    Nov 2009
    Posts
    642

    Re: disable hathway broadband automatic logout

    I was able to find a batch file that will help you to keep your broadband connection logged in, just check the below codes, copy it in text and save the file format in .bat file:
    Code:
    :START
    @ECHO OFF
    CLS
    ECHO Waiting...
    PING -n 60 127.0.0.1 > NUL
    :AGAIN
    PING -n 1 www.google.com|find "Reply from " >NUL 
    IF NOT ERRORLEVEL 1 goto START
    ECHO Not Working!
    ECHO.
    ECHO Logging Back in...
    E:\WGET\WGET -qO- --post-data="username=USER%40hathway.com&password=PASSWORD" "http://203.212.193.61/bsp/login.do?action=doLoginSubmit&flowId=UserLogin"
    ECHO Checking Internet...
    PING -n 1 www.google.com|find "Reply from " >NUL 
    IF NOT ERRORLEVEL 1 goto AGAIN
    GOTO START

Similar Threads

  1. How to disable the password during logout screen in ubuntu
    By @nkit Trivedi in forum Operating Systems
    Replies: 4
    Last Post: 28-11-2011, 09:39 PM
  2. IRC Not Working with Hathway broadband.
    By BaasimaP in forum India BroadBand
    Replies: 10
    Last Post: 15-11-2011, 04:33 PM
  3. Alternative for Hathway broadband
    By Jitu_Raj in forum India BroadBand
    Replies: 7
    Last Post: 30-04-2009, 12:10 PM
  4. Hathway broadband sucks
    By HiteshG in forum India BroadBand
    Replies: 4
    Last Post: 16-04-2009, 12:17 PM
  5. Hathway's new Broadband Tarrif
    By richard in forum India BroadBand
    Replies: 25
    Last Post: 11-02-2005, 09:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,710,829,217.60789 seconds with 17 queries