From owner-freebsd-ports Thu Aug 29 13:10:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CA7B37B400 for ; Thu, 29 Aug 2002 13:10:52 -0700 (PDT) Received: from moran.grauel.com (dial-208.15.165.131.geetel.net [208.15.165.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E9E243E42 for ; Thu, 29 Aug 2002 13:10:51 -0700 (PDT) (envelope-from rjk@grauel.com) Received: by moran.grauel.com (Postfix, from userid 100) id 376F511717; Thu, 29 Aug 2002 15:10:40 -0500 (EST) Date: Thu, 29 Aug 2002 15:10:40 -0500 From: Richard Kuhns To: freebsd-ports@freebsd.org Subject: openvpn problems under week-old 4.6 stable Message-Id: <20020829151040.151185f0.rjk@grauel.com> Organization: Grauel Enterprises, Inc X-Mailer: Sylpheed version 0.8.2 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I just installed openvpn 1.3.0 on my FreeBSD 4.6-stable system, hoping to connect to a coworker running openvpn 1.3.0 on a RedHat 7.2 system. I'm dialup, he's on a cable modem. Everything went smoothly until I tried to ping the RedHat box (I used 10.2.0.1 for my system and 10.2.0.2 for his). I start openvpn in one xterm like this: openvpn --remote hercules --dev tun1 --ifconfig 10.2.0.1 10.2.0.2 --verb 5 --secret /usr/local/etc/openvpn.key His machine name (hercules) is defined in /etc/hosts as 10.2.0.2. Via ssh, I start openvpn on his machine in basically the same way (my machine name, and transpose the ip addresses). It apparently starts just fine, but the moment I try to "ping 10.2.0.2" from my machine the openvpn process starts printing .... 3853: write to UDP: No buffer space available (errno=55) 3854: write to UDP: No buffer space available (errno=55) .... forever, until I interrupt it. The leading number starts at 1, by the way. Attempting to ping 10.2.0.1 from his machine silently does nothing. Would anyone successfully using openvpn under a recent FreeBSD care to comment? I'd greatly appreciate any help. -Rich -- Richard Kuhns kuhns@acm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message