FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
111 views 0 comments
by

Hello, 

I have a problem with my vpn ipsec configuration, The problem occurs when it reboot one of the two routers.The tunnel does not comes up until i do some changes in routing or IPsec configuration.

Is there a parameter to configure to make it automatically connect?

This is problem actually only RUT240

Thank you, 

Zamig

1 Answer

0 votes
by anonymous

Hello,

This is a known issue right now that IPsec tunnel does not come up after reboot in RUT2XX devices and our RnD department already working on this case. 

Right now you could create custom script to avoid this issue that should look like this:

#!/bin/ash

sleep 30
/etc/init.d/ispec start

Or you could send me a private message and I will give you test version of firmware that should have this fix.

Regards.

Best answer