...
upgraded two routers to 2.8.19. so decided to try it again....
Am I the only one with this problem? Any ideas?
same problem to me. i set the mss according to the mtu (1480) which works on the dsl-line. but no web-site is working through the proxy anymore. with 2.8.16 it has been working.
as far as i see the squid version has been updated. perhaps something has gone wrong there...
update:
after reconfiguring the web-proxy (deleting old rules, etc.) everything is working now. here are my settings:
ip web-proxy> export
# dec/05/2004 21:41:26 by RouterOS 2.8.19
#
/ ip web-proxy
set enabled=yes src-address=0.0.0.0 port=3128 hostname="proxy" transparent-proxy=yes parent-proxy=0.0.0.0:0 max-object-size="1024 kB" cache-drive=system max-cache-size=none
/ ip web-proxy access
add dst-port=!443,563 method=connect action=deny comment="allow CONNECT only to SSL ports 443 \[https\] and 563 \
\[snews\]" disabled=no
add src-address=192.168.255.0/24 action=allow comment="allow local hosts to use proxy" disabled=no
add action=deny comment="default deny - must be last!" disabled=no
/ ip web-proxy cache
add url="cgi-bin \\?" action=deny comment="don't cache dynamic http pages" disabled=no
/ip firewall dst-nat pr
0 ;;; transparenter http-proxy
in-interface=lan dst-address=!192.168.255.0/24:80 protocol=tcp action=redirect to-dst-port=3128
1 in-interface=lan dst-address=!192.168.255.0/24:8000-8099 protocol=tcp action=redirect to-dst-port=3128
regards
matthias[/code]