AGIinspired

Results 8 comments of AGIinspired

I just came across this problem myself. I am a noob at python and and coding in general , most of the code I keep seeing as a solution for...

run "ip route show" and see what position in the string the gateway address is for usb0. Probably need to change line 71 to : tunnelInterfaceGW=$(ip r | grep 'default.*'${tunnelInterface}...

you need to make the server dynamically add a new subnet when a new client connects and tell the client what the subnet is (with relevant addresses). A simple way...

okay I noticed its not necessarily if master goes down. Seems to be whichever connection is running the tunnel.

Using shadowsocksrust 2022 with openvpn TCP. system log output when failover doesnt happen: ``` May 20 08:49:30 OpenMPTCProuter daemon.notice netifd: wan1 (9865): udhcpc: received SIGTERM May 20 08:49:30 OpenMPTCProuter daemon.notice...

default via 10.255.252.1 dev tun0 default metric 1 nexthop via 192.168.7.1 dev eth1 weight 100 nexthop via 192.168.8.1 dev eth2 weight 1 default via 192.168.7.1 dev eth1 metric 7 default...

This is after I turn off main interface running tunnel (also did ping before I turned it off): 64 bytes from 8.8.8.8: icmp_seq=25 ttl=118 time=36.7 ms 64 bytes from 8.8.8.8:...

This is the output with both interfaces up and eth2 as default: ``` root@OpenMPTCProuter:~# ip r default via 10.255.252.1 dev tun0 default via 192.168.8.1 dev eth2 metric 1 default via...