OpenVPN through Endian Firewall: Clueless
Posted: Wed Jul 03, 2013 3:57 pm
My boss and I are trying to get OpenVPN to work from a Windows 7 laptop through an Endian Firewall and connect it to another PC to act as a roadwarrior VPN.
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:
Also, I can't find the log it's supposed to create anywhere.
I realize this probably comes across as mindnumbingly stupid for most of you, and I apologize in advance.
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.