As described in post #98 ; you can continue to use nat-start or (preferably) use the openvpn-event vpnclient-route-up script to call WiFiVPN.sh
/jffs/scripts/vpnclient-route-up
or in the worst case scenario use the openvpn-event vpnclient-up script to run a background VPN Syslog Monitor script to call WiFiVPN.sh when the appropriate 'successful reconnect' message appearsCode:/jffs/scripts/WiFiVPN.sh $WIFI_IF $VPN_ID & # Bridge X via this VPN
/jffs/scripts/vpnclient-up
Code:/jffs/scripts/VPN_SyslogMonitor.sh $VPN_ID &
hey thanks for the prompt reply. I was already using the nat-start option but it wasnt working for my scenario. However the vpnclient-route-up scripts seems to be working. I will continue testing this and report back if any errors occur.
thanks a lot !