One Webpage is blocked

My Time Capsule specifications:
Firemware: 7.5.2
Airport Utility: 5.5.2
Issue: Cannot load one specific webpage on the internet when connected via Time Capsule (LAN or WIFI). No issue is present when connected via the cable modem directly or via a different router/access point (such as the Airport Express). Seems as if the Time Capsule is blocking one page for no specific reason. NAT disabled. DNS is correct and working.
I have seen that other user had this issue in the past and they had to simply update their Firmware. Well, my Firmware is already up to date also the Airport Utility version.
Who can help to resolve this issue?
Thank you very much for your assistance! A desperate user
Bart

Open a terminal and do a traceroute to the name or IP of the website you are trying to open.
Please copy and paste the details here..
These issues can be difficult to track down..
Double NAT is one cause. Make sure you only have one NAT router.
Make sure when you ping the site you can resolve it. and ping is successful.
Beyond that it is really hard to fix these things.

Similar Messages

  • Multiple Flash player in One WebPage.

    hi,
    I tried to test Smart Seeking with multiple flash player in One WebPage.
    So, Only one player is started and the others is buffering.
    What's problem ?
    I changed properties like 'MaxIOThread', 'MaxConnection'. but it's useless.
    Please advice to me.
    Thanks,

    right!
    here is my source.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <htm style="width:100%;height:1000"l>
    <head>
    <title>Smart Seeking</title>
    <script type="text/javascript">
    var flashid = 0;
    function flashWrite(url,w,h,id,bg,vars,win){
    var flashStr=
    "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' name='"+id+"' align='middle'>"+
    "<param name='allowScriptAccess' value='always' />"+
    "<param name='allowFullScreen' value='true' />"+
    "<param name='movie' value='"+url+"' />"+
    "<param name='FlashVars' value='"+vars+"' />"+
    "<param name='wmode' value='"+win+"' />"+
    "<param name='menu' value='false' />"+
    "<param name='scaleMode' value='noScale' />"+
    "<param name='showMenu' value='false' />"+
    "<param name='align' value='CT' />"+
    "<param name='quality' value='high' />"+
    "<param name='bgcolor' value='"+bg+"' />"+
    "<embed src='"+url+"' FlashVars='"+vars+"' wmode='"+win+"' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' id='"+id+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
    "</object>";
    document.write(flashStr);
    </script>
    </head>
    <body style="width:100%;height:1000">
    <script type="text/javascript">
    flashWrite('TestPlayer.swf','100%','1000','swf','','css=assets/css/NasmoPlayerStyle.css&c onfigURL: config/config.xml&filepath :2010-05-12/sion1219_20100512210001.asf','transparent');
    </script>
    </body>
    </html>

  • Making one selection screen block invisible

    Hi,
    I want to make one selection-screen block invisible based on one check box value.I have built the screen as follows:
    PARAMETERS: pcheck1    TYPE char1  AS CHECKBOX.
    SELECTION-SCREEN  BEGIN OF BLOCK b2 WITH FRAME TITLE text-004.
    PARAMETERS: pproj    TYPE xxxx ,
                psproj   TYPE xxxx ,
                pobjec   TYPE xxxx .
    SELECTION-SCREEN  END OF BLOCK b2.
    based on the pcheck value I want to meke the above "SELECTION-SCREEN  BEGIN OF BLOCK b2 " invisible/visible.Can you please tell me how to do it?

    You need to set values in structure SCREEN:
    screen-invisible = '1' .
    screen-input = '0' .
    screen-output = '0' .
    for all items contained in block.
    For example:
    AT SELECTION-SCREEN OUTPUT.
      IF <condition>.
        LOOP AT SCREEN.
          CASE screen-name.
            WHEN <block_name> OR
                       <parameter1> or <parameter1_text> or
                       <parameter_N> or <parameter_N_text> .
              screen-invisible = 1.
              screen-input      = 0.
              screen-output    = 0.
            WHEN OTHERS.
          ENDCASE.
          MODIFY SCREEN.
        ENDLOOP.
    You can find names of variables which contain parameter texts using debuger.
      ELSEIF sy-tcode = 'ZEUA_EDB_EXPORT'.
        p_path = 'ZUA_EDB_EXPORT'.
      ENDIF.

  • My iPod Touch 4G 8GB loads one webpage, then the internet hangs.

    I let my idiotic friend borrow my iPod Touch 4G 8GB for one week, he brung it back and it's broken on the side. Other then that it's fine, screen, etc.
    The internet worked for about a week after I got it perfectly. Now I go on it and it loads one webpage. after when I try to load another website it only loads about 10% along with the small loading circle on the top. it just keeps loading forever and doesn't stop.
    I restart my iPod and I can yet again load up another webpage, then it hangs trying to load up another webpage as stated previously.
    I tried safari and atomic web browser.
    btw,
    R.I.P. Steve

    I have pictures:
    Webpage not loading (I don't play this game.) http://turboimg.com/p/xnk1317937176b.png
    Also the iPod touch broken on the side: http://turboimg.com/p/udj1317937219q.jpg
    Bad shot I know, but if you can see it's dented out and it's "opened" I can see the inside of the screen.

  • Scripts/multiple queries in one CF Query block in Oracle

    Greetings:
    I am primarily an MS SQL programmer and I am wondering how to
    run multiple query statements inside a single cfquery block. For
    example, on MS SQL I can do multiple delete statements, or an
    update and select within one cfquery block, but I get an error
    whenever I try to do this on ORACLE. Is there a way to accomplish
    this on ORACLE?
    thanks!

    Your best bet would be to use multiple CFQUERY tags within
    CFTRANSACTION tags if you want them all to be handled in a "block"
    or "session". Or, put all of your SQL statements in a PL/SQL stored
    procedure.
    Phil

  • Text entry on webpage sometimes blocked, cannot see key entry.

    I am actually trying to make an existing ASP.Net webpage compliant to use on Firefox for Android.
    I am finding that in a lot of cases, text fields will turn blue and the keyboard will show, but typed keys will not show in the text fields, until you click onto another tab of Firefox, then back again (some sort of repaint issue?)
    On working webpages, the text fields turn blue then turn white again, with a visible text cursor, and typed characters will show immediately as you type.
    It seems to have something to do with frames (both iframes and classic frames).
    I've found that if I strip the webpage down to minimal fields and tables, I can restore the typeability, but at the expense of features I need, and which don't always fix the problem, eg
    * the problem seems only to occur when the page is nested in a <frame> or <iframe> element (as source page).
    * in one case I found it was a <td> element in the page *later" than the field at fault, which had a style="height:Npx" setting -- when the height was removed, the field worked.
    * in another case, it was the existence of an <iframe> element that caused the problem, and whose removal fixed the problem.
    In both these cases, removing these features doesn't of themselves fix the issue generically (only in the particular test page), and in any case are needed for other features of the webpages.
    My questions are
    a) does anyone else experience this, in which case I can put it down to an issue with Firefox for Android (current version)?
    b) if yes to above, does anyone have a definite cause and fix for it?
    c) is this an acknowledged problem by Firefox for Android, and is there a fix around the corner?
    Cheers
    p

    Locking as a dupe of https://support.mozilla.org/en-US/questions/917521

  • Live stream HDS and HLS with one webpage.

    Hello,
    First off, I am not a web developer, but I can put together a page if I have to. I have been tasked with setting up our Adobe Media Server 5 for live streaming and have successfully gotten the HDS and HLS streams running. I have created the two pages on our webserver to link to the HDS and HLS streams and I wanted to be able to integrate them into one page so the users don't have to choose the appropriate stream. Can anyone point me to a site or maybe an adobe help on how to do this simply and effectively? Does adobe have some prewritten code for this somewhere?

    Hi,
    One way you can do this is to use php script to identify the user agent of the client (http://php.about.com/od/learnphp/p/http_user_agent.htm) and then generate dynamic webpages based on the client (HLS for iOS based clients and HDS for flash based clients). As Apache can only serve static webpages, you'll need to use CQ/MySQL/something else. I've personally not attempted to do so, but this may be a good starting point : http://www.ibm.com/developerworks/linux/tutorials/l-php/
    Hope this helps.
    Thanks,
    Apurva

  • Valuation category showing for one plant but blocked for other

    Hello all,
    I have two plants both belongs to different companies. For one plant i am able to assign valuation category in mm01 but for other plant val cat is blocked in mm01. I have checked setting and they are active and similar. Any other solution please.
    Regards,
    Diptanshu gupta

    The other plant belongs to other company. For that when i am creating a new material in mm01 it is allowing me to post entry in valuation category.

  • Just one webpage!!!

    Hi,
    i have wireless router wrt54gs v.4 and problem is that i cannot get onto just one web page...before that's working fine.Router is up to date (current firmware).All settings seem to be o.k...it's really frustrating.
    any ideas? thanks much.

    what webpage could it be? one of the web interface of the router or one website? try other pc though
    I do know everything, just not all at once. It's a virtual memory problem.

  • Effect Key Figues of diff. Queies in one Navi. Block

    Hi all,
    is it possible to create one navigation block in web template that effects key figures from two different queries at ones?
    I figured out that the option "key figures" in attribut "List of Characteristics" of the navigation block only affects the key figures of the naviagtion blocks DataProvider. Thats because the navigation block doesn't know the "real" technical name of the structure of the others Data Providers key figures.
    I can't use a global strucutre because I need hide two key figures in the second Data Provider...
    Sorry for that confused describtion, hope anyone can help me.
    Regards
    Sven

    Sven,
    Do one thing , instead of separate queries for both , create the second one ( one with the hidden KF ) as a view instead. open the query , click on the KF bar for Free characteristics and remove the unwanted KFs , the formula relations still exist ( I just checked ) then save this as a view and then you can use the same Navigation Block to filter both query and the view.
    When using navigational Attributes , it is more important that the same Characteristics are used , if you are using Infosets for your queries , then the technical names of the characteristics is different and the filtering will not happen.
    Arun
    Assign points if useful
    Message was edited by: Arun Varadarajan

  • How do programatically set focus on a record other than the first one in a block?

    My form performs the query for the block, and by default it leaves the focus on the first (top) record in the block.  I'd like to have it focus on the last record in the block upon initial query.
    i've tried Last_record and go_record in a post-block trigger but these builtins are restricted and you can't execute them from post block triggers.  i don't see any block property things that would influence this either...  how can i do it?  thanks.

    i just figured out the answer to my own question... in the when new block instance trigger, there's an execute_query statement, and i simply put last_record statement after that...

  • Template only updates one webpage?

    Hi
    I have a number of online Forms, which were created from a DW
    Template. However when I amend the template it only applies to two
    forms (and not the other four)?
    Any help or corrective action much appreciated.
    Thanks

    What is it that is not being updated? Where are you making
    template
    changes?
    Here are six ways to make changes not propagate from Template
    to child -
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    The latter problem can be repaired by using SITE | Advanced
    > Recreate Site
    Cache, and the five others can be fixed by just not doing
    them. Have you
    done any of those?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Andrew_G" <[email protected]> wrote in
    message
    news:e6ml79$hqc$[email protected]..
    > Hi
    >
    > I have a number of online Forms, which were created from
    a DW Template.
    > However when I amend the template it only applies to two
    forms (and not
    > the
    > other four)?
    >
    > This is the template
    >
    http://www.ratecollectionagencyni.gov.uk/Templates/forms_template.dwt
    >
    > This is the form it worked on
    >
    >
    http://www.ratecollectionagencyni.gov.uk//forms/Apply_to_setup_Direct_Debit.html
    >
    > Here's one of the ones it didn't apply to?
    >
    http://www.ratecollectionagencyni.gov.uk//forms/Query_Feedback_Form.html
    >
    > Any help or corrective action much appreciated.
    >
    > Thanks
    >

  • How to move back and foward one webpage

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/962902]]
    </blockquote>
    I already know that the galaxy 3 can go back one screen by tapping the hardware back key, but where are the forward and back software keys? this is a must have

    I have a Gingerbread device, so for me, the hardware back button goes back, and to access forward, I use the hardware menu button.
    If you use ICS or later, can you try the "3 vertical dots" menu to see whether Back and Forward are there?

  • IPhone Ad Hoc - One build for block of UDIDs or one build for each UDID?

    Hello.
    For ad hoc distribution, do I need to create a new unique build for each of the UDIDs from my potential testers? Or just one time for the entire set of UDIDs?
    Please set me straight, I've been searching for this answer, but could not find anything.
    Thank you so much.

    You must add each UDID to your distribution provisioning profile in iTunes Connect. Once you have done that, you can use a single .mobileprovision file and a single binary for all provisioned users. You do not need to build a version for each user.

  • Two shared ical calendars on one webpage - possible?

    Is is possible to share ical calendars so that 2 are combined (work and home for instance)on one page?
    Don't think its possible on .mac but not sure about the other sites.
    Thanks

    Shared where?
    I'll assume you want to publish. (Actually this topic was just discussed recently so a search will likely give you a solution).
    See this thread and if this isn't your solution come back with more info and I'm sure we can help): http://discussions.info.apple.com/webx?128@@.68b2a4c5

Maybe you are looking for

  • Video attachments not appearing in iCloud mail

    I use my Apple email on my iMac, and have iCloud email as one of my account. The problem I'm having is that when people often send me a video to watch, the attachment does not come through. It used to. I used to be able to watch videos right in the m

  • How do I uninstall a MS wireless mobile mouse 3000 from Mac Mini. It overwrites my trackpad till I log in

    I installed this mouse prior to getting the Apple Bluetooth trackpad. And the trackpad works fine, once i've logged in, but not until then. The Trackpad pointer will navigate OK, but won't register a click.I must use the mouse to click my sign-in ico

  • Pavilion 23-b010 video stutters

    The video has always stuttered whenever I access a video on the internet.  Eventually (if the video runs long enough), it runs normally.

  • Exchange difference for Invoice

    In company the Inventory is managed in different currencies as per GRN (Procurement) exchange rate. All the subsequent posting should be posted with GRN rate. But this is not happening at this moment. All the subsequent transactions to GRN are posted

  • No wifi and Bluetooth not working

    My wifi is not working. I'm not allowed to select wifi in settings as it is covered in a gray non selection mode and says "No Wi-Fi". I'm also having trouble with my Bluetooth as it disconnected spontaneously one day and decided never to come back on