From owner-freebsd-isp Sun Apr 9 14:32: 1 2000 Delivered-To: freebsd-isp@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id E86CF37B63E for ; Sun, 9 Apr 2000 14:31:57 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.3/8.9.2) id OAA38764; Sun, 9 Apr 2000 14:30:25 -0700 (PDT) From: Archie Cobbs Message-Id: <200004092130.OAA38764@bubba.whistle.com> Subject: Re: vpn's In-Reply-To: <38e9495e.348513055@mail.sentex.net> from Mike Tancsa at "Apr 4, 2000 01:47:00 am" To: mike@sentex.net (Mike Tancsa) Date: Sun, 9 Apr 2000 14:30:25 -0700 (PDT) Cc: lnb@freebsdsystems.com (Lanny Baron), freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mike Tancsa writes: > >Can someone point me the where/how to set up virtual private networks. > > How about in the handbook > > http://www.freebsd.org/handbook/ipsec.html Or for something simpler (and without the 'private' part), see /usr/share/examples/netgraph/udp.tunnel. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Apr 9 21:15:31 2000 Delivered-To: freebsd-isp@freebsd.org Received: from houseofcats.org (adsl-216-102-197-87.dsl.snfc21.pacbell.net [216.102.197.87]) by hub.freebsd.org (Postfix) with ESMTP id AB53F37B828 for ; Sun, 9 Apr 2000 21:15:28 -0700 (PDT) (envelope-from andym@houseofcats.org) Received: from adsl-216-102-197-87.dsl.snfc21.pacbell.net. (adsl-216-102-197-87.dsl.snfc21.pacbell.net. [216.102.197.87]) by houseofcats.org (8.9.3/8.9.2) with ESMTP id VAA58824 for ; Sun, 9 Apr 2000 21:15:27 -0700 (PDT) (envelope-from andym@houseofcats.org) Date: Sun, 9 Apr 2000 21:15:27 -0700 (PDT) From: Andy McConnell To: freebsd-isp@freebsd.org Subject: natd and passing ipsec data Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm looking for a workaround to allow hosts on a private IP subnet to setup ipsec VPNs through a natd implementation. I am using FreeBSD 3.4-RELEASE now as the natd/ipfw and router. I have a 10.0.0.0/24 subnet inside, using a single IP address on the outside for NAT. I am looking to use a standard IPSec client (which uses AH and ESP, as well as IKE (udp port 500)) on one fo the inside clients. I know AH won't work, but ESP *should* according to other recommendations. I think now that the flavor of NAT I'm running will only support UDP and TCP. I get the feeling that other IP flavors (protocols 50 and 50, AH and ESP) are ignored by this version of natd. I have heard some reports from people running a Cisco PIX firewall that Cisco's NAT could do this. Has anyone had success in this using a FreeBSD natd? -Andy -- Andy McConnell andym@houseofcats.org Those who make peaceful revolution impossible will make violent revolution inevitable. -- John F. Kennedy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Apr 9 22:51:25 2000 Delivered-To: freebsd-isp@freebsd.org Received: from lily.ezo.net (lily.ezo.net [206.102.130.13]) by hub.freebsd.org (Postfix) with ESMTP id 934C337B780 for ; Sun, 9 Apr 2000 22:51:21 -0700 (PDT) (envelope-from jflowers@ezo.net) Received: from lily.ezo.net (jflowers@localhost.ezo.net [127.0.0.1]) by lily.ezo.net (8.8.7/8.8.7) with SMTP id BAA28635; Mon, 10 Apr 2000 01:50:42 -0400 (EDT) Date: Mon, 10 Apr 2000 01:50:42 -0400 (EDT) From: Jim Flowers To: Andy McConnell Cc: freebsd-isp@FreeBSD.ORG Subject: Re: natd and passing ipsec data In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I use NAT with SKIP (portocol 57) all the time. You can't really mix security with NAT well but fortunately ipfw allows you to do both by bypassing NAT. I just create ipfw rules that match the packets before they get to the divert rule, considering both encapsulated and unincapsulated addresses. Don't know whether it will work for the ipsec stuff but the concepts are similar. Jim Flowers #4 ISP on C|NET, #1 in Ohio On Sun, 9 Apr 2000, Andy McConnell wrote: > I'm looking for a workaround to allow hosts on a private IP subnet to > setup ipsec VPNs through a natd implementation. > > I am using FreeBSD 3.4-RELEASE now as the natd/ipfw and router. I have a > 10.0.0.0/24 subnet inside, using a single IP address on the outside for > NAT. > > I am looking to use a standard IPSec client (which uses AH and ESP, as > well as IKE (udp port 500)) on one fo the inside clients. I know AH won't > work, but ESP *should* according to other recommendations. > > I think now that the flavor of NAT I'm running will only support UDP and > TCP. I get the feeling that other IP flavors (protocols 50 and 50, AH and > ESP) are ignored by this version of natd. > > I have heard some reports from people running a Cisco PIX firewall that > Cisco's NAT could do this. > > Has anyone had success in this using a FreeBSD natd? > > -Andy > > > -- > Andy McConnell andym@houseofcats.org > > Those who make peaceful revolution impossible will make violent > revolution inevitable. > -- John F. Kennedy > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Apr 10 13:55:47 2000 Delivered-To: freebsd-isp@freebsd.org Received: from snake.supranet.net (snake.supranet.net [205.164.160.19]) by hub.freebsd.org (Postfix) with ESMTP id A3ACC37B514 for ; Mon, 10 Apr 2000 13:55:45 -0700 (PDT) (envelope-from john@arnie.jfive.com) Received: from snake.supranet.net (john@snake.supranet.net [205.164.160.19]) by snake.supranet.net (8.9.3/8.9.3) with ESMTP id PAA74096 for ; Mon, 10 Apr 2000 15:57:06 -0500 (CDT) (envelope-from john@arnie.jfive.com) Date: Mon, 10 Apr 2000 15:57:05 -0500 (CDT) From: John Heyer X-Sender: john@snake.supranet.net To: freebsd-isp@FreeBSD.ORG Subject: Chat Script / Settings for USR IModems MLPPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was wondering if anybody had a chat script or init string to do multilink PPP on a USR IModem (to do 128K ISDN). I can connect and login to my ISP's Livingston PM3 fine at 64K with PPP on the IModem turned *off*, but turning PPP on causes the chat script to fail. The weird thing is I can do Multilink PPP using a machine running Slackware Linux 4.0, but can't find anything in Slackware's chat script I haven't already tried. Any help or known documentation would be great, as USR tech support has been of little help. -- Johh Heyer - john@arnie.jfive.com - http://www.jfive.com "Me fail English? That's unpossible!" -- Ralph Wiggam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 5:42:37 2000 Delivered-To: freebsd-isp@freebsd.org Received: from nathalie.macomnet.ru (nathalie.macomnet.ru [195.128.64.164]) by hub.freebsd.org (Postfix) with ESMTP id EBE3937BA21 for ; Tue, 11 Apr 2000 05:42:01 -0700 (PDT) (envelope-from serg@macomnet.ru) Received: from nathalie.macomnet.ru (nathalie.macomnet.ru [195.128.64.164]) by nathalie.macomnet.ru (8.9.3/8.9.3) with ESMTP id QAA36616 for ; Tue, 11 Apr 2000 16:40:23 +0400 (MSD) (envelope-from serg@macomnet.ru) Date: Tue, 11 Apr 2000 16:40:23 +0400 (MSD) From: "Serg V. Shubenkov" Reply-To: serg@macomnet.ru To: freebsd-isp@FreeBSD.ORG Subject: Compaq ProSignia Server Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Collegues, excuse me for some off-topic. Can I install any version of FreeBSD to machine with next configuration. Thank you for advice... Compaq ProSignia Server (ASSY #3154) System ID Number 8406NDS30409 Processor 80486DX2 - 66MHz 387 Numeric Coprocessor Integrated Inegrated diskette controller Standard Interface IRQ 6; DMA 2; Port 3f0-3f5 3f6-3f7 Drive A 1.44 Drive B not installed Drive swap not swapped Compaq memory Base memory 640Kb, Linear Extended memory installed Total memory 36864Kb (8Mbx3 + 4Mb - on-board) Integrated Interfaces Serial (A) COM1 (IRQ 4; Port 3f8-3ff) Serial (B) COM2 (IRQ 3; Port 2f8-2ff) Parallel LPT1 (IRQ 7; Port 3bc-3be; DMA 0) Aux input interrupt disabled (ps/2 mouse) Integrated VGA Color text modes status 16-bit access (mem b8000 (32k amount); port 3d4-3d5 3d9-3da) Monochrome text modes status 16-bit access (mem b0000 (32k amount); port 3b4-3b5 3b9-3ba) Graphics modes status 16-bit access (mem a0000 (64k amount); port 3d4-3d5 3d9-3da) ROM Bus Width 8-bit (mem c0000 (24k amount) c6800 (6k amount); port 102 3c0-3c2 3c4-3c9 3cc 3ce-3cf 46e8) System ROM information Revision 386E8 Date 11/15/93 Slot 4 - Compaq 32-bit NetFlex Controller Network type Ethernet Interrupt IRQ 11 Interrupt Sharing disabled Speed 10Mbps Media RJ-45 Full Duplex enabled Net address 00 80 5f 70 39 1b Embedded - Compaq Integrated 32-bit Fast SCSI-2 Controller Controller order first Host adapter number 0 Controller enabled (IRQ 15; port 8000-801f) SCSI ID 7 Bus speed 10 MBS synchronous ____________________ Serg V. Shubenkov Macomnet, Internet-Intranet Dep. Tel: +7 (095) 796-9079 Fax: +7 (095) 796-9067 e-mail: serg@macomnet.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 9:33:14 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id E2A3637BB09 for ; Tue, 11 Apr 2000 09:33:10 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id LAA33380; Tue, 11 Apr 2000 11:32:52 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Tue, 11 Apr 2000 11:32:52 -0500 (CDT) From: Chris Dillon To: "Serg V. Shubenkov" Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Apr 2000, Serg V. Shubenkov wrote: > > Dear Collegues, excuse me for some off-topic. Can I install any version of > FreeBSD to machine with next configuration. Thank you for advice... > > Compaq ProSignia Server (ASSY #3154) > System ID Number 8406NDS30409 > Processor 80486DX2 - 66MHz > 387 Numeric Coprocessor Integrated Is this the ProSignia VS? If so, I've got FreeBSD 3.4-STABLE running on one of those things right now, and it has been running FreeBSD since about 2.1.6-RELEASE. > Inegrated diskette controller > Standard Interface IRQ 6; DMA 2; Port 3f0-3f5 3f6-3f7 > Drive A 1.44 > Drive B not installed > Drive swap not swapped > > Compaq memory > Base memory 640Kb, Linear > Extended memory installed > Total memory 36864Kb (8Mbx3 + 4Mb - on-board) You will probably have to set the MAXMEM option in your kernel config and recompile the kernel to get it to recognize more than 16MB of RAM. I still have this in my kernel, but I'm not sure if it is actually required anymore. You'll know either way once you try. > Integrated Interfaces > Serial (A) COM1 (IRQ 4; Port 3f8-3ff) > Serial (B) COM2 (IRQ 3; Port 2f8-2ff) > Parallel LPT1 (IRQ 7; Port 3bc-3be; DMA 0) > Aux input interrupt disabled (ps/2 mouse) > > Integrated VGA > Color text modes status 16-bit access (mem b8000 (32k amount); port > 3d4-3d5 3d9-3da) > Monochrome text modes status 16-bit access (mem b0000 (32k amount); port > 3b4-3b5 3b9-3ba) > Graphics modes status 16-bit access (mem a0000 (64k amount); port > 3d4-3d5 3d9-3da) > ROM Bus Width 8-bit (mem c0000 (24k amount) c6800 (6k > amount); > port 102 3c0-3c2 3c4-3c9 3cc 3ce-3cf > 46e8) > > System ROM information > Revision 386E8 > Date 11/15/93 > > Slot 4 - Compaq 32-bit NetFlex Controller > Network type Ethernet > Interrupt IRQ 11 > Interrupt Sharing disabled > Speed 10Mbps > Media RJ-45 > Full Duplex enabled > Net address 00 80 5f 70 39 1b This works with the lnc driver. > Embedded - Compaq Integrated 32-bit Fast SCSI-2 Controller > Controller order first > Host adapter number 0 > Controller enabled (IRQ 15; port 8000-801f) > SCSI ID 7 > Bus speed 10 MBS synchronous This controller does NOT work with FreeBSD as far as I know. You can install another supported ISA or EISA SCSI controller, however. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( http://www.freebsd.org ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 9:38: 7 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.surfamerica.net (mail.surfamerica.net [63.65.219.67]) by hub.freebsd.org (Postfix) with SMTP id E31DA37B7B7 for ; Tue, 11 Apr 2000 09:38:03 -0700 (PDT) (envelope-from admin@surfamerica.net) Received: (qmail 21110 invoked from network); 11 Apr 2000 21:35:32 -0000 Received: from www.surfamerica.net (HELO surfamerica.net) (63.65.219.66) by mail.mail.surfamerica.net with SMTP; 11 Apr 2000 21:35:32 -0000 Message-ID: <38F35494.92EDEC44@surfamerica.net> Date: Tue, 11 Apr 2000 11:36:36 -0500 From: Paul Rice Organization: SurfAmerica Internet Services X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-isp@FreeBSD.ORG" Subject: raylink driver Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org is there a driver for the raylink card in freebsd, or is it possible to adapt the linux driver? Thanks Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 9:57: 9 2000 Delivered-To: freebsd-isp@freebsd.org Received: from eagle.webs.ee (eagle.webs.ee [212.27.224.70]) by hub.freebsd.org (Postfix) with SMTP id E5C7037BAE4 for ; Tue, 11 Apr 2000 09:57:04 -0700 (PDT) (envelope-from rix@ewn.ee) Received: (qmail 95407 invoked from network); 11 Apr 2000 19:01:03 -0000 Received: from 193.40.119.0 (HELO ewn.ee) (212.27.224.50) by eagle.webs.ee with SMTP; 11 Apr 2000 19:01:03 -0000 Message-ID: <38F34B17.47EB6958@ewn.ee> Date: Tue, 11 Apr 2000 18:56:07 +0300 From: Rivo Nurges Organization: Estonian Wireless Network X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.5 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: wl driver for 3.4+ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! Does anyone have working driver for subj.? -- Rix, WEBS/EWN System Administrator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 10:18: 8 2000 Delivered-To: freebsd-isp@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 70D8737BC30 for ; Tue, 11 Apr 2000 10:17:47 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id NAA98299; Tue, 11 Apr 2000 13:17:42 -0400 (EDT) Date: Tue, 11 Apr 2000 13:17:42 -0400 (EDT) From: "Matthew N. Dodd" To: "Serg V. Shubenkov" Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Apr 2000, Serg V. Shubenkov wrote: > Slot 4 - Compaq 32-bit NetFlex Controller ... > Embedded - Compaq Integrated 32-bit Fast SCSI-2 Controller ... Go pick up an Adaptec 2740T or some other supported SCSI controller and grab an ISA ethernet card. The Netflex card uses the TMS380c26 chip which isn't yet supported (I've had a driver on the back burner for some time now.), and the integrated SCSI is an NCR53c710 based board which isn't (yet) supported. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 10:21:50 2000 Delivered-To: freebsd-isp@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 37C5537BB2A for ; Tue, 11 Apr 2000 10:21:48 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id NAA98378; Tue, 11 Apr 2000 13:21:38 -0400 (EDT) Date: Tue, 11 Apr 2000 13:21:38 -0400 (EDT) From: "Matthew N. Dodd" To: Chris Dillon Cc: "Serg V. Shubenkov" , freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Apr 2000, Chris Dillon wrote: > > Slot 4 - Compaq 32-bit NetFlex Controller ... > > This works with the lnc driver. I don't think it does. I be interested in looking at the EISA .CFG file for it though since I can't seem to find it in my collection. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 10:38:51 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 6DEDA37BA09 for ; Tue, 11 Apr 2000 10:38:49 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id MAA34357; Tue, 11 Apr 2000 12:38:42 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Tue, 11 Apr 2000 12:38:42 -0500 (CDT) From: Chris Dillon To: "Matthew N. Dodd" Cc: "Serg V. Shubenkov" , freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Apr 2000, Matthew N. Dodd wrote: > On Tue, 11 Apr 2000, Serg V. Shubenkov wrote: > > Slot 4 - Compaq 32-bit NetFlex Controller > ... > > Embedded - Compaq Integrated 32-bit Fast SCSI-2 Controller > ... > > Go pick up an Adaptec 2740T or some other supported SCSI controller and > grab an ISA ethernet card. > > The Netflex card uses the TMS380c26 chip which isn't yet supported (I've > had a driver on the back burner for some time now.), and the integrated > SCSI is an NCR53c710 based board which isn't (yet) supported. If this ProSignia is the same one I have, the onboard NetFlex is actually a Lance chipset: lnc0 at 0x8800-0x8817 irq 14 drq 0 on eisa slot 8 lnc0: PCnet-32 VL-Bus address 00:80:5f:08:65:ba And this is probably the unsupported SCSI controller: eisa0:8 unknown device And the Adaptec 2740 I've put in here has been working just fine: ahc0: at 0x5c00-0x5cff irq 11 on eisa0 slot 5 ahc0: aic7770 >= Rev E, Single Channel A, SCSI Id=7, 4/255 SCBs -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( http://www.freebsd.org ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 11:26: 2 2000 Delivered-To: freebsd-isp@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 3AD6737BB40 for ; Tue, 11 Apr 2000 11:25:54 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id OAA99296; Tue, 11 Apr 2000 14:25:46 -0400 (EDT) Date: Tue, 11 Apr 2000 14:25:45 -0400 (EDT) From: "Matthew N. Dodd" To: Chris Dillon Cc: "Serg V. Shubenkov" , freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Apr 2000, Chris Dillon wrote: > If this ProSignia is the same one I have, the onboard NetFlex is > actually a Lance chipset: > > lnc0 at 0x8800-0x8817 irq 14 drq 0 on eisa slot 8 > lnc0: PCnet-32 VL-Bus address 00:80:5f:08:65:ba Where is the lnc driver getting that? I don't see an EISA probe/attach routine for the lnc driver. Whats the EISA device ID for this device? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 12: 4:27 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 2AC4237B505 for ; Tue, 11 Apr 2000 12:04:25 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id OAA35622; Tue, 11 Apr 2000 14:04:15 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Tue, 11 Apr 2000 14:04:15 -0500 (CDT) From: Chris Dillon To: "Matthew N. Dodd" Cc: "Serg V. Shubenkov" , freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Apr 2000, Matthew N. Dodd wrote: > On Tue, 11 Apr 2000, Chris Dillon wrote: > > If this ProSignia is the same one I have, the onboard NetFlex is > > actually a Lance chipset: > > > > lnc0 at 0x8800-0x8817 irq 14 drq 0 on eisa slot 8 > > lnc0: PCnet-32 VL-Bus address 00:80:5f:08:65:ba > > Where is the lnc driver getting that? I don't see an EISA probe/attach > routine for the lnc driver. If it doesn't have one, it apparently didn't need it. :-) I did have to manually feed the driver the port/IRQ after finding out what it was set to in the system setup, and the snippet above also appears after "Probing for devices on the ISA bus". I'm also not actually using this interface right now because long before I ever got it working with FreeBSD I stuck a 3C509 in there and have been using it ever since. Here is the line I have for it in my kernel config: device lnc0 at isa? port 0x8800 net irq 14 drq 0 > Whats the EISA device ID for this device? Is there a way for me to find out without having to reboot the machine? Something along the line of pciconf(8)? -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( http://www.freebsd.org ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 12:57:41 2000 Delivered-To: freebsd-isp@freebsd.org Received: from satan.freebsdsystems.com (24.69.168.6.on.wave.home.com [24.69.168.6]) by hub.freebsd.org (Postfix) with ESMTP id 3C57937B796 for ; Tue, 11 Apr 2000 12:57:37 -0700 (PDT) (envelope-from lnb@satan.freebsdsystems.com) Received: (from lnb@localhost) by satan.freebsdsystems.com (8.9.3/8.9.3) id QAA17475; Tue, 11 Apr 2000 16:00:02 -0400 (EDT) (envelope-from lnb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <38e9495e.348513055@mail.sentex.net> Date: Tue, 11 Apr 2000 15:59:57 -0400 (EDT) Organization: FreeBSD Systems Inc. From: Lanny Baron To: (Mike Tancsa) Subject: Re: vpn's Cc: freebsd-isp@freebsd.org Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Mike, The URL you sent is wrong. The file http://www.freebsd.org/handbook/ispec.html does not exist at this server. The closest match to your request is http://www.freebsd.org. Please contact the server administrator www@FreeBSD.org. Thank you very much! _________________________________________________________________ www@FreeBSD.org -lnb On 04-Apr-00 Mike Tancsa wrote: > On 3 Apr 2000 11:50:39 -0400, in sentex.lists.freebsd.isp you wrote: > >>Hello, >>Can someone point me the where/how to set up virtual private networks. > > How about in the handbook > > http://www.freebsd.org/handbook/ipsec.html > > ---Mike > Mike Tancsa (mdtancsa@sentex.net) > Sentex Communications Corp, > Waterloo, Ontario, Canada > "Given enough time, 100 monkeys on 100 routers > could setup a national IP network." (KDW2) Lanny Baron, Master FreeBSD Administrator ---------------------------------- Date: 11-Apr-00 Time: 15:59:57 "I am not now, and never have been, a girlfriend of Henry Kissinger." -- Gloria Steinem ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 13: 0:39 2000 Delivered-To: freebsd-isp@freebsd.org Received: from satan.freebsdsystems.com (24.69.168.6.on.wave.home.com [24.69.168.6]) by hub.freebsd.org (Postfix) with ESMTP id 8512037BB8F for ; Tue, 11 Apr 2000 13:00:34 -0700 (PDT) (envelope-from lnb@satan.freebsdsystems.com) Received: (from lnb@localhost) by satan.freebsdsystems.com (8.9.3/8.9.3) id QAA17514; Tue, 11 Apr 2000 16:03:03 -0400 (EDT) (envelope-from lnb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200004092130.OAA38764@bubba.whistle.com> Date: Tue, 11 Apr 2000 16:03:03 -0400 (EDT) Organization: FreeBSD Systems Inc. From: Lanny Baron To: Archie Cobbs Subject: Re: vpn's Cc: freebsd-isp@FreeBSD.ORG, (Mike Tancsa) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Mike, Sorry about the last mail, I must have incorrectly typed in the name in lynx. The site came up just fine. Thank you very much :-) -lnb now if I can understand it...thats the next problem On 09-Apr-00 Archie Cobbs wrote: > Mike Tancsa writes: >> >Can someone point me the where/how to set up virtual private networks. >> >> How about in the handbook >> >> http://www.freebsd.org/handbook/ipsec.html > > Or for something simpler (and without the 'private' part), see > /usr/share/examples/netgraph/udp.tunnel. > > -Archie > > ___________________________________________________________________________ > Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com Lanny Baron, Master FreeBSD Administrator ---------------------------------- Date: 11-Apr-00 Time: 16:03:03 Talkers are no good doers. -- William Shakespeare, "Henry VI" ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 13:11:36 2000 Delivered-To: freebsd-isp@freebsd.org Received: from wat-border.sentex.ca (waterloo-hespler.sentex.ca [199.212.135.66]) by hub.freebsd.org (Postfix) with ESMTP id A4A5837BAEF for ; Tue, 11 Apr 2000 13:11:22 -0700 (PDT) (envelope-from mike@sentex.ca) Received: from vinyl.sentex.ca (vinyl.sentex.ca [209.112.4.14]) by wat-border.sentex.ca (8.9.3/8.9.3) with ESMTP id QAA18919; Tue, 11 Apr 2000 16:11:15 -0400 (EDT) (envelope-from mike@sentex.ca) Received: from simoeon (simeon.sentex.ca [209.112.4.47]) by vinyl.sentex.ca (8.9.3/8.9.3) with SMTP id QAA62781; Tue, 11 Apr 2000 16:10:41 -0400 (EDT) (envelope-from mike@sentex.ca) Message-Id: <3.0.5.32.20000411160339.025b5b90@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Tue, 11 Apr 2000 16:03:39 -0400 To: Lanny Baron From: Mike Tancsa Subject: Re: vpn's Cc: freebsd-isp@freebsd.org In-Reply-To: References: <38e9495e.348513055@mail.sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 03:59 PM 4/11/00 -0400, Lanny Baron wrote: >Hello Mike, >The URL you sent is wrong. Try http://www.freebsd.org/handbook/ There is a major heading for ipsec there. Its there. ---Mike ------------------------------------------------------------------------ Mike Tancsa, tel +1 519 651 3400 Sentex Communications mike@sentex.net Cambridge, Ontario Canada www.sentex.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 13:21: 4 2000 Delivered-To: freebsd-isp@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id ACEBC37B6B2 for ; Tue, 11 Apr 2000 13:20:48 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id QAA00995; Tue, 11 Apr 2000 16:20:42 -0400 (EDT) Date: Tue, 11 Apr 2000 16:20:41 -0400 (EDT) From: "Matthew N. Dodd" To: Chris Dillon Cc: "Serg V. Shubenkov" , freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Apr 2000, Chris Dillon wrote: > On Tue, 11 Apr 2000, Matthew N. Dodd wrote: > > On Tue, 11 Apr 2000, Chris Dillon wrote: > > > If this ProSignia is the same one I have, the onboard NetFlex is > > > actually a Lance chipset: > > > > > > lnc0 at 0x8800-0x8817 irq 14 drq 0 on eisa slot 8 > > > lnc0: PCnet-32 VL-Bus address 00:80:5f:08:65:ba > > > > Where is the lnc driver getting that? I don't see an EISA probe/attach > > routine for the lnc driver. > > If it doesn't have one, it apparently didn't need it. :-) I did have > to manually feed the driver the port/IRQ after finding out what it was > set to in the system setup, and the snippet above also appears after > "Probing for devices on the ISA bus". I'm also not actually using > this interface right now because long before I ever got it working > with FreeBSD I stuck a 3C509 in there and have been using it ever > since. Ah. You're running 3.x which assumes that port ranges in the 0x1000 to 0x9000 are EISA slots and prints out that message. While you can abuse the ISA hint mechanism in that manner its really much nicer to attach EISA devices the correct way but since no EISA attachment exists yet this isn't possible. I'll add creation of an EISA lnc front end to my TODO for 4.0/5.0. > Here is the line I have for it in my kernel config: > device lnc0 at isa? port 0x8800 net irq 14 drq 0 > > > Whats the EISA device ID for this device? > > Is there a way for me to find out without having to reboot the > machine? Something along the line of pciconf(8)? Er... I've code code that does it but it requires a custom driver. What was the unknown device listed on slot 8 again? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 14:11:53 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 5862A37B5F8 for ; Tue, 11 Apr 2000 14:11:48 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id QAA37148; Tue, 11 Apr 2000 16:11:43 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Tue, 11 Apr 2000 16:11:42 -0500 (CDT) From: Chris Dillon To: "Matthew N. Dodd" Cc: "Serg V. Shubenkov" , freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Apr 2000, Matthew N. Dodd wrote: > On Tue, 11 Apr 2000, Chris Dillon wrote: > > On Tue, 11 Apr 2000, Matthew N. Dodd wrote: > > > On Tue, 11 Apr 2000, Chris Dillon wrote: > > > > If this ProSignia is the same one I have, the onboard NetFlex is > > > > actually a Lance chipset: > > > > > > > > lnc0 at 0x8800-0x8817 irq 14 drq 0 on eisa slot 8 > > > > lnc0: PCnet-32 VL-Bus address 00:80:5f:08:65:ba > > > > > > Where is the lnc driver getting that? I don't see an EISA probe/attach > > > routine for the lnc driver. > > > > If it doesn't have one, it apparently didn't need it. :-) I did have > > to manually feed the driver the port/IRQ after finding out what it was > > set to in the system setup, and the snippet above also appears after > > "Probing for devices on the ISA bus". I'm also not actually using > > this interface right now because long before I ever got it working > > with FreeBSD I stuck a 3C509 in there and have been using it ever > > since. > > Ah. You're running 3.x which assumes that port ranges in the 0x1000 to > 0x9000 are EISA slots and prints out that message. > > While you can abuse the ISA hint mechanism in that manner its really much > nicer to attach EISA devices the correct way but since no EISA attachment > exists yet this isn't possible. I'll add creation of an EISA lnc front > end to my TODO for 4.0/5.0. Hey, I just had a hunch and tried it and it worked. :-) > > Here is the line I have for it in my kernel config: > > device lnc0 at isa? port 0x8800 net irq 14 drq 0 > > > > > Whats the EISA device ID for this device? > > > > Is there a way for me to find out without having to reboot the > > machine? Something along the line of pciconf(8)? > > Er... I've code code that does it but it requires a custom driver. > > What was the unknown device listed on slot 8 again? Most likely the 53c710 SCSI controller. Here is my dmesg.boot that you asked for in another message: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.4-STABLE #5: Wed Mar 8 18:07:54 CST 2000 cdillon@mail.wolves.k12.mo.us:/usr/src/sys/compile/MAIL Timecounter "i8254" frequency 1193182 Hz CPU: i486 DX2 (486-class CPU) Origin = "GenuineIntel" Id = 0x435 Stepping = 5 Features=0x3 real memory = 50331648 (49152K bytes) avail memory = 46460928 (45372K bytes) Preloaded elf kernel "kernel" at 0xc0267000. eisa0: Probing for devices on the EISA bus ahc0: at 0x5c00-0x5cff irq 11 on eisa0 slot 5 ahc0: aic7770 >= Rev E, Single Channel A, SCSI Id=7, 4/255 SCBs eisa0:8 unknown device Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1 not found at 0x2f8 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in ppc0 at 0x3bc irq 7 flags 0x40 on isa ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: aui/utp[*UTP*] address 00:60:97:69:29:db lnc0 at 0x8800-0x8817 irq 14 drq 0 on eisa slot 8 lnc0: PCnet-32 VL-Bus address 00:80:5f:08:65:ba vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Waiting 15 seconds for SCSI devices to settle da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 2006MB (4110000 512 byte sectors: 255H 63S/T 255C) changing root device to da0s1a I will be replacing this box within the next few months, so it will be available for testing anything after that. You also mentioned writing a driver for some TI based NICs. I believe I have a NetFlex-2 EISA Token-Ring/Ethernet NIC around here that I could test such things out on, if that is indeed the kind of thing you're writing the driver for. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( http://www.freebsd.org ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Apr 11 14:45:24 2000 Delivered-To: freebsd-isp@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 4C9F637BC23 for ; Tue, 11 Apr 2000 14:45:14 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id RAA02030; Tue, 11 Apr 2000 17:45:08 -0400 (EDT) Date: Tue, 11 Apr 2000 17:45:08 -0400 (EDT) From: "Matthew N. Dodd" To: Chris Dillon Cc: "Serg V. Shubenkov" , freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Apr 2000, Chris Dillon wrote: > Here is my dmesg.boot that you asked for in another message: [snip] Now I'm really confused. I'd love it if you could boot a 4.0R boot disk on the box and capture the boot output somehow (serial console). > I will be replacing this box within the next few months, so it will be > available for testing anything after that. > > You also mentioned writing a driver for some TI based NICs. I believe > I have a NetFlex-2 EISA Token-Ring/Ethernet NIC around here that I > could test such things out on, if that is indeed the kind of thing > you're writing the driver for. I've got an example or 3 of just about every TMS380 based NIC compaq made. I'll call for testers once I've got something actually working. :/ Thanks though. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 8:11:35 2000 Delivered-To: freebsd-isp@freebsd.org Received: from primex.prontel.net (primex.prontel.net [216.242.25.10]) by hub.freebsd.org (Postfix) with ESMTP id C508037BC8D; Wed, 12 Apr 2000 08:07:04 -0700 (PDT) (envelope-from netadmin@primex.prontel.net) Received: from sysop1 (matrix.prontel.net [216.242.25.4]) by primex.prontel.net (8.9.3/8.9.3) with SMTP id LAA57339; Wed, 12 Apr 2000 11:09:42 -0400 (EDT) (envelope-from netadmin@primex.prontel.net) From: "Lester A. Mesa" To: Cc: Subject: How many Virtual Hosts? Date: Wed, 12 Apr 2000 23:03:52 -0400 Message-ID: <006801bfa4f4$e6201160$38040a0a@prontel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Disposition-Notification-To: "Lester A. Mesa" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to http://www.apache.org/docs-1.2/misc/FAQ.html#fdlim has anyone found a way to run more than 128 to 250 virtual hosts on an Apache Web Server 1.3.12 running on FreeBSD 3.4-STABLE? Our system is a Rackmount Dual Pentium ]|[ 500, 512MB Ram, u3w SCSI HD. I know that it all depends on how many hits per day the server will be getting, though we do not have an approximate amount but I still need to prepare the servers to take as many hits as possible and to handle as many virtual host as it can. Any information will be very valuable. Lester A. Mesa lmesa@prontel.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 8:23:10 2000 Delivered-To: freebsd-isp@freebsd.org Received: from zoe2.qserve.net (zoe2.qserve.net [207.250.219.4]) by hub.freebsd.org (Postfix) with ESMTP id F3B2237BE02 for ; Wed, 12 Apr 2000 08:22:07 -0700 (PDT) (envelope-from rch@qserve.net) Received: from acidic (acidic.qserve.net [207.250.219.40]) by zoe2.qserve.net (8.9.3/8.9.3) with ESMTP id KAA37390 for ; Wed, 12 Apr 2000 10:24:12 -0500 (EST) (envelope-from rch@qserve.net) Message-Id: <4.2.0.58.20000412102102.00c9aae0@qserve.net> X-Sender: rch@qserve.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 12 Apr 2000 10:24:46 -0500 To: freebsd-isp@FreeBSD.ORG From: Robert Hough Subject: JDK + FreeBSD 4.0-RELEASE Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just installed 4.0 a few days ago, and had a user request that I install the jdk for them to use. No big deal I thought, should be in the ports package. I installed the jdk1.1.8 port, but something isn't right. Every time I attempt to execute some java code, I get the following error: /usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found There is no libc.so.3 on this machine, there is a libc.so.4, but if I attempt to cheese on this, pointing libc.so.3 to libc.so.4, the java just core dumps. Any one have an idea what the problem is, and how to resolve it? Hmm, that reminds me. Don't copy a libc.so.3 from another machine and copy it to /usr/lib - bad things happen! :) -- Robert Hough (rch@qserve.net) Qserve Internet, Inc. http://www.qserve.net/ Ph: (317)802-3036 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 8:29: 6 2000 Delivered-To: freebsd-isp@freebsd.org Received: from post.com2com.ru (post.com2com.ru [195.98.160.26]) by hub.freebsd.org (Postfix) with ESMTP id A4B7337BCCD for ; Wed, 12 Apr 2000 08:28:46 -0700 (PDT) (envelope-from vigov@com2com.ru) Received: from 192.168.67.18 (ws215.com2com.ru [195.98.160.215]) by post.com2com.ru (8.8.8/8.8.8) with ESMTP id TAA24646 for ; Wed, 12 Apr 2000 19:27:43 +0400 (MSD) (envelope-from vigov@com2com.ru) Date: Wed, 12 Apr 2000 19:35:38 +0400 From: vigov X-Mailer: The Bat! (v1.39) Educational Reply-To: vigov Organization: 2Com X-Priority: 3 (Normal) Message-ID: <2816.000412@com2com.ru> To: isp@FreeBSD.ORG Subject: mppe Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi All! Is there a mppe realisation for FreeBSD? i guess a lot of people need in it Eugene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 8:29:29 2000 Delivered-To: freebsd-isp@freebsd.org Received: from icebox.venux.net (icebox.venux.net [216.120.166.10]) by hub.freebsd.org (Postfix) with ESMTP id 4C8D137BDE7; Wed, 12 Apr 2000 08:29:25 -0700 (PDT) (envelope-from mitch@venux.net) Received: from servbox.venux.net (matrix.venux.net [216.120.166.5]) by icebox.venux.net (Postfix) with ESMTP id 651FD26202; Wed, 12 Apr 2000 11:33:30 -0400 (EDT) Received: from doot (doot.venux.net [10.0.0.65]) by servbox.venux.net (Postfix) with SMTP id A787E2BD82; Wed, 12 Apr 2000 11:29:56 -0400 (EDT) Message-ID: <006d01bfa494$4c287c60$4100000a@venux.net> From: "Mitch Vincent" To: "Lester A. Mesa" , Cc: References: <006801bfa4f4$e6201160$38040a0a@prontel.com> Subject: Re: How many Virtual Hosts? Date: Wed, 12 Apr 2000 11:32:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If you use name based vhosting, there isn't really a limit (beyond memory of your machine etc). Why can't I run more than virtual hosts? You are probably running into resource limitations in your operating system. The most common limitation is the per-process limit on file descriptors, which is almost always the cause of problems seen when adding virtual hosts. Apache often does not give an intuitive error message because it is normally some library routine (such as gethostbyname()) which needs file descriptors and doesn't complain intelligibly when it can't get them. So the limit mentioned on Apache's site is more of a limit of the number of IPs you can bind to any one interface (and the number of per-process file descriptors you have).. It's not really a limit of Apache itself. We're approaching that number (255) on one of our Linux boxes, however we use name based vhosting, so it's only one IP we're dealing with. - Mitch ----- Original Message ----- From: Lester A. Mesa To: Cc: Sent: Wednesday, April 12, 2000 11:03 PM Subject: How many Virtual Hosts? > According to http://www.apache.org/docs-1.2/misc/FAQ.html#fdlim has anyone > found a way to run more than 128 to 250 virtual hosts on an Apache Web > Server 1.3.12 running on FreeBSD 3.4-STABLE? > Our system is a Rackmount Dual Pentium ]|[ 500, 512MB Ram, u3w SCSI HD. I > know that it all depends on how many hits per day the server will be > getting, though we do not have an approximate amount but I still need to > prepare the servers to take as many hits as possible and to handle as many > virtual host as it can. Any information will be very valuable. > > Lester A. Mesa > lmesa@prontel.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 8:51:26 2000 Delivered-To: freebsd-isp@freebsd.org Received: from cpq.nyi.net (cpq.nyi.net [204.248.157.72]) by hub.freebsd.org (Postfix) with ESMTP id EFC0837BFF4; Wed, 12 Apr 2000 08:50:58 -0700 (PDT) (envelope-from javier@nyi.net) Received: from nyi.net (root@cpq.nyi.net [204.248.157.72]) by cpq.nyi.net (8.9.3/8.9.3) with ESMTP id PAA13648; Wed, 12 Apr 2000 15:52:13 GMT (envelope-from javier@nyi.net) Message-ID: <38F49BAD.DC06AE79@nyi.net> Date: Wed, 12 Apr 2000 11:52:13 -0400 From: Javier Frias Organization: NYI X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Lester A. Mesa" Cc: isp@freebsd.org, questions@freebsd.org Subject: Re: How many Virtual Hosts? References: <006801bfa4f4$e6201160$38040a0a@prontel.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Found a way? it's common practice. if you read past that, you would notice that warning was for the 2.2.x series. Read LINT on "maxusers" and "options NMBCLUSTERS". Those are usually increased for high volume webservers. "Lester A. Mesa" wrote: > > According to http://www.apache.org/docs-1.2/misc/FAQ.html#fdlim has anyone > found a way to run more than 128 to 250 virtual hosts on an Apache Web > Server 1.3.12 running on FreeBSD 3.4-STABLE? > Our system is a Rackmount Dual Pentium ]|[ 500, 512MB Ram, u3w SCSI HD. I > know that it all depends on how many hits per day the server will be > getting, though we do not have an approximate amount but I still need to > prepare the servers to take as many hits as possible and to handle as many > virtual host as it can. Any information will be very valuable. > > Lester A. Mesa > lmesa@prontel.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- MMM \|/ www __^__ (o o) @ @ (O-O) /(o o)\ -ooO-(_)-Ooo---oOO-(_)-OOo---oOO--(_)--OOo---oOO==(_)==OOo Javier A. Frias Sr. System Administrator The New York Internet Company 20 Exchange Place 21st Floor New York, N.Y. 10005 "Error #152 - Windows not found: (C)heer (P)arty (D)ance" --------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 9: 4:25 2000 Delivered-To: freebsd-isp@freebsd.org Received: from saturn.innovativeinternet.net (saturn.innovativeinternet.net [208.244.164.5]) by hub.freebsd.org (Postfix) with ESMTP id A728137BCCB; Wed, 12 Apr 2000 09:03:54 -0700 (PDT) (envelope-from domainmgr@innovativeinternet.com) Received: from w1.innovativeinternet.com [208.244.164.21] (HELO innovativeinternet.com) by saturn.innovativeinternet.net (8.9.3/8.9.3) via ESMTP id ; Wed, 12 Apr 2000 12:03:05 -0400 Message-ID: <38F49E37.2254588B@innovativeinternet.com> Date: Wed, 12 Apr 2000 12:03:03 -0400 From: Jack Sasportas X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "Lester A. Mesa" Cc: isp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: How many Virtual Hosts? References: <006801bfa4f4$e6201160$38040a0a@prontel.com> Content-Type: multipart/alternative; boundary="------------219BB53D31C0C10A96B824E3" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --------------219BB53D31C0C10A96B824E3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit This is how we did it under redhat, a little research can net you the same results with this variable, only the echo 1024 line below is needed I just wanted you to see where in the file we inserted it, which I'm not sure how important that is. We then just bound 2 class C's and we were running... Hope this gives some direction... Modify script /etc/rc.d/init.d/network In the section cut out below, after ipv4_forward add the line that re-writes the /proc/sys/net/core/net_alias_max case "$1" in start) ipv4_forward_set echo 1024 > /proc/sys/net/core/net_alias_max "Lester A. Mesa" wrote: > According to http://www.apache.org/docs-1.2/misc/FAQ.html#fdlim has anyone > found a way to run more than 128 to 250 virtual hosts on an Apache Web > Server 1.3.12 running on FreeBSD 3.4-STABLE? > Our system is a Rackmount Dual Pentium ]|[ 500, 512MB Ram, u3w SCSI HD. I > know that it all depends on how many hits per day the server will be > getting, though we do not have an approximate amount but I still need to > prepare the servers to take as many hits as possible and to handle as many > virtual host as it can. Any information will be very valuable. > > Lester A. Mesa > lmesa@prontel.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- ___________________________________________________________ Jack Sasportas Innovative Internet Solutions Phone 305.665.2500 Fax 305.665.2551 www.innovativeinternet.com www.web56.net --------------219BB53D31C0C10A96B824E3 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit This is how we did it under redhat, a little research can net you the same results with this variable, only the echo 1024 line below is needed I just wanted you to see where in the file we inserted it, which I'm not sure how important that is.
We then just bound 2 class C's and we were running...

