|
From: Carl P. <cp...@ti...> - 2003-09-16 19:32:33
|
James Yonan wrote:
>Carl,
>
>This looks like a configuration issue.
>
>Can you post your config files?
>
>
>
Certainly. I'm stripping all comments and mangling IP addresses in the
intrests of space and security :)
The linux box:
cd /etc/openvpn/inspiron
daemon openvpn.inspiron
log /etc/openvpn/inspiron/log
writepid /etc/openvpn/pids/inspiron.pid
up /etc/openvpn/inspiron/up.bash
down /etc/openvpn/common/commands/down.bash
tls-verify /etc/openvpn/common/commands/tls-verify.perl
dev tap
tls-server
dh dh1024.pem
ca /etc/openvpn/common/pem/ticomgeo-vpn.pem
cert /etc/openvpn/common/pem/dimebox.ticom-geo.com.pem
key /etc/openvpn/common/pem/dimebox.ticom-geo.com.nodes-key.pem
tls-auth auth-code.pwd
port 5000
proto udp
local a.a.a.a
user openvpn
group nobody
comp-lzo
ping 20
ping-restart 40
ping-timer-rem
persist-key
verb 5
mute 10
---8<---8<---8<---
The Windows box:
cd "C:\Program Files\OpenVPN\ticomgeo"
remote a.a.a.a
port 5000
proto udp
dev tap
dev-node "OpenVPN TAP Adapter"
tls-client
dh dh1024.pem
ca ticomgeo-vpn.pem
cert inspiron.pem
key inspiron-key.pem
tls-auth auth-code.pwd
ping-exit 40
ping-timer-rem
persist-tun
persist-key
ping 20
comp-lzo
verb 5
mute 10
---8<---8<---8<---
Some notes:
On the windows box I'm using the FQDN of the linux box instead of
the IP address. The connection is established, so I don't think this
will be an issue.
tls-verify.perl is the example tls-verify script from the OpenVPN
distribution
I'm running my own CA
The tls-auth file is the same on both machines
The dh1024.pem file is the same on both machines
If there is anything else I can do to help, please let me know! Thanks!
-Carl
|