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
  • Hi,

    it was obviously a MTU problem - Astaro support came up with the following workaround: 

    # echo "iptables -t filter -I FORWARD 1 -p tcp --tcp-flags SYN,RST SYN -j
    
    TCPMSS --set-mss 1360" > /var/mdw/hooks/packetfilter_advanced
    # chmod 400 /var/mdw/hooks/packetfilter_advanced


    which works for me without problems (so far).

    best regards,
    __
    /homas
  • Hi I am having the exact same issue you were have, can you tell me how did you manage to enter the command into the astaro. I can ssh into my astaro ok. Was it one command or 3 different commands you have to issue to the astaro. thanks.
Reply
  • Hi I am having the exact same issue you were have, can you tell me how did you manage to enter the command into the astaro. I can ssh into my astaro ok. Was it one command or 3 different commands you have to issue to the astaro. thanks.
Children
No Data