广东林001 发表于 2011-3-9 21:32:15

RouterOS首次打开网页强制跳转(帮忙看下,错在那里)

用了以下两句脚本:
ip firewall mangle add chain=postrouting protocol=tcpdst-address=10.24.28.200 dst-port=80 action=add-src-to-address-listaddress-list=src2(访问过10.24.28.200的加到src2中)

ip firewall nat add chain=dstnat protocol=tcp dst-port=80action=dst-nat to-addresses=10.24.28.200 to-ports=80 src-address-list=!src2(IP不在SRC2中的强制跳转到10.24.28.200)

在客户首次打开网页(如163.com),网页能强制跳转到10.24.28.200网址,但不能将客户的IP加到src2中(但在IE中直接输入10.24.28.200网址,能将客户的IP加到src2)。这是为什么?

miaomiao2008 发表于 2011-3-9 22:39:29

使用pppoe拨号还是固定ip?

火蚂蚁 发表于 2011-3-9 22:44:20

本帖最后由 火蚂蚁 于 2011-3-9 22:51 编辑

chain=postrouting 应该是chain=prerouting吧???

广东林001 发表于 2011-3-10 07:10:55

用HOSPOT认证

yus 发表于 2011-3-10 13:25:43

本帖最后由 yus 于 2011-3-10 13:30 编辑

用hotspot认证还用这种方法!直接修改html文件代码就可以实现,何必用这种方法,hotspot的html文件很适合做这些

广东林001 发表于 2011-3-11 15:17:02

yus 发表于 2011-3-10 13:25 static/image/common/back.gif
用hotspot认证还用这种方法!直接修改html文件代码就可以实现,何必用这种方法,hotspot的html文件很适合做 ...

能指出具体改那个文件吗
页: [1]
查看完整版本: RouterOS首次打开网页强制跳转(帮忙看下,错在那里)