What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Beta Asuswrt-Merlin 3006.102.5 Beta is now available

Status
Not open for further replies.
LOL. I do not monitor this forum daily. My issue is today is the only day i have enough free time to install and reconfigure a new release that's all. Like i said just asking. not the end of the world.

Even better use case to install MerlinAU and just do it at night while your sleeping 😴 #ShamelessSelfPromo

Okay well I figured you were getting impatient of checking for updates thats why I suggested. But even better reason if it's time related! 😀
 
No thanks i don't use add on's not interested, just need a smooth running router nothing more nothing less.

To each their own!

I'll be sleeping when mine auto-updates, time constraints are a thing of the past my friend!

just need a smooth running router nothing more

No worries , then I would tailer my recommendation to just patiently keep waiting for the beta cycles to end
 
Last edited:
Update a while ago and everything working just fine.

I'm trying to generate "--tls-crypt-v2" key but seems program missing command to genearet that.
# Generate per-client tls-crypt-v2 key with metadata = client_name
openvpn --tls-crypt-v2-genkey "$TLS_CRYPT_V2_CLIENT" \
--server "$TLS_CRYPT_V2_SERVER" --metadata "$client_name"
Get this code:
Options error: Unrecognized option or missing or extra parameter(s) in [CMD-LINE]:1: tls-crypt-v2-genkey (2.6.14)
Is it missing in this builds? and if then can that be included in next relese? openvpn 2.6.14 support it.
Everything else I can do manually.

@RMerlin
 
Last edited:
That parameter does not exist according to the OpenVPN 2.6 manpage:


The proper command is:

Code:
--genkey tls-crypt-v2-server
I have modified my string to this:
openvpn --genkey tls-crypt-v2-server "$TLS_CRYPT_V2_CLIENT" server "$TLS_CRYPT_V2_SERVER" [metadata] "$client_name"
But get: /jffs/configs/key_gen4.sh: line 160: --genkey: not found

EDIT: got it to working now, changed syntax to:
openvpn --tls-crypt-v2 "$TLS_CRYPT_V2_SERVER" --genkey tls-crypt-v2-client "$TLS_CRYPT_V2_CLIENT"
 
Last edited:
Status
Not open for further replies.

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top