This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Strange problem - some sites working, some not

Hi,

I have a strange problem with my ASG: some websites work and some do not :-).

Finally I nailed it down to a reproducable test case:

wget -O - Microsoft Corporation

works when executed directly on the ASG in the shell, but it does not work (connection hangs for minutes) when running from any PC on the internal network, being it Windows or Linux (tried on 3 different PC's). However, acessing e.g. Google in the same way does work.

I've disabled nearly everything on the ASG except the basic firewall and NAT to rule out possible side effects or misconfigurations of other modules.

As this ASG installation at home is more or less a testbed and I'm about to setup an ASG appliance at the company soon, I'm a little bit worried :-). I've used an IPcop on the same hardware before with no problems....

My configuration is an ASG software installation on a PC, internet connectivity through ADSL (Austrian Telekom - PPTP), services on ASG except Firewall disabled, only one packet filter rule "internal -> external (any)" and the same for NAT.

hope anybody can help - best regards,
__
/homas Bleier


This thread was automatically locked due to age.
Parents
  • Sorry, Thomas, I was "seeing" a linux command line, but it was Windows...

    I admit that I've never used wget except from the linux command line on an Astaro, so you're way ahead of me in this realm!  I notice a 302-code for microsoft, but a 200-code for google, so it appears that this has to do with the way Microsoft does redirects.

    I also tried these URLs through the HTTP Proxy.  In the HTTP log, a request to Microsoft Corporation gets a 302 followed by a bunch of 304 response-codes before receiving a 200.  A request to Google gets an immediate 200, just as with wget.  In both cases, everything worked fine.

    So, let me ask my question isn a bit less clumsy fashion: other than the issue with wget, what other problems were you seeing?  What were the manifestations you saw?

    Cheers - Bob
Reply
  • Sorry, Thomas, I was "seeing" a linux command line, but it was Windows...

    I admit that I've never used wget except from the linux command line on an Astaro, so you're way ahead of me in this realm!  I notice a 302-code for microsoft, but a 200-code for google, so it appears that this has to do with the way Microsoft does redirects.

    I also tried these URLs through the HTTP Proxy.  In the HTTP log, a request to Microsoft Corporation gets a 302 followed by a bunch of 304 response-codes before receiving a 200.  A request to Google gets an immediate 200, just as with wget.  In both cases, everything worked fine.

    So, let me ask my question isn a bit less clumsy fashion: other than the issue with wget, what other problems were you seeing?  What were the manifestations you saw?

    Cheers - Bob
Children
  • Sorry, Thomas, I was "seeing" a linux command line, but it was Windows...

    I admit that I've never used wget except from the linux command line on an Astaro, so you're way ahead of me in this realm!  I notice a 302-code for microsoft, but a 200-code for google, so it appears that this has to do with the way Microsoft does redirects.

    I also tried these URLs through the HTTP Proxy.  In the HTTP log, a request to Microsoft Corporation gets a 302 followed by a bunch of 304 response-codes before receiving a 200.  A request to Google gets an immediate 200, just as with wget.  In both cases, everything worked fine.

    So, let me ask my question isn a bit less clumsy fashion: other than the issue with wget, what other problems were you seeing?  What were the manifestations you saw?

    Cheers - Bob


    Wget was just a quick way for me to reproduce/check the problem and see each HTTP request without the bloated browser-stuff. The real problem is that the some websites do not work in the browser or in the applications - e.g. I can't access Microsoft Corporation (no matter which browser I'm using, tried Firefox 3.6, Internet Explorer 8, Google Chrome 4, Safari 4 and Opera 10). Another website that is not working for example is that of a local bank here in Austria (Redirect Raiffeisen.at) - so it's not only a Microsoft-related problem. Another thing that does not work is downloading Apps for my iPhone - no matter if I try it directly on the iPhone or within iTunes on a windows PC, the application tries a while to access the servers and then runs into a timeout... Since I suspect that Apple isn't using IIS or Windows for it's servers ;-), I also don't think it has something to do with the OS on the server side.

    I also tried to access the URL on the microsoft site that one gets redirected to directly, but in this case wget (or the browser) directly hangs on the first GET request.