From owner-freebsd-questions@FreeBSD.ORG Fri Mar 4 18:38: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 EF78C16A51D for ; Fri, 4 Mar 2005 18:38:07 +0000 (GMT) Received: from mail.x9media.com (mail.x9media.com [81.209.147.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCBE243D2D for ; Fri, 4 Mar 2005 18:38:06 +0000 (GMT) (envelope-from thomas.may@x9media.com) X-AuthUser: thomas.may@x9media.com Received: from thomas (84.140.198.231:33169) by mail.x9media.com with [XMail 1.20 ESMTP Server] ; Fri, 4 Mar 2005 19:47:19 +0100 From: "thomas may" To: Date: Fri, 4 Mar 2005 19:43:14 +0100 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcUg6gYD9qQ6WebmS7K3rFetuLryaQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-Id: <20050304183806.BCBE243D2D@mx1.FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: multible networks routing over vpn tunnel 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: Fri, 04 Mar 2005 18:38:08 -0000 hello, i have two private network segments, 192.168.0.x and 192.168.1.x connected over a VPN Tunnel, freebsd, racoon and ipsec. on one site we want to add a new network segment 192.168.3.x is this possible and how is the correct syntax ? this is what i have done: gifconfig gif0 A.B.C.D W.X.Y.Z ifconfig gif0 inet 192.168.1.1 192.168.2.1 netmask 255.255.255.0 # gifconfig gif0 gif0: flags=8011 mtu 1280 inet 192.168.0.1 --> 192.168.1.1 netmask 0xffffffff physical address inet A.B.C.D --> W.X.Y.Z regards thomas