狼兄请进,请问3.30怎么给指定IP发广告或信息,以前的都失效了
请问3.30怎么给指定IP发广告或信息,以前的都失效了各位请帮忙 本帖最后由 47771885 于 2010-4-21 17:51 编辑
{:2_34:}。。。我是 灰太狼 还有个小狼。。不知楼主引那个啊
我可是要美女才能 引动的哦 你这个问题 我也不知道没用过那玩意好像不用脚本的吧。。。直接是NAT 策略吧 不存在失效 吧 狼兄就是47771885你啊,能不能具体说个脚本啊 狼兄就是47771885你啊,能不能具体说个脚本啊
cailiao 发表于 2010-4-21 18:42 http://bbs.routerclub.com/images/common/back.gif
汗。。。 你的脚本呢。。。。。 汗。。。 你的脚本呢。。。。。
47771885 发表于 2010-4-21 18:51 http://bbs.routerclub.com/images/common/back.gif
####################################################################################
#定义变量
#首页所在服务器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 3h
ip 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=TimeOut1
ip firewall mangle add chain=prerouting protocol=tcp dst-port=80 \
action=add-src-to-address-list address-list=src2 address-list-timeout=$StrTimeOut2 comment=TimeOut2
ip 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
######程序结束###################################################################### 冒昧的问一句 你的是不是多线路 是的 本帖最后由 47771885 于 2010-4-22 02:14 编辑
是的
cailiao 发表于 2010-4-22 00:14 http://bbs.routerclub.com/images/common/back.gif
不管脚本什么事的 呵呵
你应该做一个策略
chain=prerouting
源地址 你内网IP 段
目的地址 你转向的IP
action=accept
可以尝试下 呵呵 理论是这样的 试过了,都不行 要放到最前的哦
页:
[1]