From owner-freebsd-questions@FreeBSD.ORG Tue Dec 11 16:40:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06E0B16A418 for ; Tue, 11 Dec 2007 16:40:49 +0000 (UTC) (envelope-from alaorneto@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id B128613C4D3 for ; Tue, 11 Dec 2007 16:40:48 +0000 (UTC) (envelope-from alaorneto@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so181945pyb for ; Tue, 11 Dec 2007 08:40:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=L2MF/NgIuuin39jf5d93JXxAgzrrwA8iYC+pfBYCLcM=; b=KPlnA3wWV+e6nmkcvXWdQ3xbE803S5aaNIF96e9HwVVtB8SurZHH4dIauqfT6vJzZ8BXw2h+vDDqyXaLMyz8FJtfTui7by28xuBEty1wj/Lvx3mfQUIQEq+qgeTjhh20PST2TwSSOcJFm8jBARVEMo9chFxlS90b/iBzJFc7rDo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=CctEUSJhguKb8GqEJzZQqeaLxrqnWpqJuqmrSBBx25cdf58028LJ8TV1MutKqA3yY6clYzRUsj7D492ExyJO9atiNjjfnlQRWu5Nq6G72rO6NVeqHI+Ba5Z5mb6eFT7ShO0IDwTwDNy2PmgkEq/MoPeZAJiYHLShSjlYsWmxKi4= Received: by 10.140.148.3 with SMTP id v3mr104674rvd.1197391236721; Tue, 11 Dec 2007 08:40:36 -0800 (PST) Received: by 10.141.37.3 with HTTP; Tue, 11 Dec 2007 08:40:36 -0800 (PST) Message-ID: <2949641c0712110840p24946faarad962367585a9a78@mail.gmail.com> Date: Tue, 11 Dec 2007 14:40:36 -0200 From: "Alaor Barroso de Carvalho Neto" To: freebsd-questions@freebsd.org In-Reply-To: <837487.43875.qm@web44807.mail.sp1.yahoo.com> MIME-Version: 1.0 References: <2949641c0712110644m2e2965f3p40778d928283ab50@mail.gmail.com> <837487.43875.qm@web44807.mail.sp1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Connecting networks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2007 16:40:49 -0000 Guyz, that's my doubt, if I have two separated networks, and a freebsd connected in the two of them, I'm supposed to be able to ping to a machine in 10.10.0 network from a machine in 192.168.1 network, for example, byonly setting gateway_enable="YES"? I know private networks are for private use, but I have to connect one of my private networks to the private network of other school because they share their database with us. (they are 10.10.0, we're 192.168.1). All I want is that when I ping from a machine in 192.168.1 to a machine in 10.10.0 it work. That's all I need. Sorry my bad english.