From owner-freebsd-questions Wed Apr 25 10:25:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 7EF4037B422 for ; Wed, 25 Apr 2001 10:25:16 -0700 (PDT) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f3PIXfB40679; Wed, 25 Apr 2001 13:33:41 -0500 (CDT) (envelope-from nick@rogness.net) Date: Wed, 25 Apr 2001 13:33:41 -0500 (CDT) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Doug Young Cc: freebsd-questions@FreeBSD.ORG Subject: Re: VPN / VLAN routing In-Reply-To: <007501c0cd71$77e70040$0400a8c0@oracle> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 25 Apr 2001, Doug Young wrote: > I've been tearing hair out for days trying to figure out vtund > configuration .... given the almost total lack of documentation its > becoming a real headache. [snip] > up { > # Connection is Up > > # 10.3.0.1 10.3.0.2 netmask 255.255.255.0"; > ifconfig "%% 10.3.0.1 pointopoint 10.3.0.2 mtu 1450"; Don't need the "pointtopoint" phrase above. That's a Linux thing I believe. [snip] > > # Assign IP addresses. > ifconfig "%% 10.3.0.2 pointopoint 10.3.0.1 mtu 1450"; Same as above. I think everything else looks OK. Nick Rogness - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message