Logic Machine Forum
W4K - Open VPN APP - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11)
+--- Thread: W4K - Open VPN APP (/showthread.php?tid=3894)



W4K - Open VPN APP - merel - 22.02.2022

Good day everyone,
I plan to write Open VPN for W4K applications.
(for schneider hardware is no way how to download KNX instalation remotely)
The application will run a second ovpn instance with user settings.

I have a few questions to EMBS.
1. how to get log from ovpn? Filter from system log?
I tried:
openvpn --config client.ovpn --log /var/log/openvpn.log
and
"status /var/log/openvpn/openvpn-status.log" in config file
both without success
2. how to make cyclically loaded log content into the application?
3. I plan to edit the configuration, by modal window. can you provide me some template?
4. is any way how to generate certificate directli on W4K? Open SSL?
5. in case of server configuration, need to make an entry in iptables?
6. The knx multicast does not go through tunnel, is there any way to solve it? ( usetap tap?ap )

Thank you very much.
Borek Regent
MEREL s.r.o.


RE: W4K - Open VPN APP - victor.back - 09.04.2024

(22.02.2022, 09:17)merel Wrote: Good day everyone,
I plan to write Open VPN for W4K applications.
(for schneider hardware is no way how to download KNX instalation remotely)
The application will run a second ovpn instance with user settings.

I have a few questions to EMBS.
1. how to get log from ovpn? Filter from system log?
I tried:
openvpn --config client.ovpn --log /var/log/openvpn.log
and
"status /var/log/openvpn/openvpn-status.log" in config file
both without success
2. how to make cyclically loaded log content into the application?
3. I plan to edit the configuration, by modal window. can you provide me some template?
4. is any way how to generate certificate directli on W4K? Open SSL?
5. in case of server configuration, need to make an entry in iptables?
6. The knx multicast does not go through tunnel, is there any way to solve it? ( usetap tap?ap )

Thank you very much.
Borek Regent
MEREL s.r.o.

Did you solve this by your self or manage to find answers elsewhere?