Unfortunately, neither of us have any idea what we're doing. We've been reading over tutorials for two days straight, but we're still totally clueless.
This is the config file he wrote:
Code: Select all
client
dev tap
;dev-node MyTap
proto udp
remote XX.XX.XXX.XXX 1194
resolv-retry infinite
nobind
persist-key
persist-tun
mute-replay-warnings
ns-cert-type server
# If a tls-auth key is used on the server then every client must also have the key.
;tls-auth ta.key 1
# Select a cryptographic cipher.
# If the cipher option is used on the server then you must also specify it here.
;cipher x
# Enable compression on the VPN link.
# Don't enable this unless it is also enabled in the server config file.
comp-lzo
verb 3
I realize this probably comes across as mindnumbingly stupid for most of you, and I apologize in advance.