CU 201, cgi-bin/ovpnmain.cgi - I followed www.ipfire.org - OpenVPN Configuration and added a new Net-to-Net connection machine2machine with remarck with a typo in it, saved it. The new N2N connection it is displayed in section Connection Status and -Control.
I clicked “Edit” on newly created config to correct the typo in connection Remark.
This action generates error message
Oops, something went wrong…
- Invalid key.

From what I see on disk the subfolder along with connection.conf are created under /var/ipfire/ovpn/n2n/ (and the conf file contains the typo Remark). Not that a big issue so I’ve downloaded the Client package (.zip file), went on the other side (cu200), imported it (via Net-to-Net Virtual Private Network (Upload Client Package) and got the message:
Error messages
Filecount does not match only 2 files are allowed
Inside tmp the upload generated this file which is the zip I’ve uploaded via the UI
ll -t /tmp | head -n 2
total 20
-rw------- 1 nobody nobody 624 May 19 21:26 UY6RnD14iq
gunzip -l UY6RnD14iq
compressed uncompressed ratio uncompressed_name
629 624 3.8% UY6RnD14iq
But the gunzip can’t uncompress that file:
gunzip UY6RnD14iq
gzip: UY6RnD14iq: unknown suffix – ignored
mc displays a different story:
file UY6RnD14iq
UY6RnD14iq: Zip archive data, made by v2.0 UNIX, extract using at least v2.0, last modified May 19 2026 21:04:50, uncompressed size 828, method=deflate
What do I need to change in my process in order to build a N2N connection?

