OpenVPN through Endian Firewall: Clueless

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
NinthNova
OpenVpn Newbie
Posts: 1
Joined: Wed Jul 03, 2013 3:33 pm

OpenVPN through Endian Firewall: Clueless

Post by NinthNova » 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:

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
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.

Post Reply