Hi all i need some help.
Dual-wan in fail over mode does not have wan0 and wan1, however if you disable and enable the secondary connection it goes from cold-standby to hot-standby.
So i see on eth4 it recieved ip and gateway from my secondary ISP.
This connection is idle all the time and do nothing, but i would like to push some data over it, so i followed instructions from :
https://www.snbforums.com/threads/s...-to-choose-from-which-to-wan-to-go-out.38146/
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_replace "nobind" "local xxx.xxx.xxx.xxx" $CONFIG
So now my openvpnclient 1 bind nicely on my secondary ISP even when in failover mode.
Openvpn client log shows the right binding ip from secondary ISP.
ISP1 = 300 Mbit / 100 with openvpn
ISP2 = 20 Mbit / 20 with openvpn
I add machines to the openvpn1 (policy based routing) but when i do a speedtest i get full speed from my primary ISP , and when i look at the eth4 interface stats i see no data going over that interface.
So my traffic still goes out over primary ISP.
I use x3mrouting, skynet, and diversion, maybe one of these could brake something here.
For me is no option to go to loadbalance mode because of the big difference in connection speed , amd losing adaptive qos.
Does anybody have a clue what this could be ?
Thanks already !
Hike
Dual-wan in fail over mode does not have wan0 and wan1, however if you disable and enable the secondary connection it goes from cold-standby to hot-standby.
So i see on eth4 it recieved ip and gateway from my secondary ISP.
This connection is idle all the time and do nothing, but i would like to push some data over it, so i followed instructions from :
https://www.snbforums.com/threads/s...-to-choose-from-which-to-wan-to-go-out.38146/
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_replace "nobind" "local xxx.xxx.xxx.xxx" $CONFIG
So now my openvpnclient 1 bind nicely on my secondary ISP even when in failover mode.
Openvpn client log shows the right binding ip from secondary ISP.
ISP1 = 300 Mbit / 100 with openvpn
ISP2 = 20 Mbit / 20 with openvpn
I add machines to the openvpn1 (policy based routing) but when i do a speedtest i get full speed from my primary ISP , and when i look at the eth4 interface stats i see no data going over that interface.
So my traffic still goes out over primary ISP.
I use x3mrouting, skynet, and diversion, maybe one of these could brake something here.
For me is no option to go to loadbalance mode because of the big difference in connection speed , amd losing adaptive qos.
Does anybody have a clue what this could be ?
Thanks already !
Hike