Internet down 11:55 pm to midnight due to access restriction policies

I have some policies to restrist access to certain websites during working hours.
This is for a WRT160N though I am not sure that makes much difference as others I have checked have the same issues.
I have 3 rules, one allowing 12 am to 8 am, one restricting 8 am to 6 pm and a third one allowing from 6 pm to 11:55.
Of course the third rule really should go all the way to midnight but this is not allowed by the interface.
So, every night I am working along and then I lose all internet completely for 5 minutes. It is very disruptive as I do a lot of work at this time and much of it is done remotely.
Any thoughts, tips or advice? Are there any linsys products that don't so this.
Thanks

Here's what I have in mind when it comes to Access Restriction on old routers. I'm not quite sure if this one applies to newer ones like yours. But all I know is, if you don't set up a rule, everything is allowed.
When you set "Allow" to a computer or certain sites, let's say 12am-8am, it will provide access from 12am-8am only. Beyond that time, it will automatically switch to Deny. Same goes with Deny. If you set Deny to a computer or certain sites, let's say 8am-6pm, it will not provide access within the time frame only but beyond that time, it will provide access.
I'm saying that you really don't need too many access restriction. My suggestion is, just set one rule to Deny access to all computers or websites 8am-6pm. So starting 6:01pm to 7:59am, access is allowed without actually setting up an "Allow" rule.
Actually I have an opposite situation. I have 3 computers at home. I want the kids to go to sleep at 8pm. And so, I setup a rule to Deny access 8pm-1155pm and another rule to Deny access 12am-6am. So there's a 5min time Allowed access. But I don't bother, they are already sleeping.
With an old router like mine, it's kinda easy. When you set the router to Allow access, you can only create a Deny rule. And when you set the router to Deny access, you can only create an Allow rule. You can't put both at the same time unlike newer ones. However, it works the same.
HTH

