From owner-freebsd-questions@FreeBSD.ORG Thu Nov 25 04:38:50 2010 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 162CF106566B for ; Thu, 25 Nov 2010 04:38:50 +0000 (UTC) (envelope-from lamacont@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id C227E8FC16 for ; Thu, 25 Nov 2010 04:38:49 +0000 (UTC) Received: by qwb8 with SMTP id 8so523824qwb.13 for ; Wed, 24 Nov 2010 20:38:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=JOhSynq64VdfDzkEK9/N99+qtD0dhn2sluUqgNZl1GQ=; b=xoh2+27TLHEwtEBpr3nWy8SviB5hhx8tm5p9IeaEovVpEhlUY2zvkm5MivdRWbJHLx Dm692Efk9o+bOIZb98cIoVqLQxO8x7gXylJRcl1M7cbhbH8EBrAYLP2b5V8cDUS6o8MI M+jPoObgIRSjfwVi+1fQceWW+ylBkZTZamoEM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tnsafnkkDoLTnerXCO5ECKOI+VxGVjnqC9hDjSVbcO5kgkox7F3r6C0E424ER4fULl ivdnb7FYpyJot6LSjDQsyUS8Z2YarZmLtIJhopimVa8tcM6lkHz6I4nYRyDjNpgEZj7k +o01NiNJi123etJSsW3MMBDJ0RnqgcGbM/fe4= MIME-Version: 1.0 Received: by 10.224.2.85 with SMTP id 21mr243507qai.352.1290659928863; Wed, 24 Nov 2010 20:38:48 -0800 (PST) Received: by 10.224.10.197 with HTTP; Wed, 24 Nov 2010 20:38:48 -0800 (PST) Date: Thu, 25 Nov 2010 08:38:48 +0400 Message-ID: From: Lamac Lamaco To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gateway_enable="NO" 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: Thu, 25 Nov 2010 04:38:50 -0000 The system installed now and in adresses /etc or /etc/rc.d there is no script. Does system work in default as ROUTER? I ask this question, because i tried it works. As it is written "gateway_enable="NO" # Set to YES if this host will be a gateway" in the address -> /etc/defaults/rc.conf But if I write gateway_enable="NO" in the address /etc/rc.conf , my system will work in as ROUTER. I say this because the host in my system's local network can ping my system's global IP. As i know it can be only in ROUTER. Thanks.