IP地址按地址平均分配到8线ADSL分流!
IP地址按地址平均分配到8线ADSL分流,也可以改为按奇偶IP分流,我的是8线的,用的时候按自己需要修改!:local ip "192.168.9.":local y 8
:local n 1
:local c 1
:for a from=1 to=31 do={
:for b from=($y-7) to=$y do={
/ip fir mangle add chain=prerouting src-address=($ip . $b) action=mark-routing new-routing-mark=("to_" . $c) passthrough=yes disable=no
:set c ($c+1)
}
:set y ($y+8)
:set c 1
}
#添加剩余的IP号
:for b from=($y-7) to=254 do={
/ip fir mangle add chain=prerouting src-address=($ip . $b) action=mark-routing new-routing-mark=("to_" . $c) passthrough=yes disable=no
:set c ($c+1)
}
#查找标记ip地址为.1地址,并删除
ip firewall mangle remove
很好很强大,可惜过时~~ :) 有一条满载了怎么办,这东西玩玩就行 还是不错的想法,顶顶 想知道按奇偶IP分流,不知道楼主能不能共享一下,只要两条线的 非常好的帖子,希望可以再见到你的帖子,
灌水运动员就别顶了 thanks 是啊,一条线满了,一条线还空一半的。怎么办? 此方法只是提供给需要IP分流的人,如果要做到负载均衡最好使用NTH或PCC
页:
[1]