Right now the use is to encrypt the data where I am in a public location but I would like to be able to Wake On Lan the computer next to the raspberry PI and be able to do remote desktop to that computer (windows 7). I will solve the WOL in another forum so.
1st: I want to configure this computer to connect automatically every time it turns on to VPN, I don't know how to as know I have to right click each time and insert a password. So, How can I achieve that?
2nd: There is no need to add latency to this computer, as the output of the raspberry and itself is the same, they are connected to the same router. So I would like to split tunnel the connection. As the computer has 2 lan ports, I think using the second one to do that, but then I think, there is probably a easier solution using software. So how can I do that?
The client conf file is now as this:
Code: Select all
client
dev tun
proto udp
remote xxx.privateip.ip 4848494
resolv-retry infinite
nobind
persist-key
persist-tun
mute-replay-warnings
ns-cert-type server
key-direction 1
cipher AES-128-CBC
comp-lzo
verb 1
mute 20