dzfeng 发表于 2007-12-31 16:07:06

Ros作了WEB透明代理.跑跑卡丁车登陆非常慢.

Ros作了WEB透明代理.跑跑卡丁车登陆非常慢.而且CPU占用率太高了,一般都在50%以上.我使用的脚本为:/ ip web-proxy
set enabled=yes src-address=0.0.0.0 port=8080 hostname="192.168.1.1" \
transparent-proxy=yes parent-proxy=0.0.0.0:0 \
cache-administrator="webmaster" max-object-size="4096 kB" \
cache-drive=system max-cache-size=500

/ ip firewall dst-nat
add src-address=192.168.1.0/24 in-interface=lan \
dst-address=!192.168.1.0/24:80 protocol=tcp action=redirect \
to-dst-address=192.168.1.1 to-dst-port=8080 comment="" disabled=no


/ ip dns
set primary-dns=202.103.224.68 secondary-dns=202.103.225.68 \
allow-remote-requests=yes cache-size="2096 kB" cache-max-ttl=7d


我使用的是2.9.27   请教高手以上脚本有没有错误.

zhizhon 发表于 2008-3-10 16:27:15

我也是.....求解!!!

sbswc 发表于 2010-1-13 16:05:40

你不用那个LAN"/ ip firewall dst-nat
add src-address=192.168.1.0/24 in-interface=lan \
dst-address=!192.168.1.0/24:80 protocol=tcp action=redirect \
to-dst-address=192.168.1.1 to-dst-port=8080 comment="" disabled=no"

crack_ros 发表于 2010-1-13 17:01:00

PROXY一直是ROS的痛

在其官方论坛上,多次被客户提出要修改;

3.0之后一直有2个PROXY的包存在ISO里面,有个测试的

4。0不知道改善了没有
页: [1]
查看完整版本: Ros作了WEB透明代理.跑跑卡丁车登陆非常慢.