From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 13:08:08 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2819B16A4CE for ; Tue, 15 Feb 2005 13:08:08 +0000 (GMT) Received: from mail.x9media.com (mail.x9media.com [81.209.147.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EFFE43D31 for ; Tue, 15 Feb 2005 13:08:07 +0000 (GMT) (envelope-from thomas.may@x9media.com) X-AuthUser: thomas.may@x9media.com Received: from thomas (145.253.97.166:2040) by mail.x9media.com with [XMail 1.20 ESMTP Server] ; Tue, 15 Feb 2005 14:25:06 +0100 From: "Thomas May" To: Date: Tue, 15 Feb 2005 14:08:51 +0100 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcUTX1JSCvWqo80UTMKLtnp4mwA9ww== Message-Id: <20050215130807.3EFFE43D31@mx1.FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: freebsd vpn tunnel with two subnets on one site X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 13:08:08 -0000 Hi, i have created a vpn tunnel between two freebsd 5.3 machines with ipsec and racoon. Iam routing two private networks behind the vpn gateways over the internet. Its working fine. 192.168.0.0 / 24 | | VPN Gateway 1 | | Internet | | VPN Gateway 2 | | 192.168.1.0 / 24 If I now want to add a new network on one site for example 192.168.2.0 / 24, how can I do this ? Is this a routing problem, or is ipsec limited to route only one network ? Thanx for your answers .