From owner-freebsd-questions@FreeBSD.ORG Tue Jan 24 16:48:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2084616A41F for ; Tue, 24 Jan 2006 16:48:14 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B073243D48 for ; Tue, 24 Jan 2006 16:48:13 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060124164812.TAAO8657.mta10.adelphia.net@barbish>; Tue, 24 Jan 2006 11:48:12 -0500 From: "fbsd_user" To: "cblasius" , Date: Tue, 24 Jan 2006 11:48:07 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <43D6539E.1090900@o2.pl> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Cc: Subject: RE: Sharing internet connection, how? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 16:48:14 -0000 What you want to do is covered step by step in the install guide at www.a1poweruser.com or at http://www.unixguide.net/freebsd/fbsd_installguide/index.php good luck -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of cblasius Sent: Tuesday, January 24, 2006 11:20 AM To: freebsd-questions@freebsd.org Subject: Sharing internet connection, how? Hello! I have two ethernet cards on my computer. The first is rl0 - with the adrress from my ISP xxx.xxx.xxx.xxx (DSL 1M), and the second is vr0 - with the address 192.168.1.1. I want to use my computer as gateway to internet for the other computers in my home. How I can sharing internet connection on my computer to the rest computers in my home? I hve 2 computers (my and my wife (rl0 192.168.1.2)). Could somone help me, I'm beginner? I have the following rc.conf file: defaultrouter="vvv.vvv.vvv.vvv" gateway_enable="YES" natd_enable="YES" hostname="myhost" ifconfig_rl0="inet xxx.xxx.xxx.xxx netmask 255.255.255.0" ifconfig_vr0="inet 192.168.1.1 netmask 255.255.255.0" linux_enable="YES" moused_enable="YES" moused_flags="-3" sshd_enable="YES" usbd_enable="YES" What I must to do else, because my wife could not connect to the internet? FreeBSD 6.0-RELEASE I'm sorry for my English. Best regards, cblasius _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"