Similar Messages

  • WRT54GS Internet Access Restriction Policies

    I am finding it challenging to correctly define Internet Access Restriction
    policies on my Linksys WRT54GSv4 wireless router. Documentation does not
    describe multiple policies being enabled.  I think that multiple policies
    should be from most restrictive to least, but I am not sure.
    I wish to deny Internet access from my child's WII and PSP from 10:30 PM to
    6:30 AM.  Also, I want to filter all hosts for blocked words and blocked
    sites.
    Currently, I have three policies:
    1) Child_Evening --
    WII and PSP MAC Filter
    10:30 PM to 11:55 PM
    Deny
    2) Child_Night --
    WII and PSP MAC Filter
    12:00 AM to 6:30 AM
    Deny
    3) SiteWord --
    IP Range 192.168.1.2 - 254
    Block Various Sites
    Block Various Words
    I would like input as to the correct use of multiple Internet Access
    Restriction policies

    create an Internet Access Policy:1. Internet access Policy - 1
    2. Enable.
    3. Child Access(Name of the policy)
    4. Deny range 192.169.1.252
    5. 10:30 PM to 11:55 PM - Everyday
    6. Blocked Services - All
    7. Port Range Start - 1  ;  End - 61000
    8.Save Settings
    9.Rebooting....
    You deny all access through by all services to any sites.
    Create the same policy with different number and name to deny access  from 12:00 AM to 6:300 AM..
    Url Filtering Policy to deny adult sites, they're too much with different url address.You can deny most of them,but not all.
    Good Luck!!!!!
    Message Edited by gochev_george on 03-16-200702:47 AM
    Message Edited by gochev_george on 03-16-200702:54 AM
    Thanks
    Kind Regards
    ing.George Gochev
    DSL and Telecommunications Engineer

  • Tear down of include component context failed due to an unhandled exception

    My Application was developed with JDeveloper 11.1.1.3.0 . one of the page has a panel collection with simple table that fetch the data from a view object.
    filter and sorting are enabled for all columns.
    this page runs correctly on the integrated WLS server and on the standalone WLS of the same Fusion Middleware package on my pc.
    I've then deployed the ear file on two different WLS server with the same version. the panel collection with the table did not displayed, and found the error below in log files.
    Also after that error, the application does not accept any request, and I have to close the browser and start a new session.
    Error Details from the log :
    Module : oracle.adf.view.rich.component.fragment.UIXInclude
    Message: Tear down of include component context failed due to an unhandled exception.
    java.util.NoSuchElementException
    at java.util.ArrayDeque.removeFirst(ArrayDeque.java:251)
    at java.util.ArrayDeque.pop(ArrayDeque.java:480)
    at oracle.adfinternal.view.faces.context.ApplicationContextManagerImpl.popContextChange(ApplicationContextManagerImpl.java:66)
    at oracle.adf.view.rich.component.fragment.UIXInclude.tearDownVisitingContext(UIXInclude.java:206)
    at oracle.adf.view.rich.component.fragment.UIXPageTemplate.tearDownVisitingContext(UIXPageTemplate.java:248)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.encodeEnd(ContextSwitchingComponent.java:157)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2567)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
    at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:220)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:765)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2567)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1071)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:765)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1515)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:785)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
    at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:202)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Thank you Shah,
    No, I did not do that , and I don't understand.
    however, all other pages in the applications works fine, and forms and tables are displayed and working fine.
    could you please explain more ?

  • I have been suggested to down grade to 10.6.6 due to issues with Adobe and Apple working things out. I have downloaded 10.6.6 but wont let me install. Any ideas?

    I have been suggested to down grade to 10.6.6 due to issues with Adobe and Apple working things out. I have downloaded 10.6.6 but wont let me install. Any ideas?

    Yes, simply reinstall from your Snow Leopard installer disc.  The reinstall will not erase the hard drive.  After reinstalling you can upgrade to 10.6.6 with your updater.

  • Compre un ipad mini en internet pero me solicita el id  del dueño anterior ,que ago?

    compre un ipad mini en internet pero me solicita el id  del dueño anterior ,que ago?

    Hola
    lamentablemente no puedes hacer nada, ya que es un sistema desde iOS 7 para prevenir robos de iphones. La única solución es que el vendedor te de su contraseña, si no lamentablemente es una estafa.

  • I Have Iphone 4 IOS ios 7.0.3 half update than internet down my phone no working

    I Have Iphone 4 IOS ios 7.0.3 half update than internet down my phone no working what to do ?

    I have the same issue. The iphone4 is stuck in the Apple logo, makes two vibrations, then goes all screen off, then a beep. And it starts again. I am having this issue for almost a day. Battery dies and I recharge, and does the same thing. I cannot complete the update and I do not have access to my iphone4. I connected to my iMac and iTunes detected my phone updated with 7.0.3, and even completes a sync. However the phone keeps on the apple logo screen and then goes black again.
    I was reading some posting here and I did a ¨Recovery¨combination: Hold the home button and the Wake/sleep button at the same time for 30 seconds and then the iPhone 4 entered in Recovery mode. It is now erasing my phone content and downloading the 7.0.3 in iTunes, it says will take 33 minutes to iPhone Software Upgrade. The screen on my iPhone4 is now showing the iTunes app logo and the connector. Seems I need to recover everything again.
    Hope someone has a short answer and a better solution for you before entering into Recovery mode.
    Good luck!

  • Stream movies from my computer using home share to apple TV (gen 3) is using up my internet down load allowance?

    I have been using Apple TV (gen 3) to stream movies from my computer using Home Share but found my internet down load increased, I have read online forums which all say they don't think the home sharing uses your internet down load but when I played a movie then paused and unplugged my cable from my router I was unable to continue streaming the movies which tells me I am using internet down load. Can I use my Apple TV to stream already downloaded and saved movies from my computer to Apple TV without using the internet?

    Sorry diesel, to amswer your question: I am selecting "Computers" from the ATV which inturn streams the movies from the iTunes on my computer.
    If I unplug my internet cable from the router I am unable to continue streaming the movie? this tells me that it is using my ISP internet to stream, I have checked all my settings but can't see anywhere that would make it stream direct from my router to ATV.
    Just can't work it out???

  • Skype not resoinding after internet down

    I use skype 7.5.80.102 on win 7 .
    When internet down, after that internet up my skype not responring.
    And when i log out my computer, after that i login skype also not responring
    Below is log in window.
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/ev​ent">
    <System>
      <Provider Name="Application Hang" />
      <EventID Qualifiers="0">1002</EventID>
      <Level>2</Level>
      <Task>101</Task>
      <Keywords>0x80000000000000</Keywords>
      <TimeCreated SystemTime="2015-06-05T05:56:57.000000000Z" />
      <EventRecordID>23548</EventRecordID>
      <Channel>Application</Channel>
      <Computer>ThinhNK-PC</Computer>
      <Security />
      </System>
    - <EventData>
      <Data>Skype.exe</Data>
      <Data>7.5.80.102</Data>
      <Data>1b64</Data>
      <Data>01d09f3f79845598</Data>
      <Data>57</Data>
      <Data>C:\Program Files (x86)\Skype\Phone\Skype.exe</Data>
      <Data>ab37a450-0b47-11e5-8793-2c768ae17f9b</Data>
      <Binary>430072006F00730073002D0074006800720065006100640000​000000</Binary>
      </EventData>
      </Event>

    Attached is the zipped file as requested. 
    Skype has now been updted to version 7.0.0.100 this moring but the same issue , Going to hang & message " skype not responding" & screen get frozen. I have to go to Task manager to end the task. 
    Attachments:
    DxDiag.zip ‏7 KB

  • Cannot Access SQL Server When Internet Down

    Dear All,
    I have a problem about connect to sql server.
    I can't connect to sql server when my internet down.
    The server in one network with my PC. I connect to the server with local IP.
    Server IP 172.1.2.1 and my ip 172.1.2.25. I connect with windows Authentication.
    When internet down, i can't connect to sql server using windows authentication but still work with sql server authentication.
    What must i do to fix this problem?
    i want connect sql server using windows authentication with or without internet connection.
    Best regards,
    Surbakti

    Hello,
    If you have the Named Pipes protocol enable, you can use (local) or the dot “.” as instance name,
    instead of the IP or the name of the computer.
    http://technet.microsoft.com/en-us/library/ms191294.aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • HT1527 I have windows 7 and have tried the troubleshooting steps but am still unable to connect to the itunes store yet my PC is connected to the internet, it just keeps looking like its trying to access the store

    I have windows 7 and have tried the troubleshooting steps but am still unable to connect to the itunes store yet my PC is connected to the internet, it just keeps looking like its trying to access the store

    I have the same problem but the solution Wendyz99 did has not been successful for me. Part of the itunes store loads on the right side where the tabs for Quick Links and Top Charts are but the center section of the page is white. Also if I click on a song that is in the top chart area it will take me to the page but I'm not able to purchase the song or preview the song.
    I feel I have tried all the solutions I can find on line and even had conversations with apple tech with no help.
    I have down loaded the Autoruns program and in the winstock providers I have Bonjour and Microsoft Windows Live ID Namespace Provider. I have removed Windows Live and this still does not resolve the problem. I am at a complete loss. I am running windows 7, 32bit. Someone please help!

  • Using the personal hotspot feature on the iPhone 5, I am able to connect to the internet.  We also use Juniper NCP client to access our system remote.  A VPN connection is created, but I am unable to access servers on our network.  This works on iPhone 4.

    Using the personal hotspot feature on the iPhone 5, I am able to connect to the internet.  We also use Juniper NCP client to access our local system from a remote location.  A VPN connection is created, but I am unable to access servers in our network.  This same functionality works using my colleagues iPhone 4.
    Both phones are running iOS 6.1.3.  I tried to reset network settings, but still unable to ping servers in our network.  This is a feature that our sales team relies heavily on when out of the office.  Hoping someone has some suggestions on what is different between the 2 phones.

    Hi,
    Generally, this issue should be related with something called split tunneling, since you’re using a F5 vpn client, you need to look for something related to split tunneling in the F5 VPN client's documentations.
    Here is an example, share it with you as a reference.
    http://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm_config_10_2_0/apm_config_networkaccess.html
    In addition, you can refer to the link below for more solution about this problem.
    You Cannot Connect to the Internet After You Connect to a VPN Server
    http://support.microsoft.com/kb/317025
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • When firefox checking for updates and updates found but due to proxy restrictions it unable to download the updates then it continue trying to download that and this time it creating problem on running javascript

    When firefox checking for updates and updates found but due to proxy restrictions it unable to download the updates then it continue trying to download that and this time it creating problem on executing javascript and raising errors.

    What are the error messages you are seeing?

  • How can I access eBay pages marked "blocked due to legal restrictions of some countries"/ All other browsers do not block.

    Using Vista Ultimate 64x and Firefox (any version) I keep hitting eBay page blocks that read "Unfortunately, access to this particular item has been blocked due to legal restrictions in some countries..." These same pages can be accessed with IE or Chrome so it is not really a legal restriction.
    How can I get Firefox to allow these eBay pages to display? I include the url of one blocked page.
    This happens on eBay and eBay-UK

    Prohibited and restricted items over view for eBay...Link to
    http://pages.ebay.ca/help/policies/items-ov.html
    Beware of items as they relate to Cuba... Some Cuban items can be sold in the US, while others cannot be sold in the US....based on US government regulations.
    No restrictions for Canada...with respect to anything from Cuba
    Then there are country restrictions  as identified by Canada Post... Link to
    http://www.canadapost.ca/tools/pg/manual/PGcustoms-e.asp
    A most interesting situation
    A box that originally contained Cuban Cigars, was overprinted to read Coban Cigars, an obvious overprint, missed on first inspection...
    It is always important to know what is not acceptable....
    another situation..
    France has a restriction on receipt of toys made in China.... always state country of origin
    Also be aware of country specific restrictions
    Sometimes things may not be too obvious  such a publisher with a Canadian address, that had a book printed in China....Hong Kong or elsewhere....not in Canada
     

  • I cannot get my iMac with built-in airport to allow internet connections to Nook and PS3. The devices access the network, but internet connection fails. Internet sharing is enabled, network security (WEP, WPA) is completely off.  What to check next?

    I cannot get my iMac with built-in airport wi-fi to allow internet connections to Nook and PS3. The devices access the network, but internet connection fails. Internet sharing is enabled, network security (WEP, WPA) is disabled.  What to check next?

    On an additional note, I've purchased a wireless router and everything connected on the first attempt.  It just vexes me that the built-in wireless isn't working as a router.  Is this another example of "Mac only plays with Mac"?

  • No Internet with Multiple Access Restrictions

    Hi,
    I have a WRT54Gv5 and have setup the following Access Restrictions for an Ipod Touch.  Having a single AR works fine but adding another kills internet for that user.  I am using the MAC filter for that user.
    M-F: 6am-7:30am, allow Internet but block MSN.com, live.com and facebook.com
    M-Th: 2:45pm-7:30pm, allow all
    F-Sa: 6am-8:30pm, allow all
    Su: 6am-7:30pm, allow all
    I was thinking of using block instead of allow but that would make a lot of block windows (or maybe that is the only solution).
    Thanks

    Make sure that your router is running on latest firmware.
    If not then try to upgrade/re-flash the firmware on your router.
    Download the latest firmware from Linksys website and save it on your computer. Open the setup page of the router and upgrade the firmware. After upgrading the firmware on your router, reset the router and reconfigure it.

