ERROR: Gateway Timeout with proxy

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? :frowning:

Hi
Just put the “Dst-Nat” Rule on the TOP and Check

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… :frowning:

Second Try,

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

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…

Hello all,
I need to customize this page. Can I do this?
thanks

http://wiki.mikrotik.com/wiki/How_to_make_transparent_web_proxy#Customizing_error_pages

Def,

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

Thanks