First sorry for my bad English
i have problem with load balance if have two wans lines first 3com((2MB)) second conexent((1MB)) if i use ip already installed in ((Ip Bindings)) and the the type of ip is ((bypassed)) load balance work successful and if i great username and password in hotspot and use it load balance doesn`t work
i use this script
192.168.1.1 3com((wan 1))
10.0.0.2 conexent((wan 2))
10.1.1.1 lan
ip address
add address=10.1.1.1/24 network=10.1.1.0 broadcast=10.1.1.255 interface=lan comment=“”
disabled=no
add address=10.0.0.3/24 network=10.0.0.0 broadcast=10.0.0.255 interface=conexent
comment=“” disabled=no
add address=192.168.1.3/24 network=192.168.1.0 broadcast=192.168.1.255 interface=3com
comment=“” disabled=no
ip firewall mangle
add chain=prerouting in-interface=lan connection-state=new nth=1,1,0
action=mark-connection new-connection-mark=odd passthrough=yes comment=“”
disabled=no
add chain=prerouting in-interface=lan connection-mark=odd action=mark-routing
new-routing-mark=odd passthrough=no comment=“” disabled=no
add chain=prerouting in-interface=lan connection-state=new nth=1,1,1
action=mark-connection new-connection-mark=even passthrough=yes comment=“”
disabled=no
add chain=prerouting in-interface=lan connection-mark=even action=mark-routing
new-routing-mark=even passthrough=no comment=“” disabled=no
ip firewall nat
add chain=srcnat connection-mark=odd action=src-nat to-addresses=10.0.0.3
to-ports=0-65535 comment=“” disabled=no
add chain=srcnat connection-mark=even action=src-nat to-addresses=192.168.1.3
to-ports=0-65535 comment=“” disabled=no
ip route
add dst-address=0.0.0.0/0 gateway=10.0.0.2 scope=255 target-scope=10 routing-mark=odd
comment=“” disabled=no
add dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=255 target-scope=10 routing-mark=even
comment=“” disabled=no
add dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=255 target-scope=10 comment=“”
disabled=no
please help me