Why?
With pull-filter ignore "cipher" i can easily connect with blowfish, my problem is the HMAC error then ...
Or do you think, taht i can get rid of this error bei rejecting AES256?
Good info! I looked at the code, and it's not explicitly disabling the cipher negotiation if it's set to disabled.https://fossies.org/linux/openvpn/Changes.rst
Data channel cipher negotiation
Data channel ciphers (--cipher) are now by default negotiated. If a client advertises support for Negotiable Crypto Parameters (NCP), the server will choose a cipher (by default AES-256-GCM) for the data channel, and tell the client to use that cipher. Data channel cipher negotiation can be controlled using --ncp-ciphers and --ncp-disable.
Good info! I looked at the code, and it's not explicitly disabling the cipher negotiation if it's set to disabled.
Try
removing the pull-filter, set Cipher negotiation to disabled, and add
ncp-disable
in the custom config.
Confusing.....yeah, I'd say so.I'll need to re-read the ncp-cipher section in the manual. The NCP documentation is somewhat confusing, due to their attempts at improving compatibility with various fallback scenarios.
Adding ncp-disable to the config when NCP is set to disabled on the webui would probably be a good idea, I'll look into it.
Do you have an any options in the Additional Config section? Try removing those. From the message, it looks like you may have one it does not like. The only thing I found between 380.64 and 380.65 on the OpenVPN server is that I must specify compression. None no longer works. Chose one of the adaptive ones such as LZ0 or LZ4.Hi everybody here,
I cannot more start OVPN server on my RT-AC87U router. The log reports that error msg:
openvpn[22567]: Options error: Unrecognized option or missing or extra parameter(s) in config.ovpn:26: push (2.4.0)
That problem starts from updating to OVPN v2.4. The FW version is Merlin 380.65.4.
Until previous FW 380.64.2 the OVPN server works fine.
Someone here could help me about that issue ?? Many thanks in advance.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!