Page 1 of 1

ERROR: Gateway Timeout with proxy

Posted: Sat Sep 13, 2008 9:57 am
by Def
Hello,

I can't find out why I'm getting this error:
ERROR: Gateway Timeout

Your cache administrator is webmaster.
Generated Sat, 13 Sep 2008 08:31:24 GMT by 10.8.15.99 (Mikrotik HttpProxy)
I get this error only when I enable web proxy. With disabled proxy there's no problem... everything's going perfectly.

Here are my settings:
/proxy settings
                 enabled: yes
             src-address: 0.0.0.0
                    port: 8080
            parent-proxy: 0.0.0.0
       parent-proxy-port: 0
             cache-drive: system
     cache-administrator: "webmaster"
          max-cache-size: none
           cache-on-disk: no
  max-client-connections: 600
  max-server-connections: 600
          max-fresh-time: 3d
   serialize-connections: no
       always-from-cache: no
          cache-hit-dscp: 4

/nat settings
action=masquerade chain=srcnat comment="" disabled=no out-interface=local \
    src-address-list=users
action=redirect chain=dstnat comment="" disabled=yes dst-port=80 \
    protocol=tcp src-address-list=users to-ports=8080

"Allow remote requests" is in DNS settings checked.

What's wrong? :(

Re: ERROR: Gateway Timeout with proxy

Posted: Sat Sep 13, 2008 1:28 pm
by ashish
Hi
Just put the "Dst-Nat" Rule on the TOP and Check

Re: ERROR: Gateway Timeout with proxy

Posted: Sat Sep 13, 2008 1:36 pm
by Def
I did... but it's the same. Dst-nat works correctly, because if I disable it, I don't get timeout error. So it is web proxy what's wrong. But I still don't know what exactly is wrong... :(

Re: ERROR: Gateway Timeout with proxy

Posted: Sat Sep 13, 2008 1:43 pm
by ashish
Second Try,

uncheck "src-address-list=users "..I mean Just Disabled.
configure in-interface=your LAN

Re: ERROR: Gateway Timeout with proxy

Posted: Sat Sep 13, 2008 2:46 pm
by Def
Thanks for responses,
now I don't get any error, but pages are still loading (waiting for http://www.google.com...) but no data are downloaded...

Re: ERROR: Gateway Timeout with proxy

Posted: Tue Dec 06, 2011 3:23 pm
by salytwo
Hello all,
I need to customize this page. Can I do this?
thanks

Re: ERROR: Gateway Timeout with proxy

Posted: Tue Dec 06, 2011 3:55 pm
by fewi

Re: ERROR: Gateway Timeout with proxy

Posted: Wed Dec 07, 2011 8:50 pm
by Iceog
Def,

I see you solved the problem with timeout. Can you share how You did that ?

Thanks