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
1,100 views 4 comments
by anonymous

I am using a L2TP/IPSEC connection to connect remotely to my RUT955 router.

But when I check the system log there are a lot of error regarding the L2TP settings.

This will repeat itself every 30-60 seconds.

see the example below:

Thu Jun 20 14:27:18 2019 daemon.info syslog: 13[CFG] received stroke: initiate 'IPsecPol'

Thu Jun 20 14:27:18 2019 daemon.info syslog: 13[IKE] unable to resolve %any, initiate aborted

Thu Jun 20 14:27:18 2019 daemon.info syslog: 13[MGR] tried to checkin and delete nonexisting IKE_SA

 Is there something that I need to do, or something I need to change?

greetings,

Mathijs

1 Answer

0 votes
by anonymous
Hello,

if IPSec have no connection, every 30s it tries to establish one. If you do not entered right peer address it show this error at every try.

It shouldn't cause any problems.
Best answer
by anonymous
Is it possible to hide the IPSec messages in the system log?
by anonymous
You can edit /etc/init.d/ipsec script and add lines to function prepare_strongswan_config():

echo "syslog { daemon {default = -1} auth {default = -1} }" >> "$File_strongswan"
by anonymous
Thanks for your answer!

Is there an example how to edit these files?
by anonymous
You need to ssh to router, use vi editor

vi /etc/init.d/ipsec

add line above and save