1
vote
1answer
140 views

Bash script to automate Open VPN

so what I'm trying to do is to write a Bash script that will ssh into a server and generate new user credentials. However, it won't create the new user keys, but it can tell you if a user already ...
0
votes
0answers
211 views

PortForwarding Socat vs. SSH Performance

I have a relativ compley problem, where a mac server is connecting to an ubuntu server via open vpn. A client has to connect to a VNC Server on the mac via the ubuntu server. On my staging system I ...
1
vote
1answer
174 views

Connecting to server that's used as a vpn [closed]

I have OpenVPN installed on my computer, when I'm connected to the server which has the OpenVPN installed and then SSH/FTP to that server, it doesn't want to connect Error: Connection timed out ...
1
vote
1answer
166 views

Connecting two WLANs, one using internet from the other, different SSID and security settings [closed]

I am a student working at a library job. Its a great job for a student, since I have lots of downtime to study and get other work done. So naturally, i want to work on my java projects. I spoke with ...
0
votes
1answer
1k views

Unable to connect because your certificate is not yet valid. Check that your system time is correct

I don't know what i did wrong. My time is correct, i even updated it from microsoft. client config: tls-client client dev tun proto udp remote xx.xxx.xxx.xxx 80 resolv-retry infinite nobind tun-mtu ...
1
vote
1answer
1k views

SSH traffic over openvpn freezes under weird circumstances

I have an openvpn (version 2.1_rc15 at both ends) connection setup between two gentoo boxes using shared keys. it works fine for the most part. I use mysql, http, ftp, scp over the vpn with no ...
1
vote
4answers
799 views

ssh/VPN access from dynamic IPs / while travelling. knockd or dynDNS based authentication?

What are the advantages and disadvantages of using knockd vs. using dynamic DNS based authentication for ssh or VPN logins from a dynamic IP address or while travelling (i.e. some random hotel IP)? ...