dnielso5

Results 28 comments of dnielso5

Sorry i was busy the last week. at the moment i switched to wire guard as openVPN capped me at 3MB/s and wireguard gives me 13MB/s. If you give me...

> Can you try the following: > > 1. Exit `dietpi-vpn` when you run into this timeout. > > 2. From console, start it manually: `G_EXEC systemctl restart dietpi-vpn` >...

When i do `G_EXEC systemctl restart dietpi-vpn` i do get the `[ OK ] systemctl restart dietpi-vpn` but then it does the same ``` Broadcast message from root@DietPi (Mon 2023-12-11...

Yes this is my own openVPN server. I used piVPN to create the .opvn file. This is the file that is generated, i dont see the "askpass" line ``` client...

doing "pivpn -a nopass" i can create an .opvn config file and connect using the dietpi-vpn page. An oddity is that when you select "custom" in the vpn config page...

> Is it possible to enable user/password authentication in PiVPN? No, when you create a "user" its not actually a user but a client name that's associated with the unique...

the reasoning is the first number is the external port and the second one is the docker internal port.

@WolverinDEV i know you helped on the other LDAP issues.

also i tested the ldapsearch with this: `ldapsearch -x -b "ou=all users,dc=domain,dc=domain,dc=domain" -H ldap://ServerIP -D "cd=admin_account,ou=administrators,ou=all users,dc=domain,dc=domain,dc=domain" -w Password 'memberOf=CN=FileSharingAdmins,OU=Groups,OU=All Users,DC=domain,DC=domain,DC=domain'` comes back with the users of the group.

> > @WolverinDEV i know you helped on the other LDAP issues. > > Hey, sorry for the late reply. I'm currently on vacation. I'll be back at Tuesday:) Enjoy...