Hi all
I've upgraded my MT-router to use 2.9RC5. Im my eyes it works fine but I have a few problems with the web proxy:
* I know that http-traffic is going through the transparent proxy since all pages that users look at show up in the log.
* I want to block access to a few pages via the proxy. That's done with
ip web-proxy access> print
0 url="ad.aftonbladet.se" action=deny
1 url="ad.adtoma" action=deny
2 url="snyggast.se" action=deny
etc etc
This worked fine in 2.8, but not now. It's free to surf anywhere
* I can not get my queue tree to work as it should. Mangling the http packages works fine, the data is increasing while users surf, but no way I can get the queues to react on that.
ip firewall mangle> print
0 chain=input in-interface=Internet protocol=tcp src-port=80
action=mark-packet new-packet-mark=HTTP
and
queue tree> print
0 name="HTTP Surf" parent=global-in packet-mark="HTTP"
limit-at=2000000 queue=ethernet-default priority=4 max-limit=24000000
burst-limit=0 burst-threshold=0 burst-time=0s
and some other tree entries...
I would be happy if anyone had any idéas about my problems.