From owner-freebsd-config@FreeBSD.ORG Tue Jun 10 15:10:59 2003 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DA237B404; Tue, 10 Jun 2003 15:10:59 -0700 (PDT) Received: from mailgw2a.lmco.com (mailgw2a.lmco.com [192.91.147.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B3E43FDD; Tue, 10 Jun 2003 15:10:57 -0700 (PDT) (envelope-from artem.n.tkachenko@lmco.com) Received: from emss01g01.ems.lmco.com ([129.197.181.54]) by mailgw2a.lmco.com (8.11.6p2/8.11.6) with ESMTP id h5AMAsG22632; Tue, 10 Jun 2003 18:10:54 -0400 (EDT) Received: from CONVERSION-DAEMON.lmco.com by lmco.com (PMDF V6.1-1 #40643) id <0HGA00N01DM5QY@lmco.com>; Tue, 10 Jun 2003 15:10:53 -0700 (PDT) Received: from EMSS01I00.us.lmco.com ([129.197.181.70]) by lmco.com (PMDF V6.1-1 #40643) with ESMTP id <0HGA00J53DM41A@lmco.com>; Tue, 10 Jun 2003 15:10:52 -0700 (PDT) Received: by EMSS01I00.us.lmco.com with Internet Mail Service (5.5.2653.19) id ; Tue, 10 Jun 2003 15:10:52 -0700 Content-return: allowed Date: Tue, 10 Jun 2003 15:10:44 -0700 From: "Tkachenko, Artem N" To: freebsd-questions@freebsd.org, "'freebsd-config@freebsd.org'" Message-id: <573562C6FDA9564A8EEE66D899BC190B02935D8F@EMSS01M10.us.lmco.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Subject: Setting up an IPSec tunnel X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 22:11:00 -0000 Hello, I have the following situation: Node A <-----> LAN1 <-----> Node B <-----> LAN2 <-----> Node C LAN1 address: 129.197.23.0/24 LAN2 address: 10.0.0.0/24 Node A: OS: Win2K IP (to LAN1): 129.197.23.232 Node B: OS: FreeBSD 4.6 IP address (to LAN1): 129.197.244.6 IP address (to LAN2): 10.0.0.253 Node C: OS: FreeBSD IP address (to LAN2) 10.0.0.252 Goal is to set up NetMeeting between Node A and Node C by creating a tunnel from Node A to Node B. I have racoon setup on Node B (FreeBSD). Do I have to set up gif()? If yes, how? What else do I need to do on this node? Please tell me how to setup the racoon.conf file. The main problem is setting up Node A (Win2K). I have PGPNet and Nortel VPN client that I can install on this machine. There is also Win2K build in IPSec stuff. I want Node A to also have an IP address on a virtual interface this is part of LAN2. I was trying out the built in stuff and I got it to work in the transport mode but I do not think that's what I need. What is a difference between the tunnel mode and the transport mode and how do I set up the build in stuff to work in the tunnel mode? Any help with any of the questions will be greatly appreciated. Sincerely Artem artem.n.tkachenko@lmco.com From owner-freebsd-config@FreeBSD.ORG Tue Jun 10 15:32:14 2003 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D8B37B401; Tue, 10 Jun 2003 15:32:14 -0700 (PDT) Received: from pursued-with.net (adsl-66-125-9-242.dsl.sndg02.pacbell.net [66.125.9.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F67543FBF; Tue, 10 Jun 2003 15:32:13 -0700 (PDT) (envelope-from Kevin_Stevens@pursued-with.net) Received: from www.pursued-with.net (localhost.pursued-with.net [127.0.0.1]) by pursued-with.net (8.12.8p1/8.12.8) with SMTP id h5AMWWob053434; Tue, 10 Jun 2003 15:32:32 -0700 (PDT) (envelope-from Kevin_Stevens@pursued-with.net) Received: from 192.85.47.2 (SquirrelMail authenticated user imap) by new.host.name with HTTP; Tue, 10 Jun 2003 15:32:32 -0700 (PDT) Message-ID: <37129.192.85.47.2.1055284352.squirrel@new.host.name> In-Reply-To: <573562C6FDA9564A8EEE66D899BC190B02935D8F@EMSS01M10.us.lmco.com> References: <573562C6FDA9564A8EEE66D899BC190B02935D8F@EMSS01M10.us.lmco.com> Date: Tue, 10 Jun 2003 15:32:32 -0700 (PDT) From: "Kevin Stevens" To: "Tkachenko, Artem N" User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal cc: freebsd-questions@freebsd.org cc: "'freebsd-config@freebsd.org'" Subject: Re: Setting up an IPSec tunnel X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin_Stevens@pursued-with.net List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 22:32:14 -0000 > Hello, > > I have the following situation: > Node A <-----> LAN1 <-----> Node B <-----> LAN2 <-----> Node C > > LAN1 address: 129.197.23.0/24 > LAN2 address: 10.0.0.0/24 > > Node A: > OS: Win2K > IP (to LAN1): 129.197.23.232 > > Node B: > OS: FreeBSD 4.6 > IP address (to LAN1): 129.197.244.6 Not a valid address on LAN1, must be 129.197.23.1-129.197.23.254 per diagram. > IP address (to LAN2): 10.0.0.253 > > Node C: > OS: FreeBSD > IP address (to LAN2) 10.0.0.252 KeS From owner-freebsd-config@FreeBSD.ORG Fri Jun 13 08:08:00 2003 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD7A37B401 for ; Fri, 13 Jun 2003 08:08:00 -0700 (PDT) Received: from fw.abbnm.com (0b.9f.ce6d.cidr.airmail.net [206.109.159.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC1843FBD for ; Fri, 13 Jun 2003 08:07:59 -0700 (PDT) (envelope-from pcwang@abbnm.com) Received: from abbnm.com (jeeves.eng.baileynm.com [198.178.0.23]) by fw.abbnm.com (Postfix) with ESMTP id 78AB17C94 for ; Fri, 13 Jun 2003 10:07:58 -0500 (CDT) Received: from rodan.srv.abbnm.com (rodan.srv.abbnm.com [192.168.222.153]) by jeeves.eng.abbnm.com (8.11.6/8.11.6) with ESMTP id h5DF7wL58660 for ; Fri, 13 Jun 2003 10:07:58 -0500 (CDT) (envelope-from pcwang@abbnm.com) Received: from abbnm.com by rodan.srv.abbnm.com (8.9.3/1.1.29.3/13Jun02-0551PM) id KAA0000121319; Fri, 13 Jun 2003 10:07:58 -0500 (CDT) Message-ID: <386E475C.7060401@abbnm.com> From: P C Wang User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-config@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Newbie install X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pcwang@abbnm.com List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Fri, 13 Jun 2003 15:08:00 -0000 X-Original-Date: Sat, 01 Jan 2000 12:28:44 -0600 X-List-Received-Date: Fri, 13 Jun 2003 15:08:00 -0000 Hi, I am new to install FreeBSD OS on my PC. I have a old PC with floppy drive and 1GB hard drive without CD. I looked the web instruction for instruction to install the OS I formatted a floppy disk with size /A:1.44 and try to copy kern.flp onto the floppy. Since the floppy has only 1.38MB of free space (even though I formatted with size for 1.44MB) I can not really copy the file over to the floppy. I am therefore stucked. Any suggestion would be appreciated. Thanks, PC Wang From owner-freebsd-config@FreeBSD.ORG Fri Jun 13 08:43:50 2003 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC0637B401 for ; Fri, 13 Jun 2003 08:43:50 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C206C43F85 for ; Fri, 13 Jun 2003 08:43:47 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h5DFhcOg026688; Fri, 13 Jun 2003 11:43:38 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h5DFhcLr026687; Fri, 13 Jun 2003 11:43:38 -0400 (EDT) From: Jerry McAllister Message-Id: <200306131543.h5DFhcLr026687@clunix.cl.msu.edu> To: pcwang@abbnm.com Date: Fri, 13 Jun 2003 11:43:38 -0400 (EDT) In-Reply-To: <386E475C.7060401@abbnm.com> from "P C Wang" at Jan 01, 2000 12:28:44 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-config@freebsd.org Subject: Re: Newbie install X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 15:43:50 -0000 > > Hi, > > I am new to install FreeBSD OS on my PC. > > I have a old PC with floppy drive and 1GB hard drive without CD. > > I looked the web instruction for instruction to install the OS > > I formatted a floppy disk with size /A:1.44 and try to copy kern.flp > onto the floppy. Since the floppy has only 1.38MB of free space (even > though I formatted with size for 1.44MB) I can not really copy the file > over to the floppy. > I am therefore stucked. > > Any suggestion would be appreciated. You may have gotten too many bad sectors when it formatted which cut down on the size. Try another floppy. Usually I get the full 1.44 MB but it is not uncommon to get a few sectors marked as bad and so I just throw those away. I get maybe one bad one out of every couple of boxes or so. And if I get a bad one in a batch, it seems like that batch will have several when another batch has no bad ones. Of course, your drive might be either going bad or have dirty heads. Then it would be hard to get a good floppy made. ////jerry > > Thanks, > > PC Wang > From owner-freebsd-config@FreeBSD.ORG Fri Jun 13 14:39:24 2003 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4882E37B404 for ; Fri, 13 Jun 2003 14:39:24 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7581343FB1 for ; Fri, 13 Jun 2003 14:39:23 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 096DE10BF82; Fri, 13 Jun 2003 23:39:20 +0200 (CEST) Date: Fri, 13 Jun 2003 23:39:20 +0200 From: "Simon L. Nielsen" To: P C Wang Message-ID: <20030613213919.GA398@nitro.dk> References: <386E475C.7060401@abbnm.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <386E475C.7060401@abbnm.com> User-Agent: Mutt/1.5.4i cc: freebsd-config@freebsd.org Subject: Re: Newbie install X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 21:39:24 -0000 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2000.01.01 12:28:44 -0600, P C Wang wrote: > I looked the web instruction for instruction to install the OS >=20 > I formatted a floppy disk with size /A:1.44 and try to copy kern.flp=20 > onto the floppy. Since the floppy has only 1.38MB of free space (even=20 > though I formatted with size for 1.44MB) I can not really copy the file= =20 > over to the floppy. You should not copy the files, but they need to be written directly to the floppy disk. Please see the FreeBSD handbook for information on doing this. The relevant section is : http://www.freebsd.org/doc/en/books/handbook/install-pre.html#INSTALL-FLOPP= IES BTW the FreeBSD-questions list is more appropriate for this kind of problems. --=20 Simon L. Nielsen --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+6kSH8kocFXgPTRwRAiPrAKDCnLRbhEstPzee/RmvT47AAjwnLwCfUwCL QJrGsfTd3GPokI7oELM99jM= =63Vc -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- From owner-freebsd-config@FreeBSD.ORG Sat Jun 14 09:34:55 2003 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C37A37B401 for ; Sat, 14 Jun 2003 09:34:55 -0700 (PDT) Received: from web42002.mail.yahoo.com (web42002.mail.yahoo.com [66.218.93.170]) by mx1.FreeBSD.org (Postfix) with SMTP id E6E8043FBF for ; Sat, 14 Jun 2003 09:34:54 -0700 (PDT) (envelope-from chkrootkit@yahoo.com) Message-ID: <20030614163454.9571.qmail@web42002.mail.yahoo.com> Received: from [202.81.160.15] by web42002.mail.yahoo.com via HTTP; Sat, 14 Jun 2003 09:34:54 PDT Date: Sat, 14 Jun 2003 09:34:54 -0700 (PDT) From: Marlon Corleone To: freebsd-config@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: anyone has an idea whats this entry for: loader=/boot/chain.b ? X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2003 16:34:55 -0000 i just add in lilo.conf the following in order to boot my 2nd OS, FreeBSD i didnt add loader=/boot/chain.b, cause i dont know what it does? my entry for my FreeBSD in my lilo.conf is: other = /dev/hda2 table = /dev/hda label = FreeBSD though it worked. i did boot FreeBSD without a problem, but i just wnat to know whats this entry mean: loader=/boot/chain.b this entry from the handbook. anyone has an idea? --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.