Tagged Questions
0
votes
0answers
86 views
Error when build OpenVPN on Windows by Python based build [closed]
I have attempted to build OpenVPN verison 2.2.2 for Windows (client) using the Python based build script and I get the following errors:
C:\openvpn-build\openvpn-2.2.2\win>python build_all.py ...
1
vote
1answer
445 views
How to extract client certificate info from OpenVPN?
When a user is connected to my OpenVPN server would I like to extract the ID of the clients certificate.
The purpose is to write a script that will prevent users from sharing their certificates with ...
2
votes
1answer
560 views
sending packets to a tap interface using python
I've been trying to send packets to a tap interface using python. I'm monitoring the tap interface using wireshark and no packets are being received. I'm doing this as an exercise mainly to help my ...
1
vote
1answer
742 views
Python OpenVPN Script
I am attempting to write a python script for linux to start openvpn and have been running into a problem getting openvpn to start using subprocess.
I am using the following to start openvpn:
...
0
votes
1answer
492 views
Create openVPN Certificate with python
Do you guys know a python "script" that can generate openVPN certificates ?
I need this to integrate it with my django project ...
Thx.
1
vote
1answer
778 views
Writing a connection manager for OpenVPN in python
Hi I'm having trouble trying to write a connection manager for OpenVPN in python. My needs are to have a script that listens on port 1195 UDP and when a connections is established, it should forward ...
0
votes
1answer
935 views
using python expect to run openvpn
i need a python script to run open vpn automaticaly
but i use sudo for run the open vpn
sudo openvpn --cd /etc/openvpn --config openvpn.conf &
thats my terminal command. i have to give the ...