From owner-freebsd-security Wed Sep 29 21: 0:23 1999 Delivered-To: freebsd-security@freebsd.org Received: from Hydro.CAM.ORG (Hydro.CAM.ORG [198.168.100.7]) by hub.freebsd.org (Postfix) with ESMTP id 18814151A9 for ; Wed, 29 Sep 1999 21:00:09 -0700 (PDT) (envelope-from Philippe.Guezou@wanadoo.fr) Received: from sauron.tolkien.cam.org (root@gw-tolkien.TOLKIEN.CAM.ORG [204.19.190.41]) by Hydro.CAM.ORG (8.8.8/8.8.4) with ESMTP id XAA02682; Wed, 29 Sep 1999 23:59:49 -0400 (EDT) From: Philippe.Guezou@wanadoo.fr Received: from uruck (BRennes-1-1-127.abo.wanadoo.fr [193.250.16.127]) by sauron.tolkien.cam.org (8.8.8/8.8.8) with SMTP id XAA28935; Wed, 29 Sep 1999 23:41:40 -0400 (EDT) (envelope-from Philippe.Guezou@wanadoo.fr) Message-Id: <3.0.5.32.19990930061015.007ded30@pop.wanadoo.fr> X-Sender: Philippe.Guezou@pop.wanadoo.fr X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Thu, 30 Sep 1999 06:10:15 +0200 To: The Mad Scientist , freebsd-security@FreeBSD.ORG Subject: Re: Syslog over serial (Was: Re: Help me win the MS-Proxy/ipfw war) In-Reply-To: <4.1.19990928190928.0097cf00@mail.thegrid.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 19:15 28/09/99 -0700, The Mad Scientist wrote: > >I've always seen this as the "recommended" way to do things. How do you >set logging over serial lines up? Do I log to something like /dev/cuaa1? >What do i set up on the other side? quite simply.. just establish a p-t-p IP connection.. through /dev/lp0 for example. use a reserved ip for this.. something like: ifconfig lp0 inet 192.168.0.10 192.168.0.11 netmask 255.255.255.0 (others interface could have a normal IP .. or another reserved ip, it doesn't matter.. if possible, use a completly different reserved class for such things.. ie, if your ether/atm/fddi interface is using 192.168.x.x, well, use 10.x.x.x for this.. just to really hide this ptp interface) then, in your syslog.conf, use something like this: *.emerg;*.alert;*err;*.notice;auth.* @192.168.0.11 >TIA, >Dean hope this helps. Philippe. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-security" in the body of the message > > Guezou Philippe http://www.tolkien.cam.org/~fifi Network. System. Admin. email: fifi@tolkien.cam.org fifi@cam.org Buying an operating system without source is like buying a self-assembly Space Shuttle with no instructions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message