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
  • I just did a wget of Microsoft and it worked fine.  The Wireshark retransmission indicates some kind of network issue. You send the get request and then your box sends another get request.  It must not be getting a response back from MS in the alloted time (or at all).  Do you get any reset packets further down that pcap file?

    Change your time values to "seconds since previous packet" to see exactly how long it is before your box resends the get request.  There could be some kind of timeout issue related to that site/your setup.  That is just a guess...
Reply
  • I just did a wget of Microsoft and it worked fine.  The Wireshark retransmission indicates some kind of network issue. You send the get request and then your box sends another get request.  It must not be getting a response back from MS in the alloted time (or at all).  Do you get any reset packets further down that pcap file?

    Change your time values to "seconds since previous packet" to see exactly how long it is before your box resends the get request.  There could be some kind of timeout issue related to that site/your setup.  That is just a guess...
Children
No Data