Answer the question
In order to leave comments, you need to log in
Strong loading of Mikrotik at l2tp/ipsec?
Good afternoon!
I have mikrotik CRS125-24G-1S-2HnD-IN. Raised l2tp/ipsec on it. ISP speed 30Mbps.
When a client connects, the speed does not rise above 10Mbps, the processor is 100% loaded.
Raised PPTP for the experiment - everything is fine there. Mikrotik gives all the speed and loading 25-28%.
Can someone explain why that is?
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des,aes-256-cbc
set h323 disabled=yes
/ip ipsec peer
add address=0.0.0.0/0 enc-algorithm=3des,aes-128,aes-192,aes-256 exchange-mode=main-l2tp generate-policy=port-override local-address=0.0.0.0 passive=yes secret=password
/ip ipsec policy
set 0 dst-address=0.0.0.0/0 src-address=0.0.0.0/0
Answer the question
In order to leave comments, you need to log in
And what is not clear? the processor is dead, does not have time to encrypt anymore
That's right, the processor is weak for strong encryption. Try to use only AES, in my experiments it turned out faster than 3DES.
Of course, the problem is the complexity of encryption. You can try just by password, without a certificate and check the speed. The result is to choose what is more important - security, or speed. Or change the hardware.
enc-algorithms=3des,aes-256-cbc
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question