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,237 views 2 comments
by anonymous
Is it possible to enable HMAC with RUT955 as openvpn server (UDP)?   I can see this feature is available for use when RUT955 is client.

thanks

1 Answer

0 votes
by anonymous

Hello,

It's possible in theory, but not via WebUI. You can upload a key via SSH and then modify the OpenVPN server's config to point to that key.

Upload your key to the router, for example, to the /lib/uci/upload/ directory (where all other keys are uploaded by default).

Then you have to add this line to the OpenVPN config file:

option tls_auth '/lib/uci/upload/key_name.key 0' (replace the 'key_name.key' with the actual name of your key)

You can do this by editing the /etc/config/openvpn file with the vi command.

Instructions on how to upload files to the router can be seen here (for Linux) or here (for Windows).

Best answer
by anonymous
that's great, thanks.

Is this on the wish list for future firmware revisions?
by anonymous
No, not at the moment.