From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.wa.amnet.net.au (smtp1.wa.amnet.net.au [203.161.124.50]) by speech.braille.uwo.ca (Postfix) with ESMTP id 0B3FB10C0E for ; Thu, 14 May 2009 23:22:53 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1.wa.amnet.net.au (Postfix) with ESMTP id D3BC07DE45 for ; Fri, 15 May 2009 11:22:50 +0800 (WST) X-Virus-Scanned: amavisd-new at smtp1.wa.amnet.net.au Received: from smtp1.wa.amnet.net.au ([127.0.0.1]) by localhost (smtp1.wa.amnet.net.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dUwqhQwD48Ha for ; Fri, 15 May 2009 11:22:49 +0800 (WST) Received: from gotss1.gotss.net (203.161.101.89.static.amnet.net.au [203.161.101.89]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp1.wa.amnet.net.au (Postfix) with ESMTP id B9CF47DA92 for ; Fri, 15 May 2009 11:22:49 +0800 (WST) Received: from [192.168.25.14] (helo=kazam) by gotss1.gotss.net with smtp (Exim 4.69) (envelope-from ) id 1M4o0U-00015i-T8 for speakup@braille.uwo.ca; Fri, 15 May 2009 11:22:48 +0800 Message-ID: <9DE2BE714A544A09823B37759770E443@kazam> From: "Kerry Hoath" To: "Speakup is a screen review system for Linux." References: Subject: Re: openvpn configuration Date: Fri, 15 May 2009 11:22:43 +0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 03:22:53 -0000 Firstly: understand the difference between tun and tap. You must use the *same* on both ends, tun for routed vpn, tap for bridged. decide whether you want routed or bridged and set up accordingly. Info on openvpn.net on which is bbest, routed is more scalable and there are tricks to hand out a default gateway on a bridged setup. these tricks may or may not work with Windows openvpn client see faq files. I'd set up dev tun on both ends and make sure you can see the other end of your tunnel. Best to make connectivity work before you mess with default routes etc. Is it worth noting here that you are probably violating policy by punching holes through a firewall? be aware in case admin comes down on you. Regards, Kerry. ----- Original Message ----- From: "Tyler Littlefield" To: "Speakup is a screen review system for Linux." Sent: Friday, May 15, 2009 3:08 AM Subject: openvpn configuration > Hello list, > I'm currently trying to get openvpn going. I have the port open, but it's > not letting me forward all traffic through, for some reason. Any ideas? > I've provided my configs below > #server: > dev tun > secret static.key > keepalive 10 60 > ping-timer-rem > persist-tun > persist-key > user nobody > group nobody > daemon > plugin /usr/share/openvpn/plugin/lib/openvpn-auth-pam.so login > push "redirect-gateway def1" > #client: > dev tap > remote tds-solutions.net > secret C:/static.key > keepalive 10 60 > ping-timer-rem > persist-tun > push "redirect-gateway def1" > resolv-retry infinite > nobind > proto udp > I want to be able to connect from multiple sources, so I used dev tap. > > Thanks, > Tyler Littlefield > Web: tysdomain.com > email: tyler@tysdomain.com > My programs don't have bugs, they're called randomly added features. > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >