DirectAccess - one website not accessible

Hello friends,
I have UAG DirectAccess-Installation running since some years. Now we found one local Webserver (of hundreds) who is not accessible over DirectAccess. From the UAG Server the Website works. From any other place also, but not over DirectAccess.
On Client ping gives the IPv6-Address -> DNS works.
Question: What can I do to find the reason/what are the next steps?
Grüße/Regards, Jens Klein

I asume the Web Server is located on you internal network.
There could me many reasons. To point you out to one of them; If your DirectAccess Client is using the Teredo protocol, make sure your DirectAccess Clients can ping the Web Server. By that I mean the Web Server should allow inbound ICMPv4 from
your DirectAccess Servers, otherwise you won't be able to access it. This is requirement that is sometimes forgotten.
Boudewijn Plomp, BPMi Infrastructure & Security
Please remember, if you see a post that helped you please click "Vote as Helpful", and if it answered your question, please click "Mark as Answer".

Similar Messages

  • EBay website not accessible

    In the last couple of months, suddenly I am no longer able to access the "EBay" website while working on my wireless router. I have 3 personal computers, a laptop, 3 android smartphones & 2 ipod touch's. They all work fine, from my wireless router.
    I have the WRT54GS ver. 6.
    The problem started with not being able to access EBay. I called the EBay people. Then, I called my local Internet Service Provider. There were at least 10 phone calls, to each. Then, I called the Linksys people. The lady told me that I had an outdated router and that I needed to get a new one. Well, I had previously bought the most expensive one I could get, said it was for "optimum" movie & gaming from Cisco. I used it for a few days, and finally quit with it and took it back to the store BECAUSE IT DID NOT WORK NEAR AS WELL AS MY OLD OUTDATED WIRELESS G ROUTER WITH SPEEDBOOSTER!!
    The Linksys/Cisco lady told me my equipment was old. But, the newest stuff can't hold a candle to my old one, according to my location, service, etc. My old one works like a CHARM!!
    The thing is though, there were no changes made, but suddenly, it would not access EBay. It simply says on the screen "Internet Explorer cannot display webpage". There are NO connection problems. And, then yesterday, there is another website that it won't bring up. So, is this going to be a habit?
    When I take my android phones off of using my wireless, and they use strictly the AT&T data, I can get on EBay fine. But, when I switch the phone back to using my wireless router, it won't pull up EBay at all.
    Please help!!  

    Pearliepix wrote:
    I hope I am doing this right. I called EBay I don't know how many times. They said they have not had any one else calling with that issue.
    I called my local internet provider. Loads of times. Finally called Linksys/Cisco. The lady told me that I had to pay her to talk. II can't do that. But, she would at least listen. She told me & my local internet provider assured me & still claim it's problematic from my Webroot security stuff.
    Today, I decided that I would just turn off the Webroot stuff, just to see. So, I turned it completely off, and it still won't access EBay. I have access for an XBox 360, a PS3, 3 PC's, a laptop, and they all are doing this. The 3 Android phones we have do this as well. You can take the phones off of using the wireless router, and they will go to EBay. Put them back on using the wireless, instead of using data, and they can't pull up EBay. And, now, another website, I think it's www.islandimportsandmore.com - it won't pull it up either. So, I'm hoping that one by one, it's just going to start not accessing sites. The Linksys/Cisco lady told me my stuff was outdated and that's why it wouldn't work. But, it works awesome. Just will not bring up EBay.  
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    C:\Users\Administrator>tracert www.islandimportsandmore.com
    Tracing route to islandimportsandmore.com [174.36.103.150]
    over a maximum of 30 hops:
    1 <1 ms <1 ms <1 ms E4200 [192.168.1.1]
    2 32 ms 25 ms 39 ms THIS IS YOUR IP ADDRESS (After this would be outside your network!)
    3 13 ms 11 ms 14 ms te-5-4-ur01.ogden.ut.utah.comcast.net [68.87.220
    .229]
    4 9 ms 9 ms 11 ms te-5-1-ur02.ogden.ut.utah.comcast.net [68.86.180
    .34]
    5 15 ms 10 ms 11 ms te-9-1-ar02.saltlakecity.ut.utah.comcast.net [68
    .87.170.29]
    6 72 ms 44 ms 28 ms te-0-1-0-4-cr01.denver.co.ibone.comcast.net [68.
    86.94.117]
    7 24 ms 28 ms 120 ms xe-0-0-0.bbr01.cf01.den01.networklayer.com [75.1
    49.228.102]
    8 * 47 ms 37 ms ae12.bbr02.eq01.dal03.networklayer.com [173.192.
    18.138]
    9 38 ms 76 ms 39 ms ae0.dar02.sr01.dal01.networklayer.com [173.192.1
    8.213]
    10 43 ms 38 ms 38 ms po2.fcr03.sr04.dal01.networklayer.com [66.228.11
    8.190]
    11 38 ms 152 ms 37 ms fw5.bigcommerce.com [67.228.2.2]
    12 37 ms 37 ms 37 ms 174.36.103.150
    Trace complete.
    C:\Users\Administrator>
    Member of the Professional Aviation Safety Specialists Union!

  • User websites not accessible

    The standard method for putting in a URL for a users site folder no longer seems to be working. What I mean is that ~username does not seem to redirect to the users site folder any longer. Is there somewhere I can see if the automatic setting for this has been changed?

    The error log gives the clue that was missing.
    Apache is trying to serve the document from the DocumentRoot (/Library/WebServer/Documents) which means it hasn't noticed the fact you're asking for a user's personal site.
    That would be caused by the Apache module that handles user directories not being enabled. Without this module enabled, Apache doesn't know about /~username directories.
    The fix is simple - just use Server Admin to edit the list of active modules in your server and enable mod_userdir
    Now Apache will know to look for /~username URLs and handle them accordingly.

  • Connection object in one method not accessible to another method

    Hi ,
    I have a method init() which contains the following:
    PropagatedDatabaseTransactionService.getInstance().getPropagatedDatabaseTransaction().begin();
              java.sql.Connection connection = PropagatedDatabaseTransactionService.getInstance().getPropagatedDatabaseTransaction().getConnection();
    try {
    Statement stmt = connection.createStatement() ;
    and so on
    I have 2 other methods in which i wish to use the "connection" object and also "stmt". I dont think I can place the connection code outside a method (also it throws an exception).
    How do i change the code so that the other 2 methods can also access the connection to the database?
    Thanks

    Either pass them as parameters or make them into member variables.

  • Website not scrolling after 2014.1 update

    This is happening to only one website not having this issue on some others. After updating to 2014.1 the website doesn't scroll vertically. I check on all browsers and different computers same thing. Is there any of you having the same issue? I bet this must be related to a javascript issue but not pretty sure.

    Sorry for a delayed response , But I think the issue is resolved ?
    Thanks,
    Sanjit

  • A website not opening on my mobil mozilla firefox.

    One website not opening on my mobil mozilla firefox.
    When i open it than it shows this message
    'This content requires the adobe flash player.Get flash.'
    Than i click on that GET FLASH link but it shows this
    'This content requires adobe flash playet which is not supported by your device.this content can be viewed on a destop computer or on a mobil device that support flash player.'
    My device is bit advance able to do many things how this website not working even on mozilla firefox i am shocked.
    Please help me.
    I tried mozilla plugins but still this site is not opening.
    Thanks
    Shabbu

    You may be able to get Flash running on your device. See https://support.mozilla.org/en-US/kb/how-do-i-watch-flash-videos-firefox-android

  • Why does one particular website not open on my ipad*,

    Why does one particular website not open on my ipad, when it alwasys did, but the same website is available upstairs on my PC, I'm using the same remote connection but for some reason it doesn't want to open.  I;ve tried refreshing etc... but nothing works.
    When I bring the ipad to work the website in question opens OK.
    Any suggestions??
    Thanks

    Try updating via iTune (computer)

  • One of two wiki is not accessible after upgrade to maverick

    Hello,
    I migrated a 10.8.5 server to 10.9.1 today.  I use the wiki and profile manager on the server.  My problem is that I can see my two wiki, but one of them is not accessible.  When I click over it I have an error message that the page you search for is not found.  It is not an error from safari, is more an error from the wiki itself.
    I think that my problem is the name of the wiki got an accent in it. The name of the wiki is "Procédure et standard" and the url in safari when I click over is "/wiki/projects/procédureetstandard/Procdure_et_standard.html"  It is possible to search for an article in this wiki, and I will find him without any problem.
    I tryed the command
    wikiadmin fixPermissions
    wikiadmin updateSchema
    without success.  I have a time machine backup from the server 10.8.5.  What can I try?
    Thanks

    This is not that simple to do, all the process is for a 10.6.4 server.  In 10.9 everything changed.  I have less than 50 posts in the wiki.  I think I will start a new wiki, and move all the article by the interface.  It will be more "clean".
    Thanks to try to help me Linc

  • In one website, it takes to much time to load the page, in other site its not taking time, so do i need to enable or change any settings

    in one website, its taking time to load the page, on other PC its not taking any time( with internet explorer) in my PC other websites are opening quickly but this website takes too much time with firefox

    Zepo wrote:
    My iMac has been overwhelmed almost since I bought it new.  After some digging the guiness bar suggested its my Aperture library being on the same
    internal Tera byte drive as my operating system.
    Having a single internal hard drive overfilled (drives slow as they fill) is very likely contributing to your problems, but IMO "my Aperture library being on the same internal Tera byte drive as my operating system" is very unlikely to be contributing to your problems. In fact the Library should stay on an underfilled (roughly, for speed, I would call ~half full "underfilled") internal drive, not on the Drobo.
    Instead build a Referenced-Masters workflow with the Library and OS on an internal drive, Masters on the Drobo, OS 10.6.8 (there have been issues reported with OS 10.7 Lion). Keep Vault backup of the Library on the Drobo, and of course back up all Drobo data off site.
    No matter what you do with i/o your C2D Mac is not a strong box for Aperture performance. If you want to really rock Aperture move to one of the better 2011 Sandy Bridge Macs, install 8 GB or more of RAM and build a Referenced-Masters workflow with the Library and OS on an internal solid state drive (SSD).
    Personally I would prefer investing in a Thunderbolt RAID rather than in a Drobo but each individual makes his/her own network speed/cost decisions. The Drobo should work OK for referenced Masters even though i/o is limited by the Firewire connection.
    Do not forget the need for off site backup. And I suggest that in the process of moving to your new setup it is most important to get the data safely and redundantly copied and generally best to disregard how long it may take.
    HTH
    -Allen Wicks

  • One website is not opening in Safari or chrome

    I have a strange problem. One website called www.abudhabievents.ae is not opening in Safari nor chrome and whenever I am trying its showing the following error : - usr/local/cache/files/block.html;403
    I tried this website on my windows pc and could open it easily.
    This problem is only in my macbook air and as of now only for this site. I can open all other sites.
    Any body can help me on this please.
    Rgds
    Shanker.S

    It works OK for me on Safari 7.1.2 (Mavericks) - are you using an older version? Try rebooting Safari to clear the cache (or command-option-e).

  • One website will not load on any browser, will work on mobile phone

    One website will not load on any browser (Firefox, IE, Chrome). Have turned off all security programs and firewalls, have tried in Safe Mode, will not load. It works on my smartphone. Can load the basic site, but not the sign-in page. Says Connected at the bottom of the page, but says Connecting at the top, and the little circle goes around counter clockwise; ran for one hour, still didn't load. It used to load, don't know if I did something or downloaded some program to make it stop.

    You can try to access the website in a New Private Window.

  • How can I keep the cookie history for one website while not allowing it for others?

    My privacy setting is set to clear history, cookies, etc whenever I close out of Firefox. As a result, one website I use frequently re-asks security questions after I log-in even though I tell it that it should remember and recognize my private computer. According to the web tech support, it is because my cookies are being deleted. She said in Windows Vista, she found a way around that. I have Windows 7, but have not figured it out yet.
    I would like to be able to specify which websites I want to be able to keep cookies for my computer. How do I do that?

    Let all cookies expire when you close Firefox.
    * Tools > Options > Privacy > Cookies: "Keep until": "I close Firefox"
    Make an Allow exception for the ones that you want to keep.
    * Tools > Options > Privacy > Cookies: "Exceptions"
    You can inspect and modify the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    Tools > Options > Privacy > Firefox will: "Use custom settings for history"

  • I have set hyperlinks within my ibook author document, they work perfectly until i export and view on the ipad, when only one or none work, (hyperlinks to website not working at all) what am i doing wrong?

    I have set hyperlinks within my ibook author document, they work perfectly until i export and view on the ipad, when only one or none work, (hyperlinks to website not working at all) what am i doing wrong?

    An external hyperlink should handoff to Safari and leave iBooks.
    If that's not happening, perhaps there is something misconfigured on your iPad? Have you manually confirmed those links work in Safari on your iPad?

  • One website will not load suddenly

    All of a sudden one website that i frequently visit will not load on my Apple Extreme network with any of my computers and devices. I can load the website if i'm at work or off the home network. Why is this happening? If i connect to the cable providers modem, i can access the site. As soon as i plug back into the Airport Extreme, i cannot. Any help would be greatly appreciated. Thanks in advance.

    These are really hard to figure out.
    What firmware is on the AE? Did it recently upgrade?
    I suggest you downgrade firmware.. 7.6.1 is usually more reliable.
    If it is an old AE then even 7.5.2 might be worth a try.
    Also just do a factory reset on the AE and see if you get any improvement after redoing the setup.

  • One website will not load.

    Very frustrated!  Key.com will not load in safari or firefox.  I've reset safari, re-booted mac and modem.  It's just hat one website.  Did I do something to block it out???
    Thanks,
    Kim

    I have run into this issue as well. But, with different sites. Specific sites will not load.
    The sites I run into issue with are Apple.com and Google.com and recently Bing.com.
    Here is what I have run into on my macbook air since the latest update. I leave my air on 24/7 just close it open it up and go. When you close your air or it goes to sleep it shuts off wifi and has to reconnect upon waking. The issue happens when I reconnect to the wifi.
    Upon reconnection apple.com and google.com will not load, other sites load without issue. And randomly google switched with bing.com one time where google would load but bing would not. I had to use bing because google would not load.
    When I reboot the websites load without issues until the system sleeps and wakes again same problem.
    I tested in Safari, Firefox, and Chrome same problem, I cleared cookies same problem, I reinstalled browsers same problem.
    I tested the sites on my windows system sites work without issue through the same router. Tested my windows system wireless and wired sites work. Tested on my android phone sites work over wifi. Used Chrome, FF on windows and opera on Android sites work on all of these. While simulataneously the sites do not load at all on the air.
    To make matters more confusing I go to work or a friends test the air on their wifi and the sites work.
    For some reason with my router, wifi, google.com, apple.com, on wake only, and my air OSX latest version with latest update these sites do not load no matter the browser.
    I checked for malware and viruses as this would have been a likely culprit found nothing.
    Anyone have any ideas, any diagnostic tools you think I should try run.
    I checked my router I have nothing is set up that I can see that would be blocking just these sites and just on my air. I am still researching diagnosing but, this one is odd and seems somewhat similar to this issue.

Maybe you are looking for

  • BAPI or fm for transaction FMDERIVER

    hi all is there any BAPI or fm which uploads derivation rules for tcode FMDERIVER? Edited by: PREMA PREMA on Oct 19, 2010 2:33 PM

  • RFC Destination type RFC Receiver Adapter?

    Hi, What is the RFC destination type for Sender RFC Adapter? and what is the need a Program ID for sender Adpter. What is the RFC destination type for Receiver RFC Adapter? Regards Gopi

  • Displaying all enhanced Business Content Objects?

    Hey all. Is there a way to display all Business Content objects that have been enhanced/modified without checking each one individually? Specifically, I am wanting to know which standard InfoObjects in our system have been enhanced, but I don't want

  • Updating Ruby/Downloading Xcode etc.

    Hello. I'm inexperienced and trying to upgrade from Ruby 1.8.2 to the most current version and I am having some difficulty doing it. I downloaded the version of Xcode (2.5) that I thought I needed for OSX 10.4 from Apple Developer site and Macports a

  • Upload speed "pausing" and causing disconnections

    Recently tried Xbox Live and i keep getting disconnected from any server whilst playing a multiplayer game. Ran a speed check using speedtest.net as BT's is not working again. My download speed is very good (6.5Mb) and stable but my upload is all ove