Tagged Questions
0
votes
0answers
19 views
system design issues when using tun/tap virtual network card
on a host, there is a Ethernet interface eth0, with public IP address, like 173.194.45.41
and I will establish a tun/tap interface tun0, with a private IP address, like 10.1.2.5
I want to construct a ...
0
votes
0answers
526 views
Openvpn password authentication
I am trying to connect openvpn windows client to openvpn server running on ubuntu. The VPN works fine when using 'certificate only' authentication, . But when trying to authenticate using below ...
-1
votes
1answer
246 views
OpenVPN disconnecting due to another connection [closed]
Today I connected my openvpn server from my home laptop. I left for work and I forgot to disconnect my client. Now, at work, I get disconnected after a few seconds (5). I know this is normal, but I'd ...
-1
votes
1answer
247 views
open-source environment to setup vpn server [closed]
I was wondering that which Linux dist is easier, faster, better to setup and maintain a vpn server.
The other concern that I have is my vpn accounting server. currently I'm running a RADIUS server ...
1
vote
2answers
1k views
Mint 13 openvpn + ipv6 patch
I want to install openvpn for connection to school server disks
Down here http://openvpn.net/index.php/open-source/downloads.html
2.2 + ipv6 patch or 2.3
Try to install with ./configure && ...
0
votes
2answers
195 views
connect to vpn server from vps
I'm tring to connect to openvpn server from my vps,
but every time the client is connecting ,the connection between putty and the vps disconnect automatically.
then,how can I do it?
...
0
votes
0answers
117 views
OpenVPN works from terminal but not from web browser
I used Network Manager in Fedora 17 to setup my VPN. I used Network Manager OpenVPN GUI. And I succeeded. I'm able to ping machine from intranet, but I'm unable to open server that is in intranet. I ...
0
votes
1answer
279 views
How to use one CA/CRT/Key for Multiple OpenVPN Servers
For our small business we run multiple OpenVPN servers. I have them all setup fine but I was wondering if it's possible to use the same CA/CRT/Key file for all of them. All that I want to have to ...
0
votes
1answer
2k views
Pass private key password to openvpn command directly in Ubuntu 10.10
I tried the method with different parameter
I have password.
Here below password is mypassword
1)
root$ echo mypassword || openvpn client.conf.ovpn
the result was display:
mypassword
2)
root$ ...
0
votes
1answer
753 views
IPTables - Conditional ACCEPT an route to a port based upon an Input port
I have an OPENVPN - VPN - that works fine. I have a KVM virtual environment with a Win 2008 Server, with RDP activated. The Gateway server is 192.168.1.123 and the Win 2008 server is 192.168.1.133.
I ...
0
votes
1answer
2k views
How to destroy device tun0 created by openvpn in linux? [closed]
Output of sudo ifconfig -a:
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:192.168.8.37 P-t-P:192.168.8.38 Mask:255.255.255.255
...
1
vote
1answer
423 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
537 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 ...
0
votes
1answer
1k views
openvpn error: TLS Error: TLS key negotiation failed to occur within 60 seconds
I've got a problem on implementin openvpn So I'm here and hope some one could help me
the story:
I've installed openvpn server on a ubuntu server VPS and I've used the tun point-to-point instead of ...
0
votes
1answer
1k views
Custom PAM config: How can I pass username/password parameters to an pam_exec.so module?
I'm using openvpn, a PAM aware app. It has the following useful documentation:
For example:
plugin openvpn-auth-pam.so "login login USERNAME password PASSWORD"
tells auth-pam to (a) use the ...
3
votes
4answers
1k views
How do I kill an OpenVPN connection using Perl?
Is there any way to kill an OpenVPN connection with a Linux command or Perl command?
