joachimmg
New Around Here
Hi.
I'm working on script, based on two tutorials that I've found on the merlin-wiki. My script is found here, including my VPN-client config file. The reason why I have re-written the script is mainly two things;
So... lets imagine that each OpenVPN connections is established in a sequence, from client 1-5, using tun11 - tun15: The problem I can see is when tun11 is established it gets a copy of the main table to it, but when tun12, tun13 etc gets established the previous tables wont be fully updated? But I'm not sure if it means anything as I don't know if tun11 needs (should have?) any information about tun12-15 in its table, such as tun15 will have info about all of its previous ones.
I can sometimes see that there is a "routing conflict" resulting a running client to exit, and I'm wondering if this could be related...
I'm working on script, based on two tutorials that I've found on the merlin-wiki. My script is found here, including my VPN-client config file. The reason why I have re-written the script is mainly two things;
- easier customization and
- its following the concepts of JFFS-scripts based on events.
So... lets imagine that each OpenVPN connections is established in a sequence, from client 1-5, using tun11 - tun15: The problem I can see is when tun11 is established it gets a copy of the main table to it, but when tun12, tun13 etc gets established the previous tables wont be fully updated? But I'm not sure if it means anything as I don't know if tun11 needs (should have?) any information about tun12-15 in its table, such as tun15 will have info about all of its previous ones.
I can sometimes see that there is a "routing conflict" resulting a running client to exit, and I'm wondering if this could be related...