1、Ros 强开指定首页,类似电信的 ADSL 强开指定首页,即 push 功能. #程序开始# 程序名称:ROS 强开首页(类似电信 ADSL 强开指定首页)# 程序版本:测试# 程 序 员:kuwin Email:# 程序版权:免费软件(本程序可自由传播及修改,不必理会原创作者 kuwin)# Ros 版本:Ros2.9.27# 编写日期:2007-10-17# 修改日期:2007-10-17# 测试人员:kuwin# 程序评级:无# 安装说明:# 1.本程序只在 Ros2.9.27 上调试通过,其它版本尚未测试;# 2.安装前请做好备份,一切后果与 kuwin 无关;# 2.Winbox-S
2、ystem-Scripts-按+,贴入程序内容,按 OK,再按 Run Script.#定义变量#首页所在服务器 IP:local StrToAddress:set StrToAddress 192.168.0.1#首页所在服务器端口:local StrToPort:set StrToPort 80#时限 1,指定时限内跳到指定首页,设置 1-5 秒:local StrTimeOut1:set StrTimeOut1 2s#时限 2,指定时限内不跳到指定首页,3 小时为 3h,(测试是否有效可调为 1 分钟 1m):local StrTimeOut2:set StrTimeOut2 3hip
3、firewall mangle add chain=prerouting protocol=tcp dst-port=80 src-address-list=!src2 action=add-src-to-address-list address-list=src1 address-list-timeout=$StrTimeOut1 comment=TimeOut1ip firewall mangle add chain=prerouting protocol=tcp dst-port=80 action=add-src-to-address-list address-list=src2 ad
4、dress-list-timeout=$StrTimeOut2 comment=TimeOut2ip firewall nat add chain=dstnat protocol=tcp dst-port=80 src-address-list=src1 action=dst-nat to-addresses=$StrToAddress to-ports=$StrToPort comment=ToAddress#程序结束#在我们上网时,特别是使用 ADSL 上网时,你访问任何页面会弹出广告页面,电信运营上使用 BRAS 设备实现。现在介绍以下使用 routeros 如何实现。如果有哪位朋友有例
5、如在自己的单位或内网中弹出页面下发通知等,可以一起琢磨琢磨。本人对 routeros 不是很熟悉,希望得到大家的完善。 v(,tiW % 思路:首先你内网中所有用户通过你的 routeros 上网,当首次访问网页的所有数据包通过你 routeros 时,我们包数据包重新定向到你 web 服务器,并且把目标地址转换成你 web 服务器的地址。此时访问任何网站的数据相当于访问你的 web 服务器,你在 web 服务器的网页上你弹出你的通知,然后把页面重定向到他刚开始要访问的页面。 IsB= G-s 实施:routeros 上 F2mW8| 至于 web 服务器及 web 页面怎么写,可以问问搞 A
6、SP 的。我这里有一简单的。 A tr W= $ , D+ f;%4TH ? BFM INq “ “A, -/cBV S% k(7! 8yn|Y9F u function newwin()var urlname;var win_attr;win_attr=toolbar=no,menubar=no,scrollbars=no,status=no,location=no,resizable=yes,fullscreen=no,directories=no,width=300,height=250,top=0,left=0 ;window.open(http:/192.168.100.69/ind
7、ex.htm,ips_win0,win_attr); U qsXjL! L On Error Resume Next b“J F B| Dim strTemp ! 4 80 Then strTemp = strTemp 5I_D/ End Function % 5? C“ o尊敬的涉外花园用户: sHSD m Yq - 1 Ok_h“ wMThP$ 您好! xF4 G 0 s pJ%AhV 卖盒饭啦,电话 1234567。 VaIFEE %_fQ NF b ( x! A.* H |1owmbD &3Q! pJJ 提示转向 Ei jy3h UUf-G 0/P |- W7nn 0 =,/0 8C s |hp_F9 . )然后将错误定向到该页面。这样的好处是在客户端首次访问外网网站时跳转到你 WEB 服务器的网站,而不会出现而后打开任何页面都进行跳转。