|
|
Thanks for your quick reply. It actually turned out to be my firewall (not
sure why yet, but when I opened up the connection temporarily, OpenVPN said
"Peer Connection Initiated...". HOWEVER, I can't access anything on the
remote servers. My home computer is connected directly to the network, my
work computer is on a 192.168.0.X subnet. When I try to ping 192.168.0.3
(or any other IP address), I get nothing from the client. All my
configurations are still the same as below.
Any thoughts? Thanks again,
josh
From: Mathias Sundman <mathias@xxxxxxxxxx>
To: openvpn-users@xxxxxxxxxxxxxxxxxxxxx
Subject: Re: [Openvpn-users] Ideas? Cannot get OpenVPN to work
Date: Wed, 7 Jul 2004 11:01:45 +0200 (CEST)
On Wed, 7 Jul 2004, Josh Lindenmuth wrote:
I am trying to setup OpenVPN from a home PC connected directly to a cable
modem (computer has a public IP address) to a Linux/Windows network at
work. OpenVPN and the firewall at work are sitting on a linux server.
I've setup bridging on eth1 (intranet facing card), and changed iptables
accordingly. No matter what I do though, I keep getting a "NOTE: failed
to obtain options consistency info from peer" from my home Windows PC when
I run the ovpn config file.
Home config:
port 5000
secret homeuser.key
comp-lzo
dev tap
fragment 1400
ifconfig-nowarn
mssfix 1400
ping 10
remote AA.BB.CC.DD #masked out for privacy
route-delay 10
tap-sleep 1
tun-mtu 1500
tun-mtu-extra 32
verb 4
(note: I've tried with and w/o ifconfig statement, no luck)
work config:
port 5000
dev tap0
secret homeuser.key
log-append /var/log/openvpn/homeuser.log
comp-lzo
fragment 1400
group openvpn
local AA.BB.CC.DD #masked out for privacy
mssfix 1400
persist-tun
persist-key
persist-local-ip
ping 10
ping-restart 35
ping-timer-rem
tun-mtu 1500
tun-mtu-extra 32
user openvpn
verb 4
Do I need to do anything special to get these machines to talk,
particularly since my machine only has a public IP address? I'm a bit at
a loss ...
Could you let us see the output from openvpn on your client?
Are you running same version of OpenVPN on both the firewall and your
client?
--
_____________________________________________________________
Mathias Sundman (^) ASCII Ribbon Campaign
NILINGS AB X NO HTML/RTF in e-mail
Tel: +46-(0)8-666 32 28 / \ NO Word docs in e-mail
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self
defense, top technical experts, no vendor pitches, unmatched networking
opportunities. Visit www.blackhat.com
_______________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|