Hope this gives some direction...
 

Modify script /etc/rc.d/init.d/network
In the section cut out below, after ipv4_forward add the line that re-writes the /proc/sys/net/core/net_alias_max

case "$1" in
  start)
        ipv4_forward_set
        echo 1024 > /proc/sys/net/core/net_alias_max
 

"Lester A. Mesa" wrote:

According to http://www.apache.org/docs-1.2/misc/FAQ.html#fdlim has anyone
found a way to run more than 128 to 250 virtual hosts on an Apache Web
Server 1.3.12 running on FreeBSD 3.4-STABLE?
Our system is a Rackmount Dual Pentium ]|[ 500, 512MB Ram, u3w SCSI HD.  I
know that it all depends on how many hits per day the server will be
getting, though we do not have an approximate amount but I still need to
prepare the servers to take as many hits as possible and to handle as many
virtual host as it can.  Any information will be very valuable.

Lester A. Mesa
lmesa@prontel.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message

--
___________________________________________________________
Jack Sasportas
Innovative Internet Solutions
Phone 305.665.2500
Fax 305.665.2551
www.innovativeinternet.com
www.web56.net
  --------------219BB53D31C0C10A96B824E3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 9: 6:51 2000 Delivered-To: freebsd-isp@freebsd.org Received: from devsys.jaguNET.com (devsys.jaguNET.com [206.156.208.6]) by hub.freebsd.org (Postfix) with ESMTP id E23F737BE48; Wed, 12 Apr 2000 08:53:25 -0700 (PDT) (envelope-from jim@jaguNET.com) Received: (from jim@localhost) by devsys.jaguNET.com (8.9.3/jag-2.6) id LAA14293; Wed, 12 Apr 2000 11:52:36 -0400 (EDT) From: Jim Jagielski Message-Id: <200004121552.LAA14293@devsys.jaguNET.com> Subject: Re: How many Virtual Hosts? To: netadmin@primex.prontel.net (Lester A. Mesa) Date: Wed, 12 Apr 2000 11:52:36 -0400 (EDT) Cc: isp@FreeBSD.ORG, questions@FreeBSD.ORG Reply-To: jim@jaguNET.com In-Reply-To: <006801bfa4f4$e6201160$38040a0a@prontel.com> from "Lester A. Mesa" at Apr 12, 2000 11:03:52 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Lester A. Mesa wrote: > > According to http://www.apache.org/docs-1.2/misc/FAQ.html#fdlim has anyone > found a way to run more than 128 to 250 virtual hosts on an Apache Web > Server 1.3.12 running on FreeBSD 3.4-STABLE? > Our system is a Rackmount Dual Pentium ]|[ 500, 512MB Ram, u3w SCSI HD. I > know that it all depends on how many hits per day the server will be > getting, though we do not have an approximate amount but I still need to > prepare the servers to take as many hits as possible and to handle as many > virtual host as it can. Any information will be very valuable. > FreeBSD 3.x has a default value of 1024 for FD_SETSIZE, which means that you already can support > 250 vhosts. To get the most number of fds, first bump up the number of available fds for the kernel and the Apache user uid. Bumping 'maxusers' to something like 256 in your kernel config file will do that for you. 'ulimit -a' is your friend. After increasing the kernel/user number of fds, you can compile Apache and add '-DFD_SETSIZE=4096' (for example) to give you the capability for thousands. You can get more or less by how you allocate access logs and error logs (if each vhost gets their own, then you chew up fds faster). -- =========================================================================== Jim Jagielski [|] jim@jaguNET.com [|] http://www.jaguNET.com/ "Are you suggesting coconuts migrate??" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 9:12: 9 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ms1.meiway.com (ms1.meiway.com [212.73.210.73]) by hub.freebsd.org (Postfix) with ESMTP id 61E7C37C0AE for ; Wed, 12 Apr 2000 09:11:56 -0700 (PDT) (envelope-from lconrad@Go2France.com) Received: from sv.Go2France.com [212.73.210.79] by ms1.meiway.com with ESMTP (SMTPD32-5.05) id A19E3D8704F6; Wed, 12 Apr 2000 18:17:34 +0200 Message-Id: <4.3.1.2.20000412180801.01ca3890@mail.Go2France.com> X-Sender: lconrad%Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 12 Apr 2000 18:10:20 +0200 To: freebsd-isp@freebsd.org From: Len Conrad Subject: Re: How many Virtual Hosts? In-Reply-To: <006801bfa4f4$e6201160$38040a0a@prontel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org www.zeustechnology.com web server runs on FreeBSD, is supposedly very very fast compared to Apache, has "unlimited" virtuals, supports .htaccess, but it is not free. It is web server that is increasing its market share as seen by web server polling. Len ================ >According to http://www.apache.org/docs-1.2/misc/FAQ.html#fdlim has anyone >found a way to run more than 128 to 250 virtual hosts on an Apache Web >Server 1.3.12 running on FreeBSD 3.4-STABLE? >Our system is a Rackmount Dual Pentium ]|[ 500, 512MB Ram, u3w SCSI HD. I >know that it all depends on how many hits per day the server will be >getting, though we do not have an approximate amount but I still need to >prepare the servers to take as many hits as possible and to handle as many >virtual host as it can. Any information will be very valuable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 9:18:32 2000 Delivered-To: freebsd-isp@freebsd.org Received: from naiad.eclipse.net.uk (naiad.eclipse.net.uk [195.188.32.29]) by hub.freebsd.org (Postfix) with ESMTP id 54A0637BCDA; Wed, 12 Apr 2000 09:18:23 -0700 (PDT) (envelope-from stuart@eclipse.net.uk) Received: by naiad.eclipse.net.uk (Postfix, from userid 475) id D2B4E1350F; Wed, 12 Apr 2000 17:17:10 +0100 (BST) Date: Wed, 12 Apr 2000 17:17:10 +0100 From: Stuart Henderson To: Mitch Vincent Cc: "Lester A. Mesa" , isp@freebsd.org, questions@freebsd.org Subject: Re: How many Virtual Hosts? Message-ID: <20000412171710.B32156@naiad.eclipse.net.uk> References: <006801bfa4f4$e6201160$38040a0a@prontel.com> <006d01bfa494$4c287c60$4100000a@venux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i In-Reply-To: <006d01bfa494$4c287c60$4100000a@venux.net>; from mitch@venux.net on Wed, Apr 12, 2000 at 11:32:22AM -0400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Apr 12, 2000 at 11:32:22AM -0400, Mitch Vincent wrote: > So the limit mentioned on Apache's site is more of a limit of the number of > IPs you can bind to any one interface (and the number of per-process file > descriptors you have).. It's not really a limit of Apache itself. > > We're approaching that number (255) on one of our Linux boxes, however we > use name based vhosting, so it's only one IP we're dealing with. If you are using multiple logfiles in Apache (rather than logging to a single file which is then split into multiple files at a later date/time) you will be holding hundreds of file handles open for each log that is open, in addition to the file handles required for the bound sockets. BTW, there's web servers other than Apache, you don't *have* to bind individually to each IP address... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 11: 0: 7 2000 Delivered-To: freebsd-isp@freebsd.org Received: from thud.tbe.net (thud.tbe.net [209.123.109.174]) by hub.freebsd.org (Postfix) with ESMTP id 9B9DD37BFAC; Wed, 12 Apr 2000 10:55:54 -0700 (PDT) (envelope-from gary@tbe.net) Received: by thud.tbe.net (Postfix, from userid 1001) id 4D84F1C9523; Wed, 12 Apr 2000 13:53:46 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by thud.tbe.net (Postfix) with ESMTP id 47561DCF4D; Wed, 12 Apr 2000 13:53:46 -0400 (EDT) Date: Wed, 12 Apr 2000 13:53:46 -0400 (EDT) From: "Gary D. Margiotta" To: "Lester A. Mesa" Cc: isp@freebsd.org, questions@freebsd.org Subject: Re: How many Virtual Hosts? In-Reply-To: <006801bfa4f4$e6201160$38040a0a@prontel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've currently got 180+ virtual domains on a production server, will be expanding that to over 225+ pretty soon: Dual PPro 180/256 256MB RAM UW-SCSI Seagate drives FreeBSD 3.4-STABLE Apache 1.3.12 Machine is also running a separate incarnation of apache-ssl, realserver 6, mysql and Oracle 8.0.5.1 (under Linux-emu, runs _beautifully_). Machine's load is nhardly ever above 1, Apache is fast and stable, and FreeBSD kicks some serious butt. -Gary On Wed, 12 Apr 2000, Lester A. Mesa wrote: > According to http://www.apache.org/docs-1.2/misc/FAQ.html#fdlim has anyone > found a way to run more than 128 to 250 virtual hosts on an Apache Web > Server 1.3.12 running on FreeBSD 3.4-STABLE? > Our system is a Rackmount Dual Pentium ]|[ 500, 512MB Ram, u3w SCSI HD. I > know that it all depends on how many hits per day the server will be > getting, though we do not have an approximate amount but I still need to > prepare the servers to take as many hits as possible and to handle as many > virtual host as it can. Any information will be very valuable. > > Lester A. Mesa > lmesa@prontel.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 11:56: 1 2000 Delivered-To: freebsd-isp@freebsd.org Received: from awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id E9AED37C1B6 for ; Wed, 12 Apr 2000 11:54:08 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id TAA63521; Wed, 12 Apr 2000 19:51:39 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id TAA00767; Wed, 12 Apr 2000 19:51:38 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200004121851.TAA00767@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: vigov Cc: isp@freebsd.org, brian@hak.lan.Awfulhak.org Subject: Re: mppe In-Reply-To: Message from vigov of "Wed, 12 Apr 2000 19:35:38 +0400." <2816.000412@com2com.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 12 Apr 2000 19:51:38 +0100 From: Brian Somers Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi All! > Is there a mppe realisation for FreeBSD? > > i guess a lot of people need in it ppp(8) will have it RSN. > Eugene -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 11:57: 8 2000 Delivered-To: freebsd-isp@freebsd.org Received: from firehouse.net (spook.networkoperations.com [209.42.203.59]) by hub.freebsd.org (Postfix) with SMTP id 0628037BFF7 for ; Wed, 12 Apr 2000 11:52:09 -0700 (PDT) (envelope-from abc@firehouse.net) Received: (qmail 63301 invoked by uid 1000); 12 Apr 2000 18:49:40 -0000 Date: Wed, 12 Apr 2000 14:49:40 -0400 From: Alan Clegg To: Stuart Henderson Cc: Mitch Vincent , "Lester A. Mesa" , isp@freebsd.org, questions@freebsd.org Subject: Re: How many Virtual Hosts? Message-ID: <20000412144940.D62674@ecto.greenpeas.org> References: <006801bfa4f4$e6201160$38040a0a@prontel.com> <006d01bfa494$4c287c60$4100000a@venux.net> <20000412171710.B32156@naiad.eclipse.net.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000412171710.B32156@naiad.eclipse.net.uk>; from stuart@eclipse.net.uk on Wed, Apr 12, 2000 at 05:17:10PM +0100 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Out of the ether, Stuart Henderson spewed forth the following bitstream: > BTW, there's web servers other than Apache, you don't *have* to > bind individually to each IP address... With Apache, you don't have to bind to multiple addresses either. From the syntax of this sentence, it appears that Apache requires you to use multiple IPs. Look into "NamedVirtualHost" AlanC {been using (and advocating) Name based hosting for years and years} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 12: 5:17 2000 Delivered-To: freebsd-isp@freebsd.org Received: from smtp-out1.bellatlantic.net (smtp-out1.bellatlantic.net [199.45.39.156]) by hub.freebsd.org (Postfix) with ESMTP id 9046037BFAD; Wed, 12 Apr 2000 12:00:49 -0700 (PDT) (envelope-from zicc@bellatlantic.net) Received: from bellatlantic.net (adsl-151-201-20-104.bellatlantic.net [151.201.20.104]) by smtp-out1.bellatlantic.net (8.9.1/8.9.1) with ESMTP id OAA11274; Wed, 12 Apr 2000 14:58:16 -0400 (EDT) Message-ID: <38F4C783.225F5FE1@bellatlantic.net> Date: Wed, 12 Apr 2000 14:59:15 -0400 From: Chad Ziccardi X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "Lester A. Mesa" Cc: isp@freebsd.org, questions@freebsd.org Subject: Re: How many Virtual Hosts? References: <006801bfa4f4$e6201160$38040a0a@prontel.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Lester A. Mesa" wrote: > > According to http://www.apache.org/docs-1.2/misc/FAQ.html#fdlim has anyone > found a way to run more than 128 to 250 virtual hosts on an Apache Web > Server 1.3.12 running on FreeBSD 3.4-STABLE? > Our system is a Rackmount Dual Pentium ]|[ 500, 512MB Ram, u3w SCSI HD. I > know that it all depends on how many hits per day the server will be > getting, though we do not have an approximate amount but I still need to > prepare the servers to take as many hits as possible and to handle as many > virtual host as it can. Any information will be very valuable. I haven't check too much, but the next section in that url is this: -------begin snip----------- "21.Can I increase FD_SETSIZE on FreeBSD? On versions of FreeBSD before 3.0, the FD_SETSIZE define defaults to 256. This means that you will have trouble usefully using more than 256 file descriptors in Apache. This can be increased, but doing so can be tricky. If you are using a version prior to 2.2, you need to recompile your kernel with a larger FD_SETSIZE. This can be done by adding a line such as: options FD_SETSIZE nnn To your kernel config file. Starting at version 2.2, this is no longer necessary. If you are using a version of 2.1-stable from after 1997/03/10 or 2.2 or 3.0-current from before 1997/06/28, there is a limit in the resolver library that prevents it from using more file descriptors than what FD_SETSIZE is set to when libc is compiled. To increase this, you have to recompile libc with a higher FD_SETSIZE. In FreeBSD 3.0, the default FD_SETSIZE has been increased to 1024 and the above limitation in the resolver library has been removed. After you deal with the appropriate changes above, you can increase the setting of FD_SETSIZE at Apache compilation time by adding "-DFD_SETSIZE=nnn" to the EXTRA_CFLAGS line in your Configuration file. " --------end snip------------ --Chad Ziccardi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 12:20:16 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns.tcworks.net (ns.tcworks.net [216.61.218.2]) by hub.freebsd.org (Postfix) with ESMTP id F04A737BEE5; Wed, 12 Apr 2000 12:17:38 -0700 (PDT) (envelope-from ccook@tcworks.net) Received: from tcworks.net (xcess@stuck.sticky.org [216.61.218.6]) by ns.tcworks.net (8.9.2/8.9.2) with ESMTP id OAA48850; Wed, 12 Apr 2000 14:10:42 -0500 (CDT) (envelope-from ccook@tcworks.net) Message-ID: <38F4CAE9.C393B0D2@tcworks.net> Date: Wed, 12 Apr 2000 14:13:45 -0500 From: Chris Cook X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Stuart Henderson Cc: Mitch Vincent , "Lester A. Mesa" , isp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: How many Virtual Hosts? References: <006801bfa4f4$e6201160$38040a0a@prontel.com> <006d01bfa494$4c287c60$4100000a@venux.net> <20000412171710.B32156@naiad.eclipse.net.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Stuart Henderson wrote: > > BTW, there's web servers other than Apache, you don't *have* to > bind individually to each IP address... Apache does not require that you bind individual virtual hosts to IP's either. -- Chris o----< ccook@tcworks.net >-----------------------------------------o |Chris Cook - Network Admin | TCWORKS.NET - http://www.tcworks.net | |The Computer Works ISP | FreeBSD - http://www.freebsd.org | o------------------------------------------------------------------o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 12:58:19 2000 Delivered-To: freebsd-isp@freebsd.org Received: from icebox.venux.net (icebox.venux.net [216.120.166.10]) by hub.freebsd.org (Postfix) with ESMTP id 42D5B37BD32 for ; Wed, 12 Apr 2000 12:53:57 -0700 (PDT) (envelope-from mitch@venux.net) Received: from servbox.venux.net (matrix.venux.net [216.120.166.5]) by icebox.venux.net (Postfix) with ESMTP id 38BBC2620E; Wed, 12 Apr 2000 15:58:03 -0400 (EDT) Received: from doot (doot.venux.net [10.0.0.65]) by servbox.venux.net (Postfix) with SMTP id 5867E2BD82; Wed, 12 Apr 2000 15:26:57 -0400 (EDT) Message-ID: <003b01bfa4b5$6757b3e0$4100000a@venux.net> From: "Mitch Vincent" To: , "Len Conrad" References: <4.3.1.2.20000412180801.01ca3890@mail.Go2France.com> Subject: Re: How many Virtual Hosts? Date: Wed, 12 Apr 2000 15:29:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Again, the limit we're taking about has nothing to do with Apache. It's an OS limitation (that can be overcome). - Mitch ----- Original Message ----- From: Len Conrad To: Sent: Wednesday, April 12, 2000 12:10 PM Subject: Re: How many Virtual Hosts? > www.zeustechnology.com web server runs on FreeBSD, is supposedly very very > fast compared to Apache, has "unlimited" virtuals, supports .htaccess, but > it is not free. It is web server that is increasing its market share as > seen by web server polling. > > Len > > ================ > > >According to http://www.apache.org/docs-1.2/misc/FAQ.html#fdlim has anyone > >found a way to run more than 128 to 250 virtual hosts on an Apache Web > >Server 1.3.12 running on FreeBSD 3.4-STABLE? > >Our system is a Rackmount Dual Pentium ]|[ 500, 512MB Ram, u3w SCSI HD. I > >know that it all depends on how many hits per day the server will be > >getting, though we do not have an approximate amount but I still need to > >prepare the servers to take as many hits as possible and to handle as many > >virtual host as it can. Any information will be very valuable. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 13:52:47 2000 Delivered-To: freebsd-isp@freebsd.org Received: from bsdie.rwsystems.net (bsdie.rwsystems.net [209.197.223.2]) by hub.freebsd.org (Postfix) with ESMTP id 1B74C37B574; Wed, 12 Apr 2000 13:52:42 -0700 (PDT) (envelope-from jwyatt@rwsystems.net) Received: from bsdie.rwsystems.net([209.197.223.2]) (1094 bytes) by bsdie.rwsystems.net via sendmail with P:esmtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Wed, 12 Apr 2000 15:41:48 -0500 (CDT) (Smail-3.2.0.106 1999-Mar-31 #1 built 1999-Aug-7) Date: Wed, 12 Apr 2000 15:41:43 -0500 (CDT) From: James Wyatt To: Stuart Henderson Cc: Mitch Vincent , "Lester A. Mesa" , isp@freebsd.org, questions@freebsd.org Subject: Re: How many Virtual Hosts? In-Reply-To: <20000412171710.B32156@naiad.eclipse.net.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 12 Apr 2000, Stuart Henderson wrote: > BTW, there's web servers other than Apache, you don't *have* to > bind individually to each IP address... There are other web servers than Apache, but most aren't as good. (^_^) You don't *have* to bind each virtual host under Apache, it's just that some browsers and crawlers don't like it. - Jy@ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 14:10:26 2000 Delivered-To: freebsd-isp@freebsd.org Received: from agora.rdrop.com (agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (Postfix) with ESMTP id 195C837B97E; Wed, 12 Apr 2000 14:10:21 -0700 (PDT) (envelope-from batie@agora.rdrop.com) Received: (from batie@localhost) by agora.rdrop.com (8.8.7/8.8.7) id OAA14180; Wed, 12 Apr 2000 14:10:16 -0700 (PDT) (envelope-from batie) Message-ID: <20000412141016.05307@rdrop.com> Date: Wed, 12 Apr 2000 14:10:16 -0700 From: Alan Batie To: James Wyatt Cc: Stuart Henderson , Mitch Vincent , "Lester A. Mesa" , isp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: How many Virtual Hosts? References: <20000412171710.B32156@naiad.eclipse.net.uk> Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-md5; boundary=EeQfGwPcQSOJBaQU X-Mailer: Mutt 0.88 In-Reply-To: ; from James Wyatt on Wed, Apr 12, 2000 at 03:41:43PM -0500 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii On Wed, Apr 12, 2000 at 03:41:43PM -0500, James Wyatt wrote: > You don't *have* to bind each virtual host under Apache, it's just that > some browsers and crawlers don't like it. - Jy@ Yes, but that's not restricted to Apache; if you've got an HTTP 1.0-only browser, it just doesn't send enough information for the server to figure out which virtual host was intended. Binding to the IP address is the only way to handle them. Hopefully they're few enough to ignore these days though. -- Alan Batie ______ www.rdrop.com/users/batie Me batie@agora.rdrop.com \ / www.qrd.org The Triangle PGPFP DE 3C 29 17 C0 49 7A \ / www.pgpi.com The Weird Numbers 27 40 A5 3C 37 4A DA 52 B9 \/ www.anti-spam.net NO SPAM! --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBOPTmN4v4wNua7QglAQGc6AQAs8spajtYXKTp37MoNEL9W+NK+qLY//UR M1+iXkTLfVnVOa2AD1cQy1vVzKJfZDH7aHj/74FDgKAVAR1IqbYsSabNhTq6Ev6c fYF89a+PdiXpi3/6kVcHZ+d8Pl/dt6uXZ6ze461Gb02/B8osl/OQ0iLMejUqVBAh JN0ncicb3OU= =p6oz -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Apr 12 14:16:53 2000 Delivered-To: freebsd-isp@freebsd.org Received: from octans.php.eclipse.net.uk (octans.php.eclipse.net.uk [212.104.129.222]) by hub.freebsd.org (Postfix) with ESMTP id 545C137BC33; Wed, 12 Apr 2000 14:16:48 -0700 (PDT) (envelope-from sh@octarine.org) Received: by octans.php.eclipse.net.uk (Postfix, from userid 65534) id 46EFC4FA14; Wed, 12 Apr 2000 22:16:27 +0000 (GMT) To: James Wyatt Subject: Re: How many Virtual Hosts? Message-ID: <955577787.38f4f5bb2a45c@webmail.octarine.org> Date: Wed, 12 Apr 2000 23:16:27 +0100 From: Stuart Henderson Cc: Stuart Henderson , Mitch Vincent , "Lester A. Mesa" , , References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.0-cvs X-Complaints-To: abuse@eclipse.net.uk X-Trace: webmail.octarine.org/212.104.144.123 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting James Wyatt : > You don't *have* to bind each virtual > host under Apache, it's just that > some browsers and crawlers don't like > it. - Jy@ It's not necessary to bind to each virtual interface individually, you can bind to 0.0.0.0 and look at the request to see the destination IP (as opposed to software virtual hosting using the Host: header). The worst problems with using the Host: header for mass hosting are related to errors in some IE versions. I've seen a few requests with the domain name missing a few components from the end (www.foo rather than www.foo.co.uk), and also it appears that in some cases, HTTP redirection causes it to send the original hostname rather than the new hostname specified in the Location: header (this happens with some search engines: actually I think it maybe dependent on the HTTP result code sent with the redirect). Also as you say some crawlers don't supply Host:, though this situation is improving. There are good open-source alternatives to Apache, however it's common for them to specialize. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 13 0:32:31 2000 Delivered-To: freebsd-isp@freebsd.org Received: from liberty.bulinfo.net (liberty.bulinfo.net [212.72.195.7]) by hub.freebsd.org (Postfix) with SMTP id 540B337BB4F for ; Thu, 13 Apr 2000 00:32:23 -0700 (PDT) (envelope-from krassi@bulinfo.net) Received: (qmail 97587 invoked from network); 13 Apr 2000 07:32:13 -0000 Received: from pythia.bulinfo.net (HELO bulinfo.net) (212.72.195.5) by liberty.bulinfo.net with SMTP; 13 Apr 2000 07:32:13 -0000 Message-ID: <38F577FA.2E55D475@bulinfo.net> Date: Thu, 13 Apr 2000 10:32:11 +0300 From: Krassimir Slavchev X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org, freebsd-questions@freebsd.org Subject: MD5 passwords only? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I transferred some Linux users with DES encrypted passwords to FreeBSD-3.4 box. After installing DES package FreeBSD accept both MD5 and DES passwords. I wish all my users have MD5 passwords. To do this i need to make new utility (like passwd) to replace DES with MD5 password when user change their password. It is possible to change the src files of passwd program so it use MD5 encrypt library or DES library, but force MD5 crypt? Best regards Krassimir Slavchev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 13 1:26:19 2000 Delivered-To: freebsd-isp@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id AB84E37BCC7; Thu, 13 Apr 2000 01:26:12 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12few4-0001Bt-00; Thu, 13 Apr 2000 10:25:12 +0200 From: Sheldon Hearn To: Krassimir Slavchev Cc: freebsd-isp@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: MD5 passwords only? In-reply-to: Your message of "Thu, 13 Apr 2000 10:32:11 +0300." <38F577FA.2E55D475@bulinfo.net> Date: Thu, 13 Apr 2000 10:25:12 +0200 Message-ID: <4580.955614312@axl.ops.uunet.co.za> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 13 Apr 2000 10:32:11 +0300, Krassimir Slavchev wrote: > I transferred some Linux users with DES encrypted passwords to > FreeBSD-3.4 box. > After installing DES package FreeBSD accept both MD5 and DES passwords. > I wish all my users have MD5 passwords. > To do this i need to make new utility (like passwd) to replace DES with > MD5 password when user change their password. > It is possible to change the src files of passwd program so it use MD5 > encrypt library or DES library, but force MD5 crypt? No. However, modern FreeBSD systems will use the appropriate crypt code for both DES and MD5 existing passwords. The limitation is that _new_ passwords must be one or the other -- users can't choose. This is not a problem for you. There's a section covering this in the FreeBSD Handbook. See this web page: http://www.freebsd.org/handbook/crypt.html All you need to do is replace the symbolic links which currently point to libdescrypt, with links that point instead to libscrypt. To prevent ``make world'' from toasting these symbolic links in future, add this to your /etc/make.conf: NODESCRYPTLINKS=true HINT TO FAQ CONTRIBUTORS: This advice could be added to the existing documentation. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 13 2:46: 2 2000 Delivered-To: freebsd-isp@freebsd.org Received: from web2101.mail.yahoo.com (web2101.mail.yahoo.com [128.11.68.245]) by hub.freebsd.org (Postfix) with SMTP id 4748337B565 for ; Thu, 13 Apr 2000 02:46:00 -0700 (PDT) (envelope-from xiyuan@yahoo.com) Received: (qmail 20545 invoked by uid 60001); 13 Apr 2000 09:46:00 -0000 Message-ID: <20000413094600.20544.qmail@web2101.mail.yahoo.com> Received: from [202.101.31.187] by web2101.mail.yahoo.com; Thu, 13 Apr 2000 02:46:00 PDT Date: Thu, 13 Apr 2000 02:46:00 -0700 (PDT) From: xiyuan qian Subject: mail relay problem To: freebsd-isp@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, as an isp, I have many dialer users. My SMTP serve run with NO relay denied.So, recently I find someone outside my net send many emails with my server. I think it is time to modify my sendmail.cf. I read the www.sendmail.org pages about anti-spam setup. But when I config my server as it told, that is enable un-delay by default and add a relay-domain file to /etc/mail dir, my dialer users complaied that they can not send emails. I can only send out the email right at the server. How to solve this ? How can I tell the endmail let the dialer users of mine send out the emails and deny those who do not belong to my net? Best regaurds! __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 13 4: 4: 8 2000 Delivered-To: freebsd-isp@freebsd.org Received: from seraphim.australink.net (eth0.seraphim.australink.net [203.46.220.23]) by hub.freebsd.org (Postfix) with ESMTP id E63B837B5DB for ; Thu, 13 Apr 2000 04:04:01 -0700 (PDT) (envelope-from tim@spanner.net) Received: from seraphim.australink.net (seraphim [203.46.220.23]) by seraphim.australink.net (8.9.3/8.9.3) with SMTP id VAA09803; Thu, 13 Apr 2000 21:11:37 +1000 Date: Thu, 13 Apr 2000 11:11:36 +0000 ( ) From: X-Sender: tim@seraphim.australink.net To: xiyuan@yahoo.com Cc: freebsd-isp@freebsd.org Subject: Re: mail relay problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You should have a /etc/mail/access file, which you can set up your relay hosts in. It is simply a matter of adding your subnet(s) to the file. eg. 127.0.0.1 RELAY 203.54.200 RELAY Then: makmap hash access.db < access killall -1 sendmail Tim. ----- Original Message ----- From: xiyuan qian To: Sent: Thursday, April 13, 2000 7:46 PM Subject: mail relay problem > Hi, as an isp, I have many dialer users. My SMTP serve > > run with NO relay denied.So, recently I find someone > > outside my net send many emails with my server. I > > think it is time to modify my sendmail.cf. I read the > > www.sendmail.org pages about anti-spam setup. But when > > > I config my server as it told, that is enable un-delay > > > by default and add a relay-domain file to /etc/mail > > dir, my dialer users complaied that they can not send > > emails. I can only send out the email right at the > > server. How to solve this ? How can I tell the endmail > > let the dialer users of mine send out the emails and > > deny those who do not belong to my net? > > > Best regaurds! > > > __________________________________________________ > Do You Yahoo!? > Send online invitations with Yahoo! Invites. > http://invites.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 13 6:52:49 2000 Delivered-To: freebsd-isp@freebsd.org Received: from internal.mail.demon.net (internal.mail.demon.net [193.195.224.3]) by hub.freebsd.org (Postfix) with ESMTP id ED4E137B689 for ; Thu, 13 Apr 2000 06:52:46 -0700 (PDT) (envelope-from fanf@demon.net) Received: from fanf.eng.demon.net (fanf.eng.demon.net [195.11.55.89]) by internal.mail.demon.net with ESMTP id OAA19456; Thu, 13 Apr 2000 14:52:44 +0100 (BST) Received: from fanf by fanf.eng.demon.net with local (Exim 3.12 #3) id 12fk2q-000Kxl-00; Thu, 13 Apr 2000 14:52:32 +0100 To: sh@octarine.org From: Tony Finch Cc: isp@freebsd.org Subject: Re: How many Virtual Hosts? In-Reply-To: <955577787.38f4f5bb2a45c@webmail.octarine.org> References: Message-Id: Date: Thu, 13 Apr 2000 14:52:32 +0100 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Stuart Henderson wrote: > >It's not necessary to bind to each virtual interface individually, >you can bind to 0.0.0.0 and look at the request to see the >destination IP (as opposed to software virtual hosting using the >Host: header). Apache does this by default. In a typical configuration it only has one listen() socket. Apache doesn't try to work out each and every network interface in the system like some other software. Tony. -- f.a.n.finch fanf@apache.org dot@dotat.at 368 the wet snap of an oiled strap To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Apr 13 7:12:10 2000 Delivered-To: freebsd-isp@freebsd.org Received: from thud.tbe.net (thud.tbe.net [209.123.109.174]) by hub.freebsd.org (Postfix) with ESMTP id D378337B6D6 for ; Thu, 13 Apr 2000 07:12:08 -0700 (PDT) (envelope-from gary@tbe.net) Received: by thud.tbe.net (Postfix, from userid 1001) id 781C31C9528; Thu, 13 Apr 2000 10:10:22 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by thud.tbe.net (Postfix) with ESMTP id 7354ADCF4D for ; Thu, 13 Apr 2000 10:10:22 -0400 (EDT) Date: Thu, 13 Apr 2000 10:10:22 -0400 (EDT) From: "Gary D. Margiotta" To: freebsd-isp@freebsd.org Subject: Promise FasTrak 66 IDE RAID Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ok, I was flipping through the archives, but wasn't really sure on an answer about this: Does the Fastrak 66 RAID controller work under 4.0 (actually doing RAID, not just as a UDMA/66 controller)? I know support was added for the 'normal' Promise cards with the new ata driver. However, I didn't see anything mentioned about the Fastrak and the ability to do IDE RAID. Any insight would be helpful. Thanks. -Gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Apr 14 13: 4:19 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.249.195.3]) by hub.freebsd.org (Postfix) with SMTP id ADDC237BF87 for ; Fri, 14 Apr 2000 13:04:11 -0700 (PDT) (envelope-from luiz@nlink.com.br) Received: (qmail 91086 invoked from network); 14 Apr 2000 20:04:06 -0000 Received: from mirage.nlink.com.br (200.249.195.3) by mirage.nlink.com.br with SMTP; 14 Apr 2000 20:04:06 -0000 Date: Fri, 14 Apr 2000 17:04:06 -0300 (EST) From: Luiz de Barros To: isp@freebsd.org Subject: Compaq Microcom 4000. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear All, Is there anybody using Compaq Microcom 4000 Remote Access Concentrator? Does it really support L2F? Is there any L2F implementation available for FreeBSD? Luiz /* If it happens once, it's a bug. If it happens twice, it's a feature. If it happens more than twice, it's windows. */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Apr 15 10:28: 7 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (Postfix) with ESMTP id BC2DC37B836 for ; Sat, 15 Apr 2000 10:28:03 -0700 (PDT) (envelope-from jeff@mercury.jorsm.com) Received: by mercury.jorsm.com (Postfix, from userid 101) id 7C43BE4A43; Sat, 15 Apr 2000 12:27:57 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by mercury.jorsm.com (Postfix) with ESMTP id 6D806E0C02 for ; Sat, 15 Apr 2000 12:27:56 -0500 (CDT) Date: Sat, 15 Apr 2000 12:27:52 -0500 (CDT) From: Jeff Lynch To: isp@freebsd.org Subject: mt/sa/DLT2000 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We're having trouble with mt(1) and/or sa(4). We're running the latest FreeBSD 3.4-STABLE. Whenever we seek to EOM, either through "mt eom" or "mt fsf [count]" after the last file written to the tape, the driver get's confused, looses it's place, and freezes the tape if we attempt to append another file or attempt to bsf and read or write to the tape. Apr 15 12:13:07 hubble /kernel: (sa0:ncr0:0:6:0): SPACE. CDB: 11 1 0 0 1 0 Apr 15 12:13:07 hubble /kernel: (sa0:ncr0:0:6:0): BLANK CHECK req sz: 1 (decimal) csi:0,0,0,2f asc:0,5 Apr 15 12:13:07 hubble /kernel: (sa0:ncr0:0:6:0): End-of-data detected Apr 15 12:14:57 hubble /kernel: (sa0:ncr0:0:6:0): tape is now frozen- use an OFFLINE, REWIND or MTEOM command to clear this state. This is on a DLT2000. We don't have another tape drive to test if this is particular to the DLT2000. Anyone else seeing this? TIA for replies. --jeff ============================================================================ Jeffrey A. Lynch | JORSM Internet, Regional Internet Services email: jeff@jorsm.com | 7 Area Codes in Chicagoland and NW Indiana Voice: (219)322-2180 | 100Mbps+ Connectivity, 56K-DS3, V.90, ISDN Autoresponse: info@jorsm.com | Quality Service, Affordable Prices http://www.jorsm.com | Serving Gov, Biz, Residential Since 1995 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Apr 15 14: 3:50 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail4.nycap.rr.com (mail4-1.nyroc.rr.com [24.92.33.20]) by hub.freebsd.org (Postfix) with ESMTP id 53A7337B5AE for ; Sat, 15 Apr 2000 14:03:48 -0700 (PDT) (envelope-from freebsd@empireone.net) Received: from jrsysadmin ([24.161.1.124]) by mail4.nycap.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with SMTP id com; Sat, 15 Apr 2000 17:06:37 -0400 From: "James F. Ruffer III" To: , Cc: Subject: token ring Date: Sat, 15 Apr 2000 17:12:20 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal In-Reply-To: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have to install a token ring card in our dns server any one help me on a step to step? Thank you james jrsysadmin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message