Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mfle

#1
Hallo,

selbes Problem hier. Multiwan OpenVPN verbindet sich, lässt aber keinerlei Traffic durch. Pro WAN-Interface war per NAT -> Port Forward auf die 127.0.0.1 umgeleitet, der OpenVPN-Server auf Interface localhost konfiguriert. Hat 1,x Jahre funktioniert. Seit 19.7 kein Traffic mehr durch den Tunnel. :(

OpenVPN-Server auf ein WAN-Interface konfiguriert, tut wieder :). Leider jetzt ohne Multiwan.

Für eine Lösung wäre ich dankbar.

Gruß
#2
Hi,

solved similar problem after reading this post:

config[61081]: [OPNsense\Firewall\Alias:aliases.alias.aad468bd-fdcb-4c4e-95ae-9a94a6ad80e1.name] Reserved protocol or service names may not be used
config[61081]: Model OPNsense\Firewall\Alias can't be saved, skip ( Phalcon\Validation\Exception: [OPNsense\Firewall\Alias:aliases.alias.aad468bd-fdcb-4c4e-95ae-9a94a6ad80e1.name] Reserved protocol or service names may not be used  in /usr/local/opnsense/mvc/app/models/OPNsense/Base/BaseModel.php:538 Stack trace: #0 /usr/local/opnsense/mvc/app/models/OPNsense/Base/BaseModel.php(645): OPNsense\Base\BaseModel->serializeToConfig() #1 /usr/local/opnsense/mvc/script/run_migrations.php(56): OPNsense\Base\BaseModel->runMigrations() #2 {main} )

Changed alias name "rdp" in /conf/config.xml
Now aliases are back  :)

Thanks!

Max
#3
Hi,

it works:

first delete first and last line from config.encrypted
---- BEGIN config.xml ----
---- END config.xml ----

base64 -d config.encrypted | openssl enc -aes-256-cbc -d -k PASSWORD > config.xml

Thank you!
#4
Need to edit config.xml
Have encrypted config.xml and the password.

how to decrypt the file?