Maybe you are looking for

  • Oracle 11g R2 Windows Installation hangs at 100%

    hi , I am trying to install oracle 11g server on a laptop with windows xp sp3 - 32 bit. the installation goes smoothly till 100% and then get stuck at stage: spawning 'D:\app\sujrai\product\11.2.0\dbhome_2\ODP.NET\bin\2.x\OraProvCfg.exe /action:confi

  • PO ( ME21 ) User Exit..

    Hi All,    i have to add two custom fields in PO item level table control.     is it any screen exit avaliable for add those fields in Purchase Order item level table control?    if is please provide that enhancement name or give me some other soluct

  • Google search displays strange characters before search, firefox 3.6.7, ubuntu 10.04

    I get these strange characters when I go to Google search using Firefox 3.6.7 and Ubuntu 10.04.......see below ᎢᏳᏍᏗ ᎨᏒ ᎣᏲᎲᎢᎠᏑᏰᏍᏗ ᏳᏍᏗ ᎠᏁᎵᏔᏅ (These characters are on the Google search page before I search and below search bar. strange characters below:

  • Flash player life cycle

    He. Team Could you please help me with below information Adobe Flash Player life cyle OS: Windows 8.1 Adobe Flash Player 11 Adobe Flash Player 12 Adobe Flash Player 13 Adobe Flash Player 14 Any help please! Thanks

  • Alv list diplay help needed

    Hi all, Is it possible to dispaly a list which is is selected from another alv list as a daiolog box.I mean i need to display all corresponding items which is selcted in a dailog box or as a dailog box. is it possible. Regards, Lisa.