From owner-freebsd-isp Sun Jun 1 08:42:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA24606 for isp-outgoing; Sun, 1 Jun 1997 08:42:15 -0700 (PDT) Received: from absinthe.i3inc.com (Absinthe.i3inc.com [208.218.26.194]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA24601 for ; Sun, 1 Jun 1997 08:42:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by absinthe.i3inc.com (8.7.2/8.7.2) with SMTP id LAA04945; Sun, 1 Jun 1997 11:40:16 -0400 (EDT) Message-Id: <199706011540.LAA04945@absinthe.i3inc.com> X-Authentication-Warning: absinthe.i3inc.com: Host localhost [127.0.0.1] didn't use HELO protocol To: rricci@ns1.theonlynet.com Cc: freebsd-isp@freebsd.org Subject: Re: Authenticating dial-ins In-Reply-To: Your message of "Fri, 30 May 1997 16:39:10 -0600 (MDT)" References: X-Mailer: Mew version 1.03 on Emacs 19.34.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sun, 01 Jun 1997 11:40:14 -0400 From: Chris Shenton Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 30 May 1997 16:39:10 -0600 (MDT) "Robert P. Ricci" wrote: rricci> We've got two FreeBSD machines, and would like to use one as a rricci> terminal server and the other as mail/web/ftp sever (right rricci> now, everything's on the terminal server.) What would be the rricci> best way to keep identical password files on both machines, or rricci> use the web server's password file to authenticate users on rricci> the terminal server? The terminal server uses a cyclades rricci> card. Right now, we use mgetty to answer the modems, which rricci> then fires up pppd. We're also able to nfs mount between the rricci> two machines. The dial-in server can use RADIUS configured to look into the /etc/passwd file for authentication. I believe you use "Password = UNIX" or "Password = System" (Livingston RADIUS-2.0). So your dialin server can query a RADIUS daemon running on your www/ftp/email server where the accounts really live. I set up one site like this and it's real easy for them to manage cuz all they gotta do is "adduser". You can make the users shell something like /PPP-only or /bin/false if you want them to have PPP authentication but no shell access, but this *might* hose www/ftp/email (see /etc/shells and such). MERIT and Livingston's latest RADIUS support examining UNIX /etc/group file for PPP authentication. With this you could allow people shell/email/ftp/www access, but *not* PPP, if you set their group to be one RADIUS doesn't like. From owner-freebsd-isp Sun Jun 1 19:31:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA20364 for isp-outgoing; Sun, 1 Jun 1997 19:31:08 -0700 (PDT) Received: from lab321.ru ([194.226.32.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA20356 for ; Sun, 1 Jun 1997 19:31:01 -0700 (PDT) Received: from localhost (localhost.l321.omsk.net.ru [127.0.0.1]) by lab321.ru (8.8.5-MVC-230497/8.8.5) with SMTP id JAA00708; Mon, 2 Jun 1997 09:05:55 +0700 (OSD) Date: Mon, 2 Jun 1997 09:05:55 +0700 (OSD) From: Eugeny Kuzakov To: Luiz de Barros cc: isp@FreeBSD.ORG Subject: Re: PPP and getty Auto Sensing PPP. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 30 May 1997, Luiz de Barros wrote: > Hi ALL, > > I have FreeBSD 2.2.1-RELEASE with getty auto-sensing PPP but am not being > able to recognize users that logon using PAP. > > What would be the command line i should call throght gettytab? You need use mgetty software. Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) kev@lab321.ru From owner-freebsd-isp Sun Jun 1 20:23:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA22469 for isp-outgoing; Sun, 1 Jun 1997 20:23:02 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA22463 for ; Sun, 1 Jun 1997 20:22:57 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id NAA00634; Mon, 2 Jun 1997 13:12:26 +1000 (EST) Date: Mon, 2 Jun 1997 13:12:24 +1000 (EST) From: "Daniel O'Callaghan" To: Eugeny Kuzakov cc: isp@FreeBSD.ORG Subject: Re: PPP and getty Auto Sensing PPP. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 2 Jun 1997, Eugeny Kuzakov wrote: > On Fri, 30 May 1997, Luiz de Barros wrote: > > > Hi ALL, > > > > I have FreeBSD 2.2.1-RELEASE with getty auto-sensing PPP but am not being > > able to recognize users that logon using PAP. > > > > What would be the command line i should call throght gettytab? > You need use mgetty software. No you don't. See man getty. Look for the 'pp' tag. /* Daniel O'Callaghan */ /* HiLink Internet danny@hilink.com.au */ /* FreeBSD - works hard, plays hard... danny@freebsd.org */ From owner-freebsd-isp Sun Jun 1 20:28:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA22732 for isp-outgoing; Sun, 1 Jun 1997 20:28:32 -0700 (PDT) Received: from lightning.tbe.net (qmailr@lightning.tbe.net [208.208.122.5]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id UAA22727 for ; Sun, 1 Jun 1997 20:28:26 -0700 (PDT) Received: (qmail 25005 invoked by uid 1010); 2 Jun 1997 03:24:41 -0000 Date: Sun, 1 Jun 1997 23:24:41 -0400 (EDT) From: "Gary D. Margiotta" To: Eugeny Kuzakov cc: Luiz de Barros , isp@FreeBSD.ORG Subject: Re: PPP and getty Auto Sensing PPP. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hi ALL, > > > > I have FreeBSD 2.2.1-RELEASE with getty auto-sensing PPP but am not being > > able to recognize users that logon using PAP. > > > > What would be the command line i should call throght gettytab? > You need use mgetty software. > Actually, I had set up PPP on a 2.2.1-R box with a Cyclades card using straight getty. The newer version autosenses PPP and uses PAP/CHAP for authentication also. I have successfully gotten it to work through dialing in on a Win95 machine through DUN using PAP. Here is a sample of my config files, should you need more info, mail me back. Passwd entry: garyppp::1006:32::0:0:Gary Margiotta PPP:/home/garyppp:/usr/sbin/pppd /etc/ppp/pap-secrets and /etc/ppp/chap-secrets: * * "" /etc/ppp/options: 38400 (set to own correct DTE rate, hayes compatible are usually 57600) -detach +pap auth crtscts modem passive netmask 255.255.255.224 login proxyarp asyncmap 0 dns1 208.192.6.5 (obviously substitute your own DNS machines here, though dns2 208.208.122.5 if they set up their own DNS servers in control panel -> networks, this may be omitted) /etc/ppp/options.ttyc01 (yours would be options.ttyd*) 208.192.6.22:208.192.6.51 (this assigns an IP and binds it to this machine) Also, don't forget to make sure the machine is running routed or gated so it can forward packets out from it, otherwise they will not be able to go anywhere outside of the box. -Gary Margiotta TBE Internet Services http://www.tbe.net From owner-freebsd-isp Sun Jun 1 21:12:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA24786 for isp-outgoing; Sun, 1 Jun 1997 21:12:37 -0700 (PDT) Received: from obiwan.psinet.net.au (obiwan.psinet.net.au [203.19.28.59]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA24780 for ; Sun, 1 Jun 1997 21:12:25 -0700 (PDT) Received: from localhost (adrian@localhost) by obiwan.psinet.net.au (8.8.5/8.8.5) with SMTP id LAA01465; Mon, 2 Jun 1997 11:49:06 +0800 (WST) Date: Mon, 2 Jun 1997 11:49:05 +0800 (WST) From: Adrian Chadd To: "Gary D. Margiotta" cc: Eugeny Kuzakov , Luiz de Barros , isp@FreeBSD.ORG Subject: Re: PPP and getty Auto Sensing PPP. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [snip] > Also, don't forget to make sure the machine is running routed or gated so > it can forward packets out from it, otherwise they will not be able to go > anywhere outside of the box. Don't run routed. Evil, evil evil. And routed / gated don't forward packets, you'll have to tell the kernel to forward packets for you. In /etc/sysconfig change the line gateway=NO to gateway=YES If you have the /etc/rc.conf configuration file, change the line: gateway_enable="NO" to gateway_enable="YES" Adrian Chadd From owner-freebsd-isp Sun Jun 1 21:19:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA25010 for isp-outgoing; Sun, 1 Jun 1997 21:19:41 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA24999 for ; Sun, 1 Jun 1997 21:19:33 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id OAA00910; Mon, 2 Jun 1997 14:18:59 +1000 (EST) Date: Mon, 2 Jun 1997 14:18:57 +1000 (EST) From: "Daniel O'Callaghan" To: "Gary D. Margiotta" cc: isp@FreeBSD.ORG Subject: Re: PPP and getty Auto Sensing PPP. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 1 Jun 1997, Gary D. Margiotta wrote: > > Here is a sample of my config files, should you need more info, mail me > back. A better lot of information is at ftp://ftp.hilink.com.au/pub/FreeBSD/pppkit.tgz > Also, don't forget to make sure the machine is running routed or gated so > it can forward packets out from it, otherwise they will not be able to go > anywhere outside of the box. Bzzt!! Gated and routed are routing table managers. They do not actually perform routing. To enable packet forwarding, set the appropriate item in {/etc/sysconfig,/etc/rc.conf} to YES. This will cause the kernel sysctl variable net.inet.ip.forwarding to be set to 1, and tells the kernel to forward packets. regards, Danny /* Daniel O'Callaghan */ /* HiLink Internet danny@hilink.com.au */ /* FreeBSD - works hard, plays hard... danny@freebsd.org */ From owner-freebsd-isp Mon Jun 2 04:47:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA14789 for isp-outgoing; Mon, 2 Jun 1997 04:47:23 -0700 (PDT) Received: from moebius.space.net (qmailr@moebius.Space.NET [195.30.1.25]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id EAA14777 for ; Mon, 2 Jun 1997 04:46:25 -0700 (PDT) Received: (qmail 2930 invoked from network); 2 Jun 1997 11:46:17 -0000 Received: from moebius.space.net (et@195.30.1.25) by moebius.space.net with SMTP; 2 Jun 1997 11:46:17 -0000 Date: Mon, 2 Jun 1997 13:46:04 +0200 (MET DST) From: Thomas Eisenbock To: Victor Rotanov cc: freebsd-isp@FreeBSD.ORG Subject: Re: Active Server Pages In-Reply-To: <199705291136.EAA08385@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 29 May 1997, Victor Rotanov wrote: > Is there any WWW server software that supports ASP? Are there any > alternatives to ASP? "Active Server Pages" are an invention of M.Soft, so there is no support on other platforms like FreeBSD. Instead of ASPages you can write simple cgi programs that parse your pages or you can write extensions/modules for your http server. apache supports a widely used API for writing such programs. Further more there are products like w3-msql that support some kind of server parsed HTML similar to active server pages for special purposes. e.t. -- SpaceNet - Gesellschaft f. http://www.spaceweb.de/ innovative Netzwerktechnik mbH webmaster@space.net Muenchner Technologie Zentrum Frankfurter Ring 193a Telefon: +49 89 32356-333 D-80807 Muenchen Fax: +49 89 32356-299 From owner-freebsd-isp Mon Jun 2 05:20:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA16255 for isp-outgoing; Mon, 2 Jun 1997 05:20:15 -0700 (PDT) Received: from axe.cablenet.net (axe.cablenet.net [194.154.36.65]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id FAA16250 for ; Mon, 2 Jun 1997 05:20:11 -0700 (PDT) Received: from axe (localhost [127.0.0.1]) by axe.cablenet.net (8.6.9/8.6.9) with SMTP id NAA19599; Mon, 2 Jun 1997 13:17:15 +0100 Message-ID: <3392B9CB.1B37ADEA@cablenet.net> Date: Mon, 02 Jun 1997 13:17:15 +0100 From: Damian Hamill Organization: CableNet Ltd X-Mailer: Mozilla 3.0 (X11; I; SunOS 4.1.4 sun4m) MIME-Version: 1.0 To: "Daniel O'Callaghan" CC: freebsd-isp@freebsd.org Subject: Re: Authenticating dial-ins References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Daniel O'Callaghan wrote: > > On Fri, 30 May 1997, Robert P. Ricci wrote: > > > We've got two FreeBSD machines, > > What would be the best way to keep identical > > password files on both machines, > Right now, your best hope is probably NIS. Adam David and I are vaguely > working towards getting radius client support into pppd. Well this answers my question to you in a private email!! You could > contact and ask him how he did his radius login stuff. > I think he replaced login with radlogin. Yup! it's really simple to change to use radlogin. regards damian -- * Damian Hamill M.D. damian@cablenet.net * CableNet & The Landscape Channel * http://www.cablenet.net/ http://www.landscapetv.com/ From owner-freebsd-isp Mon Jun 2 06:39:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA19472 for isp-outgoing; Mon, 2 Jun 1997 06:39:03 -0700 (PDT) Received: from satie.hk.homegate.net ([202.66.88.13]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id GAA19467 for ; Mon, 2 Jun 1997 06:39:00 -0700 (PDT) Received: (qmail 12759 invoked by uid 1000); 2 Jun 1997 13:37:02 -0000 Date: Mon, 2 Jun 1997 21:37:02 +0800 (HKT) From: Bo Fussing X-Sender: bmf@satie.hk.homegate.net To: Thomas Eisenbock cc: Victor Rotanov , freebsd-isp@FreeBSD.ORG Subject: Re: Active Server Pages In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, Speaking of active server pages have a look at PHP/FI at http://www.vex.com/php or have a look at the Apache/PERL integration project at http://www.osf.org/~dougm/apache/ Bo ----------------------------------------------------------------- Bo Fussing HomeGate Inc. Tel +852 2851-8884 Fax +852 2541-9843 URL http://www.homegate.net PGP fingerprint = D7 9F ED 1D E5 B9 62 4F 77 BC D1 33 5B 4E 95 81 For PGP ID & Signature mail empty message to bmf_pgp@homegate.net From owner-freebsd-isp Mon Jun 2 14:30:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA13623 for isp-outgoing; Mon, 2 Jun 1997 14:30:12 -0700 (PDT) Received: from dream.future.net (root@future.net [204.130.134.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA13616 for ; Mon, 2 Jun 1997 14:30:06 -0700 (PDT) Received: from dream.future.net (tomthai@future.net [204.130.134.1]) by dream.future.net (8.8.5-r-beta/8.6.10) with SMTP id QAA09179; Mon, 2 Jun 1997 16:29:48 -0500 (CDT) Date: Mon, 2 Jun 1997 16:29:47 -0500 (CDT) From: "Tom T. Thai" To: Damian Hamill cc: "Daniel O'Callaghan" , freebsd-isp@FreeBSD.ORG Subject: Re: Authenticating dial-ins In-Reply-To: <3392B9CB.1B37ADEA@cablenet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Damian: Which radiusclient are you using and how is it setup on FreeBSD? On Mon, 2 Jun 1997, Damian Hamill wrote: > Daniel O'Callaghan wrote: > > > > On Fri, 30 May 1997, Robert P. Ricci wrote: > > > > > We've got two FreeBSD machines, > > > > What would be the best way to keep identical > > > password files on both machines, > > > Right now, your best hope is probably NIS. Adam David and I are vaguely > > working towards getting radius client support into pppd. > > Well this answers my question to you in a private email!! > > You could > > contact and ask him how he did his radius login stuff. > > I think he replaced login with radlogin. > > Yup! it's really simple to change to use radlogin. > > regards > damian > > -- > * Damian Hamill M.D. damian@cablenet.net > * CableNet & The Landscape Channel > * http://www.cablenet.net/ http://www.landscapetv.com/ > .............. .................................... Thomas T. Thai Infomedia Interactive Communications tom@iic.net TEL 612.376.9090 * FAX 612.376.9087 From owner-freebsd-isp Mon Jun 2 22:20:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA05393 for isp-outgoing; Mon, 2 Jun 1997 22:20:12 -0700 (PDT) Received: from lab321.ru (anonymous1.omsk.net.ru [194.226.32.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA05304 for ; Mon, 2 Jun 1997 22:18:49 -0700 (PDT) Received: from localhost (localhost.l321.omsk.net.ru [127.0.0.1]) by lab321.ru (8.8.5-MVC-230497/8.8.5) with SMTP id MAA16544 for ; Tue, 3 Jun 1997 12:18:15 +0700 (OSD) Date: Tue, 3 Jun 1997 12:18:15 +0700 (OSD) From: Eugeny Kuzakov To: freebsd-isp@freebsd.org Subject: NAT daemon Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, All ! I am looking for NAT daemon. Requirements: support FreeBSD 2.1.7.1 and it need be STABLE work. Ipnat from ipfilter package ? What is stable ? Thanks. Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) kev@lab321.ru From owner-freebsd-isp Tue Jun 3 10:39:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA11109 for isp-outgoing; Tue, 3 Jun 1997 10:39:17 -0700 (PDT) Received: from aries.bb.cc.wa.us ([208.8.136.11]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA11101 for ; Tue, 3 Jun 1997 10:39:11 -0700 (PDT) Received: from localhost (chris@localhost) by aries.bb.cc.wa.us (8.8.5/8.6.9) with SMTP id KAA12725; Tue, 3 Jun 1997 10:32:15 -0700 (PDT) Date: Tue, 3 Jun 1997 10:32:15 -0700 (PDT) From: Chris Coleman To: Eugeny Kuzakov cc: freebsd-isp@FreeBSD.ORG Subject: Re: NAT daemon In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 3 Jun 1997, Eugeny Kuzakov wrote: > > Hi, All ! > > I am looking for NAT daemon. > Requirements: support FreeBSD 2.1.7.1 and it need be STABLE work. > Ipnat from ipfilter package ? What is stable ? > > Thanks. > > Best wishes, Eugeny Kuzakov > Laboratory 321 ( Omsk, Russia ) > kev@lab321.ru > > I use Ipnat from IPFilter and it works really good. Seems to be stable, the version I am using has a couple of bugs that don't allow you to change rules after it has been running for more than 10 minutes, but You usually don't change anything while its running. I haven't had any problems and we use it for our while campus. Christopher J. Coleman (chris@aries.bb.cc.wa.us) Computer Support Technician I (509)-766-8873 Big Bend Community College Internet Instructor FreeBSD Book Project: http://vinyl.quickweb.com/~chrisc/book.html Disclaimer: Even Though it has My Name on it, Doesn't mean I said it. From owner-freebsd-isp Tue Jun 3 15:46:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA28317 for isp-outgoing; Tue, 3 Jun 1997 15:46:53 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA28274; Tue, 3 Jun 1997 15:46:35 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co ([168.176.3.33]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id RAA04090; Tue, 3 Jun 1997 17:47:50 -0500 (COT) Message-ID: <3394B9F7.57C4@fps.biblos.unal.edu.co> Date: Tue, 03 Jun 1997 17:42:52 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: freebsd-isp@FreeBSD.org CC: questions@FreeBSD.org Subject: Cable-modems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Howdy, My local TV provider announced they would offer Internet connectivity through a Motorola product that will let you use an ethernet card to connect to they fiber (TV) network . I wanted to join, but the local provider doesn't offer details, and Motorola says Unix is not supported. Anyone knows something about this? Of course I said I wasn't interested, Internet without Unix is a nonsense! But if the end-point is Ethernet, it should work. Pedro. From owner-freebsd-isp Tue Jun 3 16:47:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA01882 for isp-outgoing; Tue, 3 Jun 1997 16:47:38 -0700 (PDT) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA01873; Tue, 3 Jun 1997 16:47:34 -0700 (PDT) Received: from marconi.concentric.net (marconi.concentric.net [207.155.184.87]) by darius.concentric.net (8.8.5/(97/05/21 3.30)) id TAA00758; Tue, 3 Jun 1997 19:47:19 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from athena (ts002d13.sal-ut.concentric.net [206.173.156.49]) by marconi.concentric.net (8.8.5) id TAA16168; Tue, 3 Jun 1997 19:47:17 -0400 (EDT) Message-ID: <3394ACC9.5A08B33C@concentric.net> Date: Tue, 03 Jun 1997 17:46:17 -0600 From: Joshua Fielden Organization: Shaggy Enterprises X-Mailer: Mozilla 4.0b5 [en] (WinNT; I) MIME-Version: 1.0 To: "Pedro F. Giffuni" CC: freebsd-isp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Cable-modems X-Priority: 3 (Normal) References: <3394B9F7.57C4@fps.biblos.unal.edu.co> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Pedro F. Giffuni wrote: > > Howdy, > My local TV provider announced they would offer Internet connectivity > through a Motorola product that will let you use an ethernet card to > connect to they fiber (TV) network . > I wanted to join, but the local provider doesn't offer details, and > Motorola says Unix is not supported. Anyone knows something about this? > Of course I said I wasn't interested, Internet without Unix is a > nonsense! But if the end-point is Ethernet, it should work. > > Pedro. I have some friends who work for one of the Cable Modem companies, and one of them uses FreeBSD 2.2.1, and the other uses an SGI Challenge that work gave him, so it should work fine, it's just that, in general, UNIX is "too much hassle and too specialized of knowledge" to bother with. They hook in through an Ethernet adapter, and you just run a normal stack over the connection. Make sure they don't have proprietary software to connect though... the company I am familiar with does not. JF From owner-freebsd-isp Tue Jun 3 16:51:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA02114 for isp-outgoing; Tue, 3 Jun 1997 16:51:04 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA02100; Tue, 3 Jun 1997 16:50:53 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id JAA13778; Wed, 4 Jun 1997 09:48:38 +1000 (EST) Date: Wed, 4 Jun 1997 09:48:37 +1000 (EST) From: "Daniel O'Callaghan" To: "Pedro F. Giffuni" cc: freebsd-isp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Cable-modems In-Reply-To: <3394B9F7.57C4@fps.biblos.unal.edu.co> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 3 Jun 1997, Pedro F. Giffuni wrote: > Howdy, > My local TV provider announced they would offer Internet connectivity > through a Motorola product that will let you use an ethernet card to > connect to they fiber (TV) network . > I wanted to join, but the local provider doesn't offer details, and > Motorola says Unix is not supported. Anyone knows something about this? > Of course I said I wasn't interested, Internet without Unix is a > nonsense! But if the end-point is Ethernet, it should work. I don't have a subscription myself, but it sounds like what Foxtel is offering in Australia. The Win95 box logs in to the network and the "ethernet" switch registers its ethernet address, and an IP address is assigned. The IP address remains static for 24 hours, even if you log out of the network. So it *may* work if you have a dual-boot system - boot in win95, log in to Foxtel, reboot in FreeBSD. You could always try asking for the source code of the login procedure. Try to make them understand that it is the Internet access they are selling, not the software. I doubt you'll get far, though. And for those who are interested in comparitive pricing, Foxtel's Internet access in Australia costs A$65/month for 100MB and A$0.35/MB after that. A$1.00 == US$0.77. /* Daniel O'Callaghan */ /* HiLink Internet danny@hilink.com.au */ /* FreeBSD - works hard, plays hard... danny@freebsd.org */ From owner-freebsd-isp Tue Jun 3 16:55:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA02434 for isp-outgoing; Tue, 3 Jun 1997 16:55:23 -0700 (PDT) Received: from red.jnx.com (red.jnx.com [208.197.169.254]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA02428 for ; Tue, 3 Jun 1997 16:55:19 -0700 (PDT) Received: from chimp.jnx.com (chimp.jnx.com [208.197.169.6]) by red.jnx.com (8.8.5/8.8.5) with ESMTP id QAA17431; Tue, 3 Jun 1997 16:54:42 -0700 (PDT) Received: (from tli@localhost) by chimp.jnx.com (8.7.6/8.7.3) id QAA08927; Tue, 3 Jun 1997 16:54:11 -0700 (PDT) To: pgiffuni@fps.biblos.unal.edu.co (Pedro F. Giffuni) cc: freebsd-isp@FreeBSD.ORG Subject: Re: Cable-modems References: <3394B9F7.57C4@fps.biblos.unal.edu.co> From: Tony Li Date: 03 Jun 1997 16:54:11 -0700 In-Reply-To: pgiffuni@fps.biblos.unal.edu.co's message of 4 Jun 97 00:42:52 GMT Message-ID: <82n2p7b5uk.fsf@chimp.jnx.com> Lines: 15 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pgiffuni@fps.biblos.unal.edu.co (Pedro F. Giffuni) writes: > My local TV provider announced they would offer Internet connectivity > through a Motorola product that will let you use an ethernet card to > connect to they fiber (TV) network . > I wanted to join, but the local provider doesn't offer details, and > Motorola says Unix is not supported. Anyone knows something about this? > Of course I said I wasn't interested, Internet without Unix is a > nonsense! But if the end-point is Ethernet, it should work. I recommend that you get the service and install Win95 on one partition of your system. Then wait until the installer is out the door before you reboot. ;-) Tony From owner-freebsd-isp Tue Jun 3 17:10:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA03315 for isp-outgoing; Tue, 3 Jun 1997 17:10:04 -0700 (PDT) Received: from hydrogen.nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA03260; Tue, 3 Jun 1997 17:09:45 -0700 (PDT) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.5/8.8.5) id RAA25430; Tue, 3 Jun 1997 17:09:37 -0700 (PDT) Message-ID: <19970603170937.61102@hydrogen.nike.efn.org> Date: Tue, 3 Jun 1997 17:09:37 -0700 From: John-Mark Gurney To: "Pedro F. Giffuni" Cc: freebsd-isp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Cable-modems References: <3394B9F7.57C4@fps.biblos.unal.edu.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <3394B9F7.57C4@fps.biblos.unal.edu.co>; from Pedro F. Giffuni on Tue, Jun 03, 1997 at 05:42:52PM -0700 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Pedro F. Giffuni scribbled this message on Jun 3: > Howdy, > My local TV provider announced they would offer Internet connectivity > through a Motorola product that will let you use an ethernet card to > connect to they fiber (TV) network . > I wanted to join, but the local provider doesn't offer details, and > Motorola says Unix is not supported. Anyone knows something about this? there can be two meanings of supported.. a) it will work with the equipment listed, or b) we will make it work with the equipment listed... I'm pretty sure they are talking about b... they won't help you get your unix machine talking, but it you do, good for you... :) > Of course I said I wasn't interested, Internet without Unix is a > nonsense! But if the end-point is Ethernet, it should work. hope this helps... ttyl.. -- John-Mark Gurney Modem/FAX: +1 541 683 6954 Cu Networking Live in Peace, destroy Micro$oft, support free software, run FreeBSD From owner-freebsd-isp Tue Jun 3 17:22:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA03919 for isp-outgoing; Tue, 3 Jun 1997 17:22:26 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA03914; Tue, 3 Jun 1997 17:22:24 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id RAA20334; Tue, 3 Jun 1997 17:22:14 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem00.usc.unal.edu.co [168.176.3.30]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id TAA04200; Tue, 3 Jun 1997 19:21:51 -0500 (COT) Message-ID: <3394D01D.7BF3@fps.biblos.unal.edu.co> Date: Tue, 03 Jun 1997 19:17:01 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: "Daniel O'Callaghan" CC: freebsd-isp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Cable-modems References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The cable-modem is made by Motorola (AFAIK), it will cost about $500, + $100 for the initial activation. After this the cost is about $40. Glen Foster pointed out this page and I'm sure it's what they will use: http://www.mot.com/MIMS/Multimedia/prod/specs/modemSpec.html So I think I'm saved, and the person who replied had no idea what UNIX is. Pedro. (Thanks to everyone that replied, I'll wait to see how other users interact with this before I decide.) Daniel O'Callaghan wrote: > > On Tue, 3 Jun 1997, Pedro F. Giffuni wrote: > > > Howdy, > > My local TV provider announced they would offer Internet connectivity > > through a Motorola product that will let you use an ethernet card to > > connect to they fiber (TV) network . > > I wanted to join, but the local provider doesn't offer details, and > > Motorola says Unix is not supported. Anyone knows something about this? > > Of course I said I wasn't interested, Internet without Unix is a > > nonsense! But if the end-point is Ethernet, it should work. > > I don't have a subscription myself, but it sounds like what Foxtel is > offering in Australia. The Win95 box logs in to the network and the > "ethernet" switch registers its ethernet address, and an IP address is > assigned. The IP address remains static for 24 hours, even if you log > out of the network. So it *may* work if you have a dual-boot system - > boot in win95, log in to Foxtel, reboot in FreeBSD. > > You could always try asking for the source code of the login procedure. > Try to make them understand that it is the Internet access they are > selling, not the software. I doubt you'll get far, though. > > And for those who are interested in comparitive pricing, Foxtel's > Internet access in Australia costs A$65/month for 100MB and A$0.35/MB > after that. A$1.00 == US$0.77. > > /* Daniel O'Callaghan */ > /* HiLink Internet danny@hilink.com.au */ > /* FreeBSD - works hard, plays hard... danny@freebsd.org */ From owner-freebsd-isp Tue Jun 3 19:16:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA10946 for isp-outgoing; Tue, 3 Jun 1997 19:16:40 -0700 (PDT) Received: from icicle.winternet.com (adm@icicle.winternet.com [198.174.169.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA10922; Tue, 3 Jun 1997 19:16:33 -0700 (PDT) Received: (from adm@localhost) by icicle.winternet.com (8.7.5/8.7.5) id VAA04775; Tue, 3 Jun 1997 21:15:49 -0500 (CDT) Posted-Date: Tue, 3 Jun 1997 21:15:49 -0500 (CDT) Received: from sucks.to.be.you.net(204.246.64.101) by icicle.winternet.com via smap (V2.0) id xma004731; Tue, 3 Jun 97 21:15:30 -0500 Received: from localhost (moke@localhost) by sucks.to.be.you.net (8.8.5/8.8.5) with SMTP id VAA00901; Tue, 3 Jun 1997 21:15:04 -0500 (CDT) Date: Tue, 3 Jun 1997 21:15:04 -0500 (CDT) From: Jimbo Bahooli To: "Daniel O'Callaghan" cc: "Pedro F. Giffuni" , freebsd-isp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Cable-modems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Jun 1997, Daniel O'Callaghan wrote: > > > On Tue, 3 Jun 1997, Pedro F. Giffuni wrote: > > > Howdy, > > My local TV provider announced they would offer Internet connectivity > > through a Motorola product that will let you use an ethernet card to > > connect to they fiber (TV) network . > > I wanted to join, but the local provider doesn't offer details, and > > Motorola says Unix is not supported. Anyone knows something about this? > > Of course I said I wasn't interested, Internet without Unix is a > > nonsense! But if the end-point is Ethernet, it should work. > > I don't have a subscription myself, but it sounds like what Foxtel is > offering in Australia. The Win95 box logs in to the network and the > "ethernet" switch registers its ethernet address, and an IP address is > assigned. The IP address remains static for 24 hours, even if you log > out of the network. So it *may* work if you have a dual-boot system - > boot in win95, log in to Foxtel, reboot in FreeBSD. >From what I have heard most cable modem providers use dhcp to assign the ip. All you need with a unix is dhcpd and it will be able to pick up the ip. Windows95 has this built in so its 'supported' i guess. From owner-freebsd-isp Wed Jun 4 02:27:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA09326 for isp-outgoing; Wed, 4 Jun 1997 02:27:31 -0700 (PDT) Received: from breadfruit.seychelles.net ([202.84.227.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA09318 for ; Wed, 4 Jun 1997 02:27:23 -0700 (PDT) Received: from Atlas.seychelles.net ([202.84.227.21]) by breadfruit.seychelles.net (8.8.2/8.8.2) with SMTP id JAA20523 for ; Wed, 4 Jun 1997 09:54:17 GMT Message-ID: <3395346A.4416@seychelles.net> Date: Wed, 04 Jun 1997 13:24:58 +0400 From: Muditha Gunatilake Reply-To: muditha@seychelles.net X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG Subject: Partitions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, We are using POP and SMTP for our mail. The /var partition is almost full and everyday have to get people to remove large mails files to keep alive. What is the best way to add a new hard disk or reallocate some space from /home which has quite a bit of space left? -- --------------------- Muditha Gunatilake Atlas Seychelles Ltd Phone:304060 email: muditha@seychelles.net mbh3gpa@afs.mcc.ac.uk muditha@creole.seychelles.net :-) From owner-freebsd-isp Wed Jun 4 03:30:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA15623 for isp-outgoing; Wed, 4 Jun 1997 03:30:32 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA15614 for ; Wed, 4 Jun 1997 03:30:28 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id UAA16545; Wed, 4 Jun 1997 20:30:03 +1000 (EST) Date: Wed, 4 Jun 1997 20:30:00 +1000 (EST) From: "Daniel O'Callaghan" To: Muditha Gunatilake cc: freebsd-isp@FreeBSD.ORG Subject: Re: Partitions In-Reply-To: <3395346A.4416@seychelles.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Jun 1997, Muditha Gunatilake wrote: > Hi, > We are using POP and SMTP for our mail. The /var partition is almost > full and everyday have to get people to remove large mails files to keep > alive. What is the best way to add a new hard disk or reallocate some > space from /home which has quite a bit of space left? Hi, The simplest thing to do is: 1. kill sendmail and inetd 2. cd /var 3. mkdir /home/var 4. cp -Rp mail /home/var 5. mv mail mail.old ; ln -s /home/mail mail 6. Restart sendmail and inetd /* Daniel O'Callaghan */ /* HiLink Internet danny@hilink.com.au */ /* FreeBSD - works hard, plays hard... danny@freebsd.org */ From owner-freebsd-isp Wed Jun 4 03:31:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA15695 for isp-outgoing; Wed, 4 Jun 1997 03:31:32 -0700 (PDT) Received: from bagpuss.visint.co.uk (bagpuss.vis.net.uk [194.207.134.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA15689 for ; Wed, 4 Jun 1997 03:31:27 -0700 (PDT) Received: from dylan.visint.co.uk (dylan.visint.co.uk [194.207.134.180]) by bagpuss.visint.co.uk (8.7.5/8.7.3) with SMTP id LAA26075; Wed, 4 Jun 1997 11:34:23 +0100 (BST) Date: Wed, 4 Jun 1997 11:30:19 +0100 (BST) From: Stephen Roome To: Muditha Gunatilake cc: freebsd-isp@FreeBSD.ORG Subject: Re: Partitions In-Reply-To: <3395346A.4416@seychelles.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Jun 1997, Muditha Gunatilake wrote: > Hi, > We are using POP and SMTP for our mail. The /var partition is almost > full and everyday have to get people to remove large mails files to keep > alive. What is the best way to add a new hard disk or reallocate some > space from /home which has quite a bit of space left? Method 1: a) back the partition up. b) delete the partition completely. c) add a new disk. d) make yourself a bigger var partition e) put the data back in it. It's a hassle, but any other method like soft linking home most of var into home tends to lose the point of a /var partition. Method 2: Use less of /var, i.e. move log files you aren't too worried about somewhere else or have a cron that chops them up regularly and puts the digested data elsewhere. If it's mail filling it up you can get mail delivered directly to someones home directory instead. You would need to check out something like ftp://ftp.cs.columbia.edu/pub/hlfsd/README.hlfsd or if you know how just change the local mailer you use, procmail will do it for you. Method 3: *dons flame protection* Other than that you could always just enlarge the size of the partition with disklabel and hope it works, quite often it does if you play with newfs a bit it'll work =) *removes flame protection* Method 4: delete things. =) Steve Roome. From owner-freebsd-isp Wed Jun 4 04:11:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA18849 for isp-outgoing; Wed, 4 Jun 1997 04:11:37 -0700 (PDT) Received: from atlas.mip.ki.se (nabil@atlas.mip.ki.se [130.237.112.48]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id EAA18839 for ; Wed, 4 Jun 1997 04:11:33 -0700 (PDT) Date: Wed, 4 Jun 1997 13:33:45 +0000 (GMT) From: Nabil Zary To: freebsd-isp@FreeBSD.ORG Subject: FreeBSD: 5000 Telnet users/ Best choice In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, We have to provide telnet access to around 5000 Students (for pine, irc, news, etc..). We expect an average of 50-100 users logged at the same time. Should a Pentium Pro 200Mhz with 120Mb RAM do the job?? (or is a Pentium 100Mhz, 98Mb RAM enough?) OS: FreeBSD 2.X Best regards, Nabil Zary Stockholm ________________________________________________ __| Nabil Zary |__ (___O) M I P (O___) (_____O) Karolinska Institutet (O_____) (_____O) Nabil.Zary@mip.ki.se (O_____) (__O) Tel. 08-728 7129 (O__) __| www.mip.ki.se |__ |________________________________________________| From owner-freebsd-isp Wed Jun 4 04:13:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA19286 for isp-outgoing; Wed, 4 Jun 1997 04:13:33 -0700 (PDT) Received: from smtp1.ts.kiev.ua (viking.ts.kiev.ua [193.124.229.195]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA19194 for ; Wed, 4 Jun 1997 04:13:13 -0700 (PDT) Received: from aviion.ts.kiev.ua by smtp1.ts.kiev.ua with SMTP id NAA21268; (8.8.3/zah/2.1) Wed, 4 Jun 1997 13:50:18 +0300 (EET DST) Received: from nbki.ipri.kiev.ua by aviion.ts.kiev.ua with ESMTP id LAA20786; (8.6.11/zah/2.1) Wed, 4 Jun 1997 11:25:19 GMT Received: from cki.ipri.kiev.ua by nbki.ipri.kiev.ua with ESMTP id NAA05874; (8.6.9/zah/1.1) Wed, 4 Jun 1997 13:15:52 +0100 Received: from 194.44.146.14 (mac.ipri.kiev.ua [194.44.146.14]) by cki.ipri.kiev.ua (8.7.6/8.7.3) with SMTP id NAA02679; Wed, 4 Jun 1997 13:09:24 +0300 (EET DST) Message-ID: <33953109.2608@cki.ipri.kiev.ua> Date: Wed, 04 Jun 1997 12:10:31 +0300 From: Ruslan Shevchenko Reply-To: rssh@cki.ipri.kiev.ua Organization: IPRI X-Mailer: Mozilla 3.01Gold (Macintosh; I; 68K) MIME-Version: 1.0 To: muditha@seychelles.net CC: freebsd-isp@FreeBSD.ORG Subject: Re: Partitions References: <3395346A.4416@seychelles.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Muditha Gunatilake wrote: > > Hi, > We are using POP and SMTP for our mail. The /var partition is almost > full and everyday have to get people to remove large mails files to keep > alive. What is the best way to add a new hard disk or reallocate some > space from /home which has quite a bit of space left? > Symbolics links. I was have the same problem, and receive it by relinking /var into /usr, (in /home in you case ?) i. e. mv /var /var1 mkdir /usr/var ln -s /usr/var /var and renaming /var partition to /var1 and relinking to it constant subdirectory from usr. ln -s /usr/what-you-want /var1 > -- > --------------------- > Muditha Gunatilake > Atlas Seychelles Ltd > > Phone:304060 > email: muditha@seychelles.net > mbh3gpa@afs.mcc.ac.uk > muditha@creole.seychelles.net > :-) From owner-freebsd-isp Wed Jun 4 04:15:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA19679 for isp-outgoing; Wed, 4 Jun 1997 04:15:56 -0700 (PDT) Received: from firewall.proventum.net (firewall.proventum.dk [194.19.131.10]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id EAA19629 for ; Wed, 4 Jun 1997 04:15:45 -0700 (PDT) Received: from indy4.proventum.net (indy4.proventum.net [192.19.131.143]) by firewall with ESMTP (DuhMail/2.0) id MAA22884; Wed, 4 Jun 1997 12:32:50 +0200 Received: from localhost by indy4 (951211.SGI.8.6.12.PATCH1042) id NAA01607; Wed, 4 Jun 1997 13:13:44 +0200 Date: Wed, 4 Jun 1997 13:13:44 +0200 (MDT) From: Christoffer Walther To: Muditha Gunatilake cc: freebsd-isp@FreeBSD.ORG Subject: Re: Partitions In-Reply-To: <3395346A.4416@seychelles.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello Muditha, Make a symbolic link from /var/mail to the actual place where you store the mail, in your case it could be the /home partition. Or simply add a new disk to hold mailboxes, mailqueue etc. Its very easy to add a new disk, just use the /stand/sysinstall custom option. If you prefer the first alternative you should kill sendmail, mv /var/mail to /home/mail and then "cd /var; ln -s /home/mail mail" . I wont recommend making /home smaller and /var bigger. It will prob ruin all data on the partitions. :-) MVH, Christoffer Walther Unix Admin & Hostmaster PROVENTUM On Wed, 4 Jun 1997, Muditha Gunatilake wrote: > Hi, > We are using POP and SMTP for our mail. The /var partition is almost > full and everyday have to get people to remove large mails files to keep > alive. What is the best way to add a new hard disk or reallocate some > space from /home which has quite a bit of space left? > > -- > --------------------- > Muditha Gunatilake > Atlas Seychelles Ltd > > Phone:304060 > email: muditha@seychelles.net > mbh3gpa@afs.mcc.ac.uk > muditha@creole.seychelles.net > :-) > From owner-freebsd-isp Wed Jun 4 04:30:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA21332 for isp-outgoing; Wed, 4 Jun 1997 04:30:30 -0700 (PDT) Received: from news.cioe.com (news.cioe.com [204.120.165.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA21317 for ; Wed, 4 Jun 1997 04:30:22 -0700 (PDT) Received: (from steve@localhost) by news.cioe.com (8.8.5/8.8.5) id GAA01675; Wed, 4 Jun 1997 06:30:48 -0500 (EST) Date: Wed, 4 Jun 1997 06:30:48 -0500 (EST) From: Steven Ames Message-Id: <199706041130.GAA01675@news.cioe.com> To: et@space.net, vitjok@fasts.com Subject: Re: Active Server Pages Cc: freebsd-isp@FreeBSD.ORG Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Further more there are products like w3-msql that support some kind of > server parsed HTML similar to active server pages for special purposes. w3-msql... not too bad, but really only for their database. Give 'PHP/FI' a whirl. You can read about it at http://www.vex.com/php/ Good stuff. -Steve From owner-freebsd-isp Wed Jun 4 05:18:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA24703 for isp-outgoing; Wed, 4 Jun 1997 05:18:09 -0700 (PDT) Received: from dilbert.iagnet.net (root@dilbert.iagnet.net [207.206.8.155]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA24694 for ; Wed, 4 Jun 1997 05:18:07 -0700 (PDT) Received: (from jamie@localhost) by dilbert.iagnet.net (8.8.5/8.8.5) id IAA14511; Wed, 4 Jun 1997 08:17:58 -0400 (EDT) Message-Id: <199706041217.IAA14511@dilbert.iagnet.net> Subject: Re: FreeBSD: 5000 Telnet users/ Best choice To: nabil@atlas.mip.ki.se (Nabil Zary) Date: Wed, 4 Jun 1997 08:17:58 -0400 (EDT) Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: from Nabil Zary at "Jun 4, 97 01:33:45 pm" RFC_Violation: You saw it here first! From: jamie@dilbert.iagnet.net (Jamie Rishaw) X-PGP-Fingerprint: <921C135D> C4 48 1B 26 18 7B 1F D9 BA C4 9C 7A B1 07 07 E8 Reply-To: jamie@dilbert.iagnet.net Organization: Internet Access Group, Inc. X-No-Archive: yes X-Face: >:-p X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk My rule has always been 2 megs per user.. more if they'll all be running pine (god what a memory hog). 100 users = 200 Mb RAM. I'd go PPro 200, 256Mb RAM. > Hi, > > We have to provide telnet access to around 5000 Students > (for pine, irc, news, etc..). > We expect an average of 50-100 users logged at the same time. > Should a Pentium Pro 200Mhz with 120Mb RAM do the job?? > (or is a Pentium 100Mhz, 98Mb RAM enough?) > OS: FreeBSD 2.X > Best regards, > > Nabil Zary > Stockholm > > > ________________________________________________ > __| Nabil Zary |__ > (___O) M I P (O___) > (_____O) Karolinska Institutet (O_____) > (_____O) Nabil.Zary@mip.ki.se (O_____) > (__O) Tel. 08-728 7129 (O__) > __| www.mip.ki.se |__ > |________________________________________________| > > -- jamie g.k. rishaw dal/efnet:gavroche Internet Access Group 'whois JGR2' for PGP keyID/Fingerprint __ Network Operations/TSD DID:216.902.5455 FAX:216.623.3566 \/ 800.637.4IAGx5455 DES: Help Crack the code! http://www.frii.com/~rcv/deschall.htm From owner-freebsd-isp Wed Jun 4 06:16:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA27302 for isp-outgoing; Wed, 4 Jun 1997 06:16:08 -0700 (PDT) Received: from gatekeeper.tsc.tdk.com (root@gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA27297 for ; Wed, 4 Jun 1997 06:16:07 -0700 (PDT) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.4/8.8.4) with ESMTP id GAA03688 for ; Wed, 4 Jun 1997 06:16:06 -0700 (PDT) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id GAA05915 for ; Wed, 4 Jun 1997 06:16:05 -0700 (PDT) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id GAA03659 for freebsd-isp@freebsd.org; Wed, 4 Jun 1997 06:16:04 -0700 (PDT) Date: Wed, 4 Jun 1997 06:16:04 -0700 (PDT) From: Don Lewis Message-Id: <199706041316.GAA03659@salsa.gv.tsc.tdk.com> To: freebsd-isp@freebsd.org Subject: GateD + OSPF + FreeBSD-2.1.7 + ET/5025 + Cisco => Major Hair Loss Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to get a somewhat tweaked FreeBSD-2.1.7 box with an ET/5025-16 card to talk to a Cisco running IOS 11.0(12) over a frame relay connection. I've got GateD on the FreeBSD side and I'm trying to make it speak OSPF with the Cisco and not having much luck. GateD and the Cisco see each others OSPF Hello packets and other stuff, and decide that their neighbors, but but they don't seem to to want to accept routes from each other. The frame relay connection is part of the OSPF backbone area, the Cisco is also an area router for area 0.0.0.240, and the FreeBSD box is the only router for area 0.0.0.232. Has anyone out there gotten something like this to work? --- Truck From owner-freebsd-isp Wed Jun 4 08:00:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA02346 for isp-outgoing; Wed, 4 Jun 1997 08:00:48 -0700 (PDT) Received: from axe.cablenet.net (axe.cablenet.net [194.154.36.65]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id IAA02317 for ; Wed, 4 Jun 1997 08:00:37 -0700 (PDT) Received: from axe (localhost [127.0.0.1]) by axe.cablenet.net (8.6.9/8.6.9) with SMTP id PAA02872 for ; Wed, 4 Jun 1997 15:57:37 +0100 Message-ID: <33958261.5648FDB4@cablenet.net> Date: Wed, 04 Jun 1997 15:57:37 +0100 From: Damian Hamill Organization: CableNet Ltd X-Mailer: Mozilla 3.0 (X11; I; SunOS 4.1.4 sun4m) MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: news server source for 95/NT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone know if there is there source available for a news server that builds on 95/NT ? regards damian -- * Damian Hamill M.D. damian@cablenet.net * CableNet & The Landscape Channel * http://www.cablenet.net/ http://www.landscapetv.com/ From owner-freebsd-isp Wed Jun 4 08:21:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA03306 for isp-outgoing; Wed, 4 Jun 1997 08:21:17 -0700 (PDT) Received: from absinthe.i3inc.com (Absinthe.i3inc.com [208.218.26.194]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA03288 for ; Wed, 4 Jun 1997 08:20:56 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by absinthe.i3inc.com (8.7.2/8.7.2) with SMTP id LAA06870; Wed, 4 Jun 1997 11:18:45 -0400 (EDT) Message-Id: <199706041518.LAA06870@absinthe.i3inc.com> X-Authentication-Warning: absinthe.i3inc.com: Host localhost [127.0.0.1] didn't use HELO protocol To: muditha@seychelles.net Cc: freebsd-isp@freebsd.org Subject: Re: Partitions In-Reply-To: Your message of "Wed, 04 Jun 1997 13:24:58 +0400" References: <3395346A.4416@seychelles.net> X-Mailer: Mew version 1.03 on Emacs 19.34.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Wed, 04 Jun 1997 11:18:42 -0400 From: Chris Shenton Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 04 Jun 1997 13:24:58 +0400 Muditha Gunatilake wrote: muditha> We are using POP and SMTP for our mail. The /var partition is muditha> almost full and everyday have to get people to remove large muditha> mails files to keep alive. What is the best way to add a new muditha> hard disk or reallocate some space from /home which has quite muditha> a bit of space left? The following assumes /var/mail is the problem, not /var/log or some other partition entirely. Quickest thing would be to make /var/mail a symlink into /home/mail, after moving all the mail files of course. You could also add a new disk and mount /var/mail on that. See ya! :-) From owner-freebsd-isp Wed Jun 4 08:43:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA05116 for isp-outgoing; Wed, 4 Jun 1997 08:43:54 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA05093 for ; Wed, 4 Jun 1997 08:43:26 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem18.usc.unal.edu.co [168.176.3.48]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id KAA05149; Wed, 4 Jun 1997 10:43:19 -0500 (COT) Message-ID: <3395A812.293A@fps.biblos.unal.edu.co> Date: Wed, 04 Jun 1997 10:38:26 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Damian Hamill CC: freebsd-isp@FreeBSD.org Subject: Re: news server source for 95/NT References: <33958261.5648FDB4@cablenet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Damian Hamill wrote: > > Does anyone know if there is there source available for a news server > that builds on 95/NT ? > I don't think that exists (yet). AFAIK to run a news server on NT, depending on the number of users you want, you require a license for a Microsoft product. (The University of Oregon found that out and moved to Linux.) Use FreeBSD. Pedro. > regards > damian > > -- > * Damian Hamill M.D. damian@cablenet.net > * CableNet & The Landscape Channel > * http://www.cablenet.net/ http://www.landscapetv.com/ From owner-freebsd-isp Wed Jun 4 09:12:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA07464 for isp-outgoing; Wed, 4 Jun 1997 09:12:25 -0700 (PDT) Received: from uhf.wdc.net (uhf.4d.net [207.137.157.140]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA07454 for ; Wed, 4 Jun 1997 09:12:21 -0700 (PDT) Received: from localhost (bad@localhost) by uhf.wdc.net (8.8.5/8.6.12) with SMTP id MAA02212; Wed, 4 Jun 1997 12:12:10 -0400 (EDT) Date: Wed, 4 Jun 1997 12:12:09 -0400 (EDT) From: Bernie Doehner To: Chris Shenton cc: muditha@seychelles.net, freebsd-isp@FreeBSD.ORG Subject: Re: Partitions In-Reply-To: <199706041518.LAA06870@absinthe.i3inc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi: [..] > > Quickest thing would be to make /var/mail a symlink into /home/mail, > after moving all the mail files of course. Or do what DEC has done for years (assume /usr is a separate/larger partition with lots of space): mv /var /usr/var ln -s /usr/var /var I grew tired of always moving individual /var subdirs over to /usr and symb linking, so I ended up using this method on here. > You could also add a new disk and mount /var/mail on that. > Done that too (key to remote administration/installation, always think redudancy/too much disk space). We had a 1GB IDE drive not doing anything useful. Came in handy when we ran out of space on /var/mail! Bernie From owner-freebsd-isp Wed Jun 4 09:45:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA09507 for isp-outgoing; Wed, 4 Jun 1997 09:45:28 -0700 (PDT) Received: from itesocci.gdl.iteso.mx (itesocci.gdl.iteso.mx [148.201.1.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA09500 for ; Wed, 4 Jun 1997 09:45:21 -0700 (PDT) Received: from localhost (cacho@localhost) by itesocci.gdl.iteso.mx (8.8.5/8.7.3) with SMTP id LAA09957; Wed, 4 Jun 1997 11:44:43 -0500 (CDT) Date: Wed, 4 Jun 1997 11:44:43 -0500 (CDT) From: Hector Gonzalez Jaime X-Sender: cacho@itesocci.gdl.iteso.mx To: Nabil Zary cc: freebsd-isp@FreeBSD.ORG Subject: Re: FreeBSD: 5000 Telnet users/ Best choice In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk We do fine for 7,000 users with a Pentium 133, 128 mb ram, 4 gig disk, and 512kb cache. On Wed, 4 Jun 1997, Nabil Zary wrote: > > Hi, > > We have to provide telnet access to around 5000 Students > (for pine, irc, news, etc..). > We expect an average of 50-100 users logged at the same time. > Should a Pentium Pro 200Mhz with 120Mb RAM do the job?? > (or is a Pentium 100Mhz, 98Mb RAM enough?) > OS: FreeBSD 2.X > Best regards, > > Nabil Zary > Stockholm > > > ________________________________________________ > __| Nabil Zary |__ > (___O) M I P (O___) > (_____O) Karolinska Institutet (O_____) > (_____O) Nabil.Zary@mip.ki.se (O_____) > (__O) Tel. 08-728 7129 (O__) > __| www.mip.ki.se |__ > |________________________________________________| > > > From owner-freebsd-isp Wed Jun 4 10:21:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA11651 for isp-outgoing; Wed, 4 Jun 1997 10:21:36 -0700 (PDT) Received: from stingray.ivision.co.uk (stingray.ivision.co.uk [194.154.62.72]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA11641 for ; Wed, 4 Jun 1997 10:21:16 -0700 (PDT) Received: from stingray.ivision.co.uk [194.154.62.72] by stingray.ivision.co.uk with smtp (Exim 0.53 #1) id E0wZJjn-0002Ca-00; Wed, 4 Jun 1997 18:20:44 +0100 Date: Wed, 4 Jun 1997 18:20:43 +0100 (BST) From: Manar Hussain To: freebsd-isp@freebsd.org Subject: ETinc's Bandwidth limiter Message-ID: Organisation: Internet Vision MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anyone got much experience of using this? We're thinking of using it to maintain levels of service for a web farm: 1Mb pipe out to the net shared across a set of machine on 100Mb ethernet (they talk to eachother as well). Scoured through the archives for info on this and didn't really find anything that looked like a first hand experience of using it "in anger". Manar From owner-freebsd-isp Wed Jun 4 12:09:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA22013 for isp-outgoing; Wed, 4 Jun 1997 12:09:36 -0700 (PDT) Received: from avon-gw.uk1.vbc.net (jdd@avon-gw.uk1.vbc.net [194.207.2.20]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA21975 for ; Wed, 4 Jun 1997 12:09:21 -0700 (PDT) Received: (from jdd@localhost) by avon-gw.uk1.vbc.net (8.8.2/8.7.3) id UAA16301; Wed, 4 Jun 1997 20:05:07 +0100 (BST) Date: Wed, 4 Jun 1997 20:05:07 +0100 (BST) From: Jim Dixon X-Sender: jdd@avon-gw.uk1.vbc.net To: "Pedro F. Giffuni" cc: freebsd-isp@FreeBSD.ORG Subject: Re: news server source for 95/NT In-Reply-To: <3395A812.293A@fps.biblos.unal.edu.co> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Jun 1997, Pedro F. Giffuni wrote: > Damian Hamill wrote: > > > > Does anyone know if there is there source available for a news server > > that builds on 95/NT ? > > > I don't think that exists (yet). AFAIK to run a news server on NT, > depending on the number of users you want, you require a license for a > Microsoft product. (The University of Oregon found that out and moved to > Linux.) > Use FreeBSD. > > Pedro. Absolutely. NT will require 50% (100%?) more DRAM and will never be able to carry a fully load without falling over. FreeBSD makes an excellent news server. -- Jim Dixon VBCnet GB Ltd http://www.vbc.net tel +44 117 929 1316 fax +44 117 927 2015 From owner-freebsd-isp Wed Jun 4 13:41:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA07735 for isp-outgoing; Wed, 4 Jun 1997 13:41:25 -0700 (PDT) Received: from duke.neuronet.com.my (neuronet.com.my [202.184.153.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id NAA07729 for ; Wed, 4 Jun 1997 13:41:21 -0700 (PDT) From: sweeting@neuronet.com.my Received: from love.com.my by duke.neuronet.com.my; (5.65v3.2/1.1.8.2/25Jul96-0519PM) id AA18501; Thu, 5 Jun 1997 04:39:24 +0800 Date: Thu, 5 Jun 1997 04:39:24 +0800 Message-Id: <3.0.32.19970605043257.00dec3a0@neuronet.com.my> X-Sender: sweeting@neuronet.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: freebsd-isp@freebsd.org Subject: help pls : how to optimise mail server response Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I apologise for asking this question again but had little response last time and now it has become a serious problem since a client is complaining as a result of the following : The problem is that they are having a lot of difficulty collecting mail from the mailhub I set up for them on a P166 FreeBSD box with 64 MB RAM. We are a webcompany with 2 MB line to the same ISP that our customer is dialling into. (We are not the ISP) Een over a LAN, when I ping the FreeBSD box, the very first request _always_ times out. (Almost as if the machine is waking up) So, the only causes of trouble I can think of are : 1) network card. (it's a 3Com). which do you all recommend ? 2) DNS - is handled by a DEC Alpha 500 (runnign DU) which is possibly in need of RAM (it's handling mail, and 4 webservers, X term, and DNS for 50 domains.... somebody once told me that each domain should have 1 MB RAM.) 3) Jammed network at the ISP 4) I configured it inefficiently (config files below) In order to reduce the timeouts and inability to contact the mailserver (2 complaints I am receiving), what action would you take ? I'm already considering : 1) changing the network card 2) move the DNS to the same machine 3) increasing the timeouts .... but I think that that is not really a satisfactory solution but rather avoiding the real problem. Apologies since this must seem so pathetic compared to the huge systems most of you are running without problem. Thank you very much in advance, Chas ---------------------------- configuration : A DEC box is running the webserver and virtual domain for our client : "company.com.my" xxx.xxx.xxx.aaa The FreeBSD box "mailhub.com.my" xxx.xxx.xxx.bbb receives mail for "mail.company.com.my" by using the changes to rule S98 in sendmail. == Zone file for "company.com.my" == company.com.my. IN SOA us.com.my. postmaster.us.com.my. ( 23 ; Serial 300 ; Refresh - 5 minutes 60 ; Retry - 1 minute 1209600 ; Expire - 2 weeks 43200 ) ; Minimum - 12 hours ; IN NS us.com.my. IN NS relay1.jaring.my. IN MX 10 mail IN A xxx.xxx.xxx.aaa www IN CNAME company.com.my. mail IN MX 10 mail mail IN A xxx.xxx.xxx.bbb == user mapping in sendmail.db on the freebsd mail hub == user1@company.com.my user1 user2@company.com.my user2 user3@company.com.my user3 user4@company.com.my user4 ..etc == clipped from sendmail.cf == Cwlocalhost # file containing names of hosts for which we receive email Fw-o /etc/sendmail.cw == clipped from sendmail.cw == company.com.my mail.company.com.my From owner-freebsd-isp Wed Jun 4 13:42:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA07791 for isp-outgoing; Wed, 4 Jun 1997 13:42:31 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA07783 for ; Wed, 4 Jun 1997 13:42:28 -0700 (PDT) Received: from florence.pavilion.net (mailrelay1.pavilion.net [194.242.128.25]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id NAA22192 for ; Wed, 4 Jun 1997 13:42:16 -0700 (PDT) Received: (from joe@localhost) by florence.pavilion.net (8.8.5/8.8.5) id VAA03838; Wed, 4 Jun 1997 21:40:32 +0100 (BST) Message-ID: <19970604214031.49603@pavilion.net> Date: Wed, 4 Jun 1997 21:40:31 +0100 From: Josef Karthauser To: freebsd-isp@FreeBSD.ORG Subject: Re: news server source for 95/NT References: <33958261.5648FDB4@cablenet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74 In-Reply-To: <33958261.5648FDB4@cablenet.net>; from Damian Hamill on Wed, Jun 04, 1997 at 03:57:37PM +0100 Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Jun 04, 1997 at 03:57:37PM +0100, Damian Hamill wrote: > Does anyone know if there is there source available for a news server > that builds on 95/NT ? > > regards > damian > > -- > * Damian Hamill M.D. damian@cablenet.net > * CableNet & The Landscape Channel > * http://www.cablenet.net/ http://www.landscapetv.com/ I received a 'landscape' mailer about the news satelite feed from you guys. Any discounts 'cos we're all FreeBSD people together? ;) Joe -- Josef Karthauser Technical Manager Email: joe@pavilion.net, joe@uk.freebsd.org Pavilion Internet plc. [Tel: +44 1273 607072 Fax: +44 1273 607073] From owner-freebsd-isp Wed Jun 4 13:51:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA09393 for isp-outgoing; Wed, 4 Jun 1997 13:51:43 -0700 (PDT) Received: from florence.pavilion.net (mailrelay1.pavilion.net [194.242.128.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA09365 for ; Wed, 4 Jun 1997 13:51:35 -0700 (PDT) Received: (from joe@localhost) by florence.pavilion.net (8.8.5/8.8.5) id VAA03666; Wed, 4 Jun 1997 21:37:01 +0100 (BST) Message-ID: <19970604213701.60034@pavilion.net> Date: Wed, 4 Jun 1997 21:37:01 +0100 From: Josef Karthauser To: freebsd-isp@FreeBSD.ORG Subject: Re: FreeBSD: 5000 Telnet users/ Best choice References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74 In-Reply-To: ; from Nabil Zary on Wed, Jun 04, 1997 at 01:33:45PM +0000 Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Jun 04, 1997 at 01:33:45PM +0000, Nabil Zary wrote: > > Hi, > > We have to provide telnet access to around 5000 Students > (for pine, irc, news, etc..). > We expect an average of 50-100 users logged at the same time. > Should a Pentium Pro 200Mhz with 120Mb RAM do the job?? > (or is a Pentium 100Mhz, 98Mb RAM enough?) > OS: FreeBSD 2.X > Best regards, > > Nabil Zary > Stockholm It depends upon what they're doing. If they're all pulling 'make world' type operations then you're going to run out of steam pretty quickly. I would expect that the pro200 box should be able to support 100 users doing sensible things fairly easily. You'll probably have to up some kernel constants to make more resources available though. Like; USERS 128 Joe. -- Josef Karthauser Technical Manager Email: joe@pavilion.net Pavilion Internet plc. [Tel: +44 1273 607072 Fax: +44 1273 607073] From owner-freebsd-isp Wed Jun 4 13:54:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA10158 for isp-outgoing; Wed, 4 Jun 1997 13:54:04 -0700 (PDT) Received: from berlin.atlantic.net (root@berlin.atlantic.net [204.215.255.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA10152 for ; Wed, 4 Jun 1997 13:54:00 -0700 (PDT) Received: from rio.atlantic.net (cbw@rio.atlantic.net [204.215.255.3]) by berlin.atlantic.net (8.8.5/8.8.5) with ESMTP id QAA26936 for ; Wed, 4 Jun 1997 16:18:36 -0400 Received: from localhost (cbw@localhost) by rio.atlantic.net (8.8.5/8.8.5) with SMTP id QAA12409 for ; Wed, 4 Jun 1997 16:54:18 -0400 Date: Wed, 4 Jun 1997 16:54:17 -0400 (EDT) From: Chris Wilson To: freebsd-isp@freebsd.org Subject: Comtrol Rocketport drivers under 2.2.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've got a machine running 2.2.2 that I'm trying to set up as a terminal server using Comtrol Rocketport 8 port serial boards. We're using these under Linux with no problem. I'm trying to run the ports using mgetty, which works fine with the standard com1/com2 ports on the system. I can access the modems on the Rocketport using minicom. When I try and run them with mgetty however, it hangs at: waiting for line to clear (VTIME), read: and it dies there. I'm using the beta drivers located on Comtrol's server (ftp://ftp.comtrol.com/BETA/B6547tar.gz). Has anyone had any experience getting this to work? Thanks, Chris ------------------------------------------------------------------------------- Chris B. Wilson (CW40) | http://www.atlantic.net | Sales - 800-422-2936 Internet Connect Company | Quality Internet access | Support - 800-921-9328 cbw@atlantic.net | throughout Florida | Fax - 352-275-2702 ------------------------------------------------------------------------------- From owner-freebsd-isp Wed Jun 4 15:46:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA23537 for isp-outgoing; Wed, 4 Jun 1997 15:46:25 -0700 (PDT) Received: from uhf.wdc.net (uhf.4d.net [207.137.157.140]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA23514 for ; Wed, 4 Jun 1997 15:46:19 -0700 (PDT) Received: from localhost (bad@localhost) by uhf.wdc.net (8.8.5/8.6.12) with SMTP id SAA01654; Wed, 4 Jun 1997 18:47:51 -0400 (EDT) Date: Wed, 4 Jun 1997 18:47:49 -0400 (EDT) From: Bernie Doehner To: Alan Batie cc: isp@FreeBSD.ORG Subject: Re: stopping mailspam without tears... In-Reply-To: <199705302215.PAA12753@agora.rdrop.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm using those and my sendmail is happily rejecting 20-40K messages/day; > not all by any means, but it stops me from being a relay and also stops > a lot of the worst scam junk (they tend to use invalid domains, which > the filters check for). So, how did you make check_compat work and not break your virtual domains, or do you not have any? Bernie From owner-freebsd-isp Wed Jun 4 15:54:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA25397 for isp-outgoing; Wed, 4 Jun 1997 15:54:09 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA25389 for ; Wed, 4 Jun 1997 15:54:06 -0700 (PDT) Received: (from batie@localhost) by agora.rdrop.com (8.8.5/8.8.5) id PAA02690; Wed, 4 Jun 1997 15:53:40 -0700 (PDT) From: Alan Batie Message-Id: <199706042253.PAA02690@agora.rdrop.com> Subject: Re: stopping mailspam without tears... To: bad@uhf.wireless.net (Bernie Doehner) Date: Wed, 4 Jun 1997 15:53:40 -0700 (PDT) Cc: isp@FreeBSD.ORG In-Reply-To: from "Bernie Doehner" at Jun 4, 97 06:47:49 pm X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > So, how did you make check_compat work and not break your virtual domains, > or do you not have any? I'm not using check_compat explicitly, but I did have to put the virtual domains in class cw. -- Alan Batie ______ It's not my fault! It's some guy batie@agora.rdrop.com \ / named "General Protection"! +1 503 452-0960 \ / --Ratbert PGP FP: DE 3C 29 17 C0 49 \/ 7A 27 40 A5 3C 37 4A DA 52 B9 It is my policy to avoid purchase of any products from companies which use unrequested email advertisements or telephone solicitation. From owner-freebsd-isp Wed Jun 4 16:37:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA03120 for isp-outgoing; Wed, 4 Jun 1997 16:37:05 -0700 (PDT) Received: from cowz.lumiere-cc.com (sin@cowz.lumiere-cc.com [204.188.120.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA03112 for ; Wed, 4 Jun 1997 16:37:02 -0700 (PDT) Received: from localhost (sin@localhost) by cowz.lumiere-cc.com (8.8.5/8.8.5) with SMTP id QAA14557; Wed, 4 Jun 1997 16:37:12 -0700 (PDT) Date: Wed, 4 Jun 1997 16:37:09 -0700 (PDT) From: Sinuralan To: sweeting@neuronet.com.my cc: freebsd-isp@FreeBSD.ORG Subject: Re: help pls : how to optimise mail server response In-Reply-To: <3.0.32.19970605043257.00dec3a0@neuronet.com.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > The problem is that they are having a lot of difficulty > collecting mail from the mailhub I set up for them > on a P166 FreeBSD box with 64 MB RAM. > We are a webcompany with 2 MB line to the same > ISP that our customer is dialling into. (We are not the ISP) > > Een over a LAN, when I ping the FreeBSD box, the very > first request _always_ times out. > (Almost as if the machine is waking up) I'm nothing close to an expert, but as a guess in the dark, perhaps some tpye of power management is active? Which is putting various parts of the system to sleep when idle, which causes it to need time to wakeup? Maybe not... oh well, good luck. From owner-freebsd-isp Wed Jun 4 17:21:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA13387 for isp-outgoing; Wed, 4 Jun 1997 17:21:53 -0700 (PDT) Received: from gras-varg.worldgate.com (skafte@gras-varg.worldgate.com [198.161.84.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA13340 for ; Wed, 4 Jun 1997 17:21:47 -0700 (PDT) Received: (from skafte@localhost) by gras-varg.worldgate.com (8.8.5/8.6.12) id SAA23377; Wed, 4 Jun 1997 18:22:38 -0600 (MDT) From: Greg Skafte Message-Id: <199706050022.SAA23377@gras-varg.worldgate.com> Subject: Re: Active Server Pages To: vitjok@fasts.com (Victor Rotanov) Date: Wed, 4 Jun 1997 18:22:37 -0600 (MDT) Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: <199705291136.EAA08385@hub.freebsd.org> from Victor Rotanov at "May 29, 97 02:30:48 pm" X-Mailer: ELM [version 2.4ME+ PL14 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [Charset KOI8-R unsupported, filtering to ASCII...] > Hello. > > Is there any WWW server software that supports ASP? Are there any > alternatives to ASP? > > Thanks, bye. > > vitjok > can you say SSI ( Server Side Includes ) ...... I knew you could .... -- Email: skafte@worldgate.com Voice: +403 413 1910 Fax: +403 421 4929 #575 Sun Life Place * 10123 99 Street * Edmonton, AB * Canada * T5J 3H1 -- -- PGP 2.6.2 Key fingerprint = 42 9C 2C A8 4D 2B C9 C4 7D B6 00 B0 50 47 20 97 http://gras-varg.worldgate.com/~skafte/ http://www.worldgate.com/ -- -- When things can't get any worse, they simplify themselves by getting a whole lot worse then complicated. A complete and utter disaster is the simplest thing in the world; it's preventing one that's complex. (Janet Morris) From owner-freebsd-isp Wed Jun 4 18:37:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA25917 for isp-outgoing; Wed, 4 Jun 1997 18:37:23 -0700 (PDT) Received: from cedb.dpcsys.com (ns2.BEACH.net [209.25.4.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA25909 for ; Wed, 4 Jun 1997 18:37:21 -0700 (PDT) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id BAA20107; Thu, 5 Jun 1997 01:35:14 GMT Date: Wed, 4 Jun 1997 18:35:14 -0700 (PDT) From: Dan Busarow To: sweeting@neuronet.com.my cc: freebsd-isp@FreeBSD.ORG Subject: Re: help pls : how to optimise mail server response In-Reply-To: <3.0.32.19970605043257.00dec3a0@neuronet.com.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 5 Jun 1997 sweeting@neuronet.com.my wrote: > The problem is that they are having a lot of difficulty > collecting mail from the mailhub I set up for them > on a P166 FreeBSD box with 64 MB RAM. > We are a webcompany with 2 MB line to the same > ISP that our customer is dialling into. (We are not the ISP) If all this is doing is serving mail for a handful of virtual domains, it should fly. I'm not familiar with the 3Com cards, haven't used them in years, but my impression is that they are towards the bottom of the list for FBSD. You should give an NE2000 clone a try, cheap and effective even if they aren't the fastest around. My guess would be that it is a DNS problem. Since you say the Alpha is probably short of memory anyway, I'd move DNS to the FBSD box. I don't like running DNS on web servers anyway. But if it was strictly a problem of slow DNS the webservers would be slow too. Since you don't mention it I'll guess you aren't getting any complaints about them. So that would suggest DNS configuration problems. Can't check that with dummy names and IP addresses. So, move DNS to FBSD and if that doesn't fix it outright post with real names and addresses. Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 From owner-freebsd-isp Wed Jun 4 18:56:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA26900 for isp-outgoing; Wed, 4 Jun 1997 18:56:43 -0700 (PDT) Received: from satie.hk.homegate.net ([202.66.88.13]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id SAA26890 for ; Wed, 4 Jun 1997 18:56:36 -0700 (PDT) Received: (qmail 5572 invoked by uid 1000); 5 Jun 1997 01:54:17 -0000 Date: Thu, 5 Jun 1997 09:54:17 +0800 (HKT) From: Bo Fussing X-Sender: bmf@satie.hk.homegate.net To: Damian Hamill cc: freebsd-isp@FreeBSD.ORG Subject: Re: news server source for 95/NT In-Reply-To: <33958261.5648FDB4@cablenet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, You could try DNews (sorry don't know the URL), but my experience using it on NT3.51 convinced me that INND on BSD UNIX (BSDI 2.1) is light years ahead in performance. However on the positive side it is a bit easier to set up than INND and being a commercial product has support. Needless to say we don't run NT any more... Good luck, Bo ----------------------------------------------------------------- Bo Fussing HomeGate Inc. Tel +852 2851-8884 Fax +852 2541-9843 URL http://www.homegate.net PGP fingerprint = D7 9F ED 1D E5 B9 62 4F 77 BC D1 33 5B 4E 95 81 For PGP ID & Signature mail empty message to bmf-pgp@homegate.net On Wed, 4 Jun 1997, Damian Hamill wrote: > Does anyone know if there is there source available for a news server > that builds on 95/NT ? > > regards > damian > > -- > * Damian Hamill M.D. damian@cablenet.net > * CableNet & The Landscape Channel > * http://www.cablenet.net/ http://www.landscapetv.com/ > From owner-freebsd-isp Wed Jun 4 19:11:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA27564 for isp-outgoing; Wed, 4 Jun 1997 19:11:16 -0700 (PDT) Received: from packfish.gateway.net.hk (john@packfish.gateway.net.hk [202.76.19.16]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA27559 for ; Wed, 4 Jun 1997 19:11:13 -0700 (PDT) Received: (from john@localhost) by packfish.gateway.net.hk (8.8.3/8.7.3) id KAA10367; Thu, 5 Jun 1997 10:23:46 +0800 (HKT) Date: Thu, 5 Jun 1997 10:23:45 +0800 (HKT) From: John Beukema To: sweeting@neuronet.com.my cc: freebsd-isp@FreeBSD.ORG Subject: Re: help pls : how to optimise mail server response In-Reply-To: <3.0.32.19970605043257.00dec3a0@neuronet.com.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 5 Jun 1997 sweeting@neuronet.com.my wrote: > I apologise for asking this question again but had > little response last time and now it has become a > serious problem since a client is complaining > as a result of the following : > > The problem is that they are having a lot of difficulty > collecting mail from the mailhub I set up for them > on a P166 FreeBSD box with 64 MB RAM. > We are a webcompany with 2 MB line to the same > ISP that our customer is dialling into. (We are not the ISP) > > Een over a LAN, when I ping the FreeBSD box, the very > first request _always_ times out. > (Almost as if the machine is waking up) > > So, the only causes of trouble I can think of are : > > 1) network card. (it's a 3Com). > which do you all recommend ? I doubt it. > > 2) DNS - is handled by a DEC Alpha 500 (runnign DU) which is > possibly in need of RAM (it's handling mail, and 4 webservers, X term, > and DNS for 50 domains.... somebody once told me that each domain > should have 1 MB RAM.) > Could be DNS. try pinging with an IP address not a name. Put the IP number and domain name in /etc/hosts and put host ahead of bind in /etc/host.conf Otherwise, it could be a routing problem. The route should be static, silent (or something), permanent and not depend on routed or gated which might expire and then take time to re-establish. To tell, check the route before and after pinging. jbeukema > 3) Jammed network at the ISP > > 4) I configured it inefficiently (config files below) > > > In order to reduce the timeouts and inability to contact the > mailserver (2 complaints I am receiving), what action would > you take ? > > I'm already considering : > 1) changing the network card > 2) move the DNS to the same machine > 3) increasing the timeouts .... but I think that that is not > really a satisfactory solution but rather avoiding the real problem. > > > Apologies since this must seem so pathetic compared to the > huge systems most of you are running without problem. > Thank you very much in advance, > > Chas > > > ---------------------------- > > configuration : > > A DEC box is running the webserver and virtual domain > for our client : "company.com.my" xxx.xxx.xxx.aaa > > The FreeBSD box "mailhub.com.my" xxx.xxx.xxx.bbb > receives mail for "mail.company.com.my" > by using the changes to rule S98 in sendmail. > > > == Zone file for "company.com.my" == > > company.com.my. IN SOA us.com.my. postmaster.us.com.my. ( > 23 ; Serial > 300 ; Refresh - 5 minutes > 60 ; Retry - 1 minute > 1209600 ; Expire - 2 weeks > 43200 ) ; Minimum - 12 hours > ; > IN NS us.com.my. > IN NS relay1.jaring.my. > IN MX 10 mail > IN A xxx.xxx.xxx.aaa > www IN CNAME company.com.my. > mail IN MX 10 mail > mail IN A xxx.xxx.xxx.bbb > > > == user mapping in sendmail.db on the freebsd mail hub == > > user1@company.com.my user1 > user2@company.com.my user2 > user3@company.com.my user3 > user4@company.com.my user4 > ..etc > > > == clipped from sendmail.cf == > > Cwlocalhost > # file containing names of hosts for which we receive email > Fw-o /etc/sendmail.cw > > > == clipped from sendmail.cw == > > company.com.my > mail.company.com.my > > > > > > > > > > > > > > > > > > > > > > From owner-freebsd-isp Wed Jun 4 20:26:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA05620 for isp-outgoing; Wed, 4 Jun 1997 20:26:07 -0700 (PDT) Received: from unagi.cybernothing.org (unagi.cybernothing.org [207.96.1.32]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA05615 for ; Wed, 4 Jun 1997 20:26:02 -0700 (PDT) Received: (from jdfalk@localhost) by unagi.cybernothing.org (8.8.5/8.8.5/JDF-9705.06) id XAA01648; Wed, 4 Jun 1997 23:25:39 -0400 (EDT) Message-ID: <19970604232539.00436@cybernothing.org> Date: Wed, 4 Jun 1997 23:25:39 -0400 From: "J.D. Falk" To: Bernie Doehner Cc: Alan Batie , isp@FreeBSD.ORG Subject: Re: stopping mailspam without tears... References: <199705302215.PAA12753@agora.rdrop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.75 In-Reply-To: [9706.04] X-Editor: nvi X-Comment: Stop e-mail spam for good! http://www.cauce.org/ Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Jun 4, Bernie Doehner wrote: > > I'm using those and my sendmail is happily rejecting 20-40K messages/day; > > not all by any means, but it stops me from being a relay and also stops > > a lot of the worst scam junk (they tend to use invalid domains, which > > the filters check for). > > So, how did you make check_compat work and not break your virtual domains, > or do you not have any? The problem with check_compat is that it's called /after/ the entire message has been transmitted -- so, while it can be used to stop relaying, it doesn't save you any bandwidth. I'm using the following on my personal machine; this box is not used as an outgoing SMTP server by any dial-in users' eudora or anything like that, so it might not be a solution for some of you. This is all in the mc file, but it should be pretty clear how to cut & paste it directly into the cf if you want. Watch out for tabs. -=-=-=-=-=-=-=-=- LOCAL_CONFIG # From http://www.informatik.uni-kiel.de/%7Eca/email/chk-db.html # # file containing full e-mail addresses of well-known spammers: # spammer@address.domain SPAMMER # or junk domain: # junk.domain JUNK Kjunk hash /etc/spammertable LOCAL_RULESETS # From http://www.informatik.uni-kiel.de/%7Eca/email/chk-db.html # # check for junk domain/spammers Sjunk # lookup domain in database R$*<@$+>$* $:$1<@$(junk $2$)>$3 # exists? return R$*<@JUNK>$* $@$1<@JUNK>$2 # lookup address in database R$*<@$+>$* $:$1<@$(junk $1@$2 $:$2$)>$3 # exists? return R$*<@SPAMMER>$* $@$1<@SPAMMER>$2 # mv one subdomain in front, try again R$*<@$-.$-.$+>$* $: $2<@> $>junk $1<@$3.$4>$5 # undo damage R$*<@>$*<@$+>$* $2<@$1.$3>$4 Scheck_mail # From http://www.informatik.uni-kiel.de/%7Eca/email/chk-db.html # # don't check these R<$*@$=w> $@ ok shortcut R$* $: $>3 $1 canonify R$- $@ ok local host # no host without a . in the FQHN ? R$*<@$->$* $#error $@ 5.1.8 $: 518 invalid host name $2, check your configuration. # this is dangerous! no real name # R$*<@$*$~P>$* $#error $@ 4.1.8 $: 418 unresolvable host name $2$3, check your setup. # now remove the dot R$*<@$*.>$* $: $1<@$2>$3 # and check the database R$*<@$*>$* $: $>junk $1<@$2>$3 R$*<@$*JUNK>$* $#error $@ 5.7.1 $: "571 This domain is banned, contact your local admin." go away R$*<@$*SPAMMER>$* $#error $@ 5.7.1 $: "571 You are banned, contact your local admin." go away Scheck_rcpt # From David B. O'Donnell # (I'm only using David's check_rcpt routine, not the check_mail) R<$+ @ $=w > $@ OK R<$+ @ $m > $@ OK R$* $: $(dequote "" $&{client_name} $) R$=w $@ OK R$@ $@ OK R$* $#error $@ 5.7.1 $: "550 Relaying denied" -=-=-=-=-=-=-=-=- If I were building a machine that is going to relay mail for some people (either as a backup MX host or a direct SMTP server), I'd probably use the recipes on: http://www.informatik.uni-kiel.de/%7Eca/email/check.html One thing that this doesn't catch is mail sent from a valid domain, to friend@public.com (I'm sure you've all seen that one.) So, I added an /etc/procmailrc file which reads simply: -=-=-=-=-=-=-=-=- # Global procmail recipes LOGFILE=/var/log/etc-procmailrc LOGABSTRACT=all VERBOSE=off :0 * ^TOfriend@public.com { EXITCODE = 68 HOST } LOGABSTRACT=no -=-=-=-=-=-=-=-=- EXITCODE = 68 will instruct sendmail to return a bounce message reading "no such host." *grin* Check out the sysexits man page (which only FreeBSD seems to have) for more. -- J.D. Falk, Network Operations Center Supervisor +1 (415) 482-2840 Priori Networks, Inc. http://www.priori.net "The people you know. The people you trust." From owner-freebsd-isp Wed Jun 4 21:03:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA15209 for isp-outgoing; Wed, 4 Jun 1997 21:03:59 -0700 (PDT) Received: from mx.serv.net (mx.serv.net [205.153.153.234]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA15200 for ; Wed, 4 Jun 1997 21:03:55 -0700 (PDT) Received: from MindBender.serv.net by mx.serv.net (8.7.5/SERV Revision: 2.30) id VAA22336; Wed, 4 Jun 1997 21:03:56 -0700 (PDT) Received: from localhost.HeadCandy.com (michaelv@localhost.HeadCandy.com [127.0.0.1]) by MindBender.serv.net (8.7.5/8.7.3) with SMTP id VAA21901; Wed, 4 Jun 1997 21:02:09 -0700 (PDT) Message-Id: <199706050402.VAA21901@MindBender.serv.net> X-Authentication-Warning: MindBender.serv.net: Host michaelv@localhost.HeadCandy.com [127.0.0.1] didn't use HELO protocol To: Jim Dixon cc: "Pedro F. Giffuni" , freebsd-isp@freebsd.org Subject: Re: news server source for 95/NT In-reply-to: Your message of Wed, 04 Jun 97 20:05:07 +0100. Date: Wed, 04 Jun 1997 21:01:49 -0700 From: "Michael L. VanLoon -- HeadCandy.com" Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jim Dixon wrote: >On Wed, 4 Jun 1997, Pedro F. Giffuni wrote: >> Damian Hamill wrote: >> > Does anyone know if there is there source available for a news server >> > that builds on 95/NT ? >> I don't think that exists (yet). AFAIK to run a news server on NT, >> depending on the number of users you want, you require a license for a >> Microsoft product. (The University of Oregon found that out and moved to >> Linux.) >> Use FreeBSD. >> Pedro. >Absolutely. NT will require 50% (100%?) more DRAM and will never >be able to carry a fully load without falling over. FreeBSD makes >an excellent news server. Yes, FreeBSD (and NetBSD) make excellent news servers. After all, Usenet news was born on Unix. And the BSDs make an excellent low-cost low-resource platform for small shops, and low-cost ventures, to host news servers on. We're all aware of that. However... While it's true that NT will probably require more memory to get the system up and running, and while it's also true that you will probably have to buy software (although I'm sure Netscape and others would be as happy to sell you a news server as Microsoft would), it's complete and utter bull to assert that NT will "fall over" under a full news feed. It show's that you simply have no clue what you're talking about. In fact, I would bet that you have no experience whatsoever doing anything demanding with NT. Speaking as one who helped write a very powerful news server product for NT, which is part of the most powerful messaging platform on the planet (speaking of Microsoft Exchange, in case I lost you).... ----------------------------------------------------------------------------- Michael L. VanLoon michaelv@MindBender.serv.net --< Free your mind and your machine -- NetBSD free un*x >-- NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3, Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32... NetBSD ports in progress: PICA, others... ----------------------------------------------------------------------------- From owner-freebsd-isp Wed Jun 4 21:25:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA17095 for isp-outgoing; Wed, 4 Jun 1997 21:25:01 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA17075 for ; Wed, 4 Jun 1997 21:24:56 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem08.usc.unal.edu.co [168.176.3.38]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id XAA06061; Wed, 4 Jun 1997 23:24:53 -0500 (COT) Message-ID: <33965A90.2D3F@fps.biblos.unal.edu.co> Date: Wed, 04 Jun 1997 23:20:00 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: "Michael L. VanLoon -- HeadCandy.com" CC: Jim Dixon , freebsd-isp@freebsd.org Subject: Re: news server source for 95/NT References: <199706050402.VAA21901@MindBender.serv.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Michael L. VanLoon -- HeadCandy.com wrote: > > While it's true that NT will probably require more memory to get the > system up and running, and while it's also true that you will probably > have to buy software (although I'm sure Netscape and others would be > as happy to sell you a news server as Microsoft would), it's complete > and utter bull to assert that NT will "fall over" under a full news > feed. It show's that you simply have no clue what you're talking > about. In fact, I would bet that you have no experience whatsoever > doing anything demanding with NT. > Well...I imagine if you use a Compaq Proliant with 512M and lot's of SCSI disks and so on, even DOS will resist the load. In the real world, though, the performance of any UNIX will easily beat NT: http://www.lanquest.com/reports/lotus_notes/sco85a.htm I don't know NetBSD, but FreeBSD outperforms SCO (especially at high loads). > Speaking as one who helped write a very powerful news server product > for NT, which is part of the most powerful messaging platform on the > planet (speaking of Microsoft Exchange, in case I lost you).... > Just type: +NT vs +UNIX in altavista and cry :-) Pedro. > ----------------------------------------------------------------------------- > Michael L. VanLoon michaelv@MindBender.serv.net > --< Free your mind and your machine -- NetBSD free un*x >-- > NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3, > Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32... > NetBSD ports in progress: PICA, others... > ----------------------------------------------------------------------------- From owner-freebsd-isp Wed Jun 4 22:50:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA26855 for isp-outgoing; Wed, 4 Jun 1997 22:50:40 -0700 (PDT) Received: from avon-gw.uk1.vbc.net (jdd@avon-gw.uk1.vbc.net [194.207.2.20]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA26849 for ; Wed, 4 Jun 1997 22:50:35 -0700 (PDT) Received: (from jdd@localhost) by avon-gw.uk1.vbc.net (8.8.2/8.7.3) id GAA19212; Thu, 5 Jun 1997 06:49:08 +0100 (BST) Date: Thu, 5 Jun 1997 06:49:07 +0100 (BST) From: Jim Dixon X-Sender: jdd@avon-gw.uk1.vbc.net To: "Michael L. VanLoon -- HeadCandy.com" cc: freebsd-isp@freebsd.org Subject: Re: news server source for 95/NT In-Reply-To: <199706050402.VAA21901@MindBender.serv.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Jun 1997, Michael L. VanLoon -- HeadCandy.com wrote: > While it's true that NT will probably require more memory to get the > system up and running, and while it's also true that you will probably > have to buy software (although I'm sure Netscape and others would be > as happy to sell you a news server as Microsoft would), it's complete > and utter bull to assert that NT will "fall over" under a full news > feed. It show's that you simply have no clue what you're talking > about. In fact, I would bet that you have no experience whatsoever > doing anything demanding with NT. That's quite true. I do however have experience of doing things with NT that _aren't_ demanding and watching it fall over. -- Jim Dixon VBCnet GB Ltd http://www.vbc.net tel +44 117 929 1316 fax +44 117 927 2015 From owner-freebsd-isp Thu Jun 5 00:46:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA01439 for isp-outgoing; Thu, 5 Jun 1997 00:46:56 -0700 (PDT) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id AAA01426 for ; Thu, 5 Jun 1997 00:46:42 -0700 (PDT) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id JAA29055; Thu, 5 Jun 1997 09:12:58 +0200 From: Luigi Rizzo Message-Id: <199706050712.JAA29055@labinfo.iet.unipi.it> Subject: Re: ETinc's Bandwidth limiter To: manar@ivision.co.uk (Manar Hussain) Date: Thu, 5 Jun 1997 09:12:58 +0200 (MET DST) Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: from "Manar Hussain" at Jun 4, 97 06:20:24 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Anyone got much experience of using this? We're thinking of using it to > maintain levels of service for a web farm: 1Mb pipe out to the net shared > across a set of machine on 100Mb ethernet (they talk to eachother as well). It looks like what you want (bw management, or probably better, fair routing) should be done at the router, not at the server side. So what are you using to drive your pipe out ? Luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ From owner-freebsd-isp Thu Jun 5 00:57:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA01824 for isp-outgoing; Thu, 5 Jun 1997 00:57:46 -0700 (PDT) Received: from stingray.ivision.co.uk (stingray.ivision.co.uk [194.154.62.72]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id AAA01819 for ; Thu, 5 Jun 1997 00:57:43 -0700 (PDT) Received: from stingray.ivision.co.uk [194.154.62.72] by stingray.ivision.co.uk with smtp (Exim 0.53 #1) id E0wZXOg-00044N-00; Thu, 5 Jun 1997 08:55:50 +0100 Date: Thu, 5 Jun 1997 08:55:50 +0100 (BST) From: Manar Hussain To: Luigi Rizzo cc: freebsd-isp@freebsd.org Subject: Re: ETinc's Bandwidth limiter In-Reply-To: <199706050712.JAA29055@labinfo.iet.unipi.it> Message-ID: Organisation: Internet Vision MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Anyone got much experience of using this? We're thinking of using it to >> maintain levels of service for a web farm: 1Mb pipe out to the net shared >> across a set of machine on 100Mb ethernet (they talk to eachother as well). > >It looks like what you want (bw management, or probably better, >fair routing) should be done at the router, not at the server side. >So what are you using to drive your pipe out ? Looks like I've not explained myself too well: the idea is to use a FreeBSD box as a gateway (maybe even the router). i.e.: outside world | FreeBSD box | |---------------| <-- network with web servers on them Manar From owner-freebsd-isp Thu Jun 5 03:24:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA06835 for isp-outgoing; Thu, 5 Jun 1997 03:24:33 -0700 (PDT) Received: from bagpuss.visint.co.uk (bagpuss.vis.net.uk [194.207.134.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA06830 for ; Thu, 5 Jun 1997 03:24:30 -0700 (PDT) Received: from dylan.visint.co.uk (dylan.visint.co.uk [194.207.134.180]) by bagpuss.visint.co.uk (8.7.5/8.7.3) with SMTP id LAA14498 for ; Thu, 5 Jun 1997 11:24:28 +0100 (BST) Date: Thu, 5 Jun 1997 11:24:28 +0100 (BST) From: Stephen Roome To: freebsd-isp@freebsd.org Subject: bisdn/isdn/teles/any isdn Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just downloaded bisdn-097 from the german site and it doesn't look like it is going to work on this version of FreeBSD. Has anyone been using this and if so how do I go about installing it, the supplied patches don't work =( Other than that this is a FreeBSD-970209-SNAP machine, but I think the general problem here is that bisdn seems to support FreeBSD 2.1 only, which is quite old! Anyone out there with working a working Teles 16.3 ISDN card who can let me know how to get it to work ? Thanks. Steve Roome. From owner-freebsd-isp Thu Jun 5 03:54:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA07655 for isp-outgoing; Thu, 5 Jun 1997 03:54:58 -0700 (PDT) Received: from stingray.ivision.co.uk (stingray.ivision.co.uk [194.154.62.72]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id DAA07649 for ; Thu, 5 Jun 1997 03:54:53 -0700 (PDT) Received: from stingray.ivision.co.uk [194.154.62.72] by stingray.ivision.co.uk with smtp (Exim 0.53 #1) id E0wZaBP-0004XO-00; Thu, 5 Jun 1997 11:54:19 +0100 Date: Thu, 5 Jun 1997 11:54:19 +0100 (BST) From: Manar Hussain To: freebsd-isp@freebsd.org Subject: Re: ETinc's Bandwidth limiter Message-ID: Organisation: Internet Vision MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Please try ftp.hilink.com.au:/pub/FreeBSD/bandd.tgz and let me know what >you think. It requires FreeBSD 2.2 with IPFIREWALL IPDIVERT options. > >There is no documentation. code looks straight forward enough. It doesn't allow for burstability though ... might not be too hard to add in and it would be nice to be using something we have the source for rather than a commercial binary ... Anyone got any views about bandd versus emerging technology's product? Guess we should have a good play over the w/e to at least get a good idea of the installation/features if not performance ober time / under load. Manar From owner-freebsd-isp Thu Jun 5 04:40:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA09365 for isp-outgoing; Thu, 5 Jun 1997 04:40:49 -0700 (PDT) Received: from mail.id.net (mail.id.net [199.125.1.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA09358 for ; Thu, 5 Jun 1997 04:40:46 -0700 (PDT) Received: from shell.id.net (shell.id.net [199.125.2.8]) by mail.id.net (8.8.5/8.8.5) with ESMTP id HAA07417; Thu, 5 Jun 1997 07:40:53 -0400 (EDT) From: Robert Shady Received: (from rls@localhost) by shell.id.net (8.8.5/8.7.3) id HAA10609; Thu, 5 Jun 1997 07:40:53 -0400 (EDT) Message-Id: <199706051140.HAA10609@shell.id.net> Subject: Re: news server source for 95/NT In-Reply-To: <199706050402.VAA21901@MindBender.serv.net> from "Michael L. VanLoon -- HeadCandy.com" at "Jun 4, 97 09:01:49 pm" To: michaelv@MindBender.serv.net (Michael L. VanLoon -- HeadCandy.com) Date: Thu, 5 Jun 1997 07:40:53 -0400 (EDT) Cc: jdd@vbc.net, pgiffuni@fps.biblos.unal.edu.co, freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > While it's true that NT will probably require more memory to get the > system up and running, and while it's also true that you will probably > have to buy software (although I'm sure Netscape and others would be > as happy to sell you a news server as Microsoft would), it's complete > and utter bull to assert that NT will "fall over" under a full news > feed. It show's that you simply have no clue what you're talking > about. In fact, I would bet that you have no experience whatsoever > doing anything demanding with NT. > > Speaking as one who helped write a very powerful news server product > for NT, which is part of the most powerful messaging platform on the > planet (speaking of Microsoft Exchange, in case I lost you).... Michael; I don't mean to burst your bubble, but it's been proven time and time again that a majority of UNIX's will significantly out-perform an NT machine on the same hardware. Just think if you would have spent your time writing your "very powerful news server product" for FreeBSD instead of NT... -- Rob === _/_/_/_/_/ _/_/_/_/ _/_/ _/ _/_/_/_/_/ _/_/_/_/_/ _/ _/ _/ _/_/_/ _/ _/ _/ _/_/_/_/ _/ _/_/_/_/_/ _/_/_/_/ _/ _/ _/_/_/_/_/ _/ Innovative Data Services Serving South-Eastern Michigan Internet Service Provider / Hardware Sales / Consulting Services Voice: (810)855-0404 / Fax: (810)855-3268 / Web: http://www.id.net From owner-freebsd-isp Thu Jun 5 05:00:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA09855 for isp-outgoing; Thu, 5 Jun 1997 05:00:12 -0700 (PDT) Received: from relay2.mail.uk.psi.net (sys1.london.uk.psi.net [154.32.108.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA09850 for ; Thu, 5 Jun 1997 05:00:09 -0700 (PDT) Received: from sys4.cambridge.uk.psi.net (sys4.cambridge.uk.psi.net [154.32.106.14]) by relay2.mail.uk.psi.net (8.8.4/) with ESMTP id NAA18936; Thu, 5 Jun 1997 13:00:06 +0100 (BST) Received: by sys4.cambridge.uk.psi.net (8.7.5/SMI-5.5-UKPSINet) id MAA04968; Thu, 5 Jun 1997 12:43:48 +0100 (BST) Received: from infodev.nadt.org.uk (infodev.nadt.org.uk [194.155.224.205]) by charlie.nadt.org.uk (8.8.5/8.6.12) with SMTP id LAA19909; Thu, 5 Jun 1997 11:54:09 +0100 (BST) Message-Id: <1.5.4.32.19970605105409.0071aff8@wrcmail> X-Sender: robmel@wrcmail X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 05 Jun 1997 11:54:09 +0100 To: sweeting@neuronet.com.my, freebsd-isp@FreeBSD.ORG From: Robin Melville Subject: Re: help pls : how to optimise mail server response Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 04:39 05/06/97 +0800, sweeting@neuronet.com.my wrote: >The problem is that they are having a lot of difficulty >collecting mail from the mailhub I set up for them >on a P166 FreeBSD box with 64 MB RAM. >Een over a LAN, when I ping the FreeBSD box, the very >first request _always_ times out. >(Almost as if the machine is waking up) > >So, the only causes of trouble I can think of are : > >1) network card. (it's a 3Com). > which do you all recommend ? Not impossible. I've had strange timeout problems on first connect with 3Coms, but the "_always_" part makes me uncertain about this. >2) DNS - is handled by a DEC Alpha 500 (runnign DU) which is > possibly in need of RAM (it's handling mail, and 4 webservers, X term, > and DNS for 50 domains.... somebody once told me that each domain > should have 1 MB RAM.) This seems quite likely. I would definitely move your DNS to the FBSD box, or at the very least set up a cacheing slave to your existing one.. >3) Jammed network at the ISP Not impossible ;-) but this isn't likely because you're getting the same problem on your LAN. >4) I configured it inefficiently (config files below) We'd need to see /etc/hosts.conf and /etc/resolv.conf on the FBSD host for clues about whether the DNS is to blame. Regards, Robin. -------------------------------------------------------- Robin Melville, Addiction & Forensic Information Service Nottingham Alcohol & Drug Team (Extn. 49178) Vox: +44 (0)115 952 9478 Fax: +44 (0)115 952 9421 Email: robmel@nadt.org.uk WWW: http://www.innotts.co.uk/nadt/ --------------------------------------------------------- From owner-freebsd-isp Thu Jun 5 05:59:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA11683 for isp-outgoing; Thu, 5 Jun 1997 05:59:12 -0700 (PDT) Received: from mail.cbiowa.com (root@mail.cbiowa.com [204.26.81.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA11678 for ; Thu, 5 Jun 1997 05:59:09 -0700 (PDT) Received: from mail.cbiowa.com (root@mail.cbiowa.com [204.26.81.2]) by mail.cbiowa.com (8.8.5/8.6.9) with SMTP id HAA06752; Thu, 5 Jun 1997 07:58:38 -0500 Date: Thu, 5 Jun 1997 07:58:37 -0500 (CDT) From: Brian Weber To: Muditha Gunatilake cc: freebsd-isp@FreeBSD.ORG Subject: Re: Partitions In-Reply-To: <3395346A.4416@seychelles.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Jun 1997, Muditha Gunatilake wrote: > Hi, > We are using POP and SMTP for our mail. The /var partition is almost > full and everyday have to get people to remove large mails files to keep > alive. What is the best way to add a new hard disk or reallocate some > space from /home which has quite a bit of space left > I just did this same thing. I moved my log files to the home directory and them deleted the log directory and created a link from /home/log to /var/log with this command 'ln -s /home/log /var/log' That did the trick. Brian Weber brian@cbiowa.com Partners In Computing From owner-freebsd-isp Thu Jun 5 06:54:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA14334 for isp-outgoing; Thu, 5 Jun 1997 06:54:29 -0700 (PDT) Received: from uhf.wdc.net (uhf.wdc.net [198.147.74.44]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA14324 for ; Thu, 5 Jun 1997 06:54:24 -0700 (PDT) Received: from localhost (bad@localhost) by uhf.wdc.net (8.8.5/8.6.12) with SMTP id JAA00678; Thu, 5 Jun 1997 09:55:35 -0400 (EDT) Date: Thu, 5 Jun 1997 09:55:34 -0400 (EDT) From: Bernie Doehner To: Robin Melville cc: sweeting@neuronet.com.my, freebsd-isp@FreeBSD.ORG Subject: Re: help pls : how to optimise mail server response In-Reply-To: <1.5.4.32.19970605105409.0071aff8@wrcmail> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > >1) network card. (it's a 3Com). > > which do you all recommend ? > > Not impossible. I've had strange timeout problems on first connect with > 3Coms, but the "_always_" part makes me uncertain about this. Take a step back... Use a tool like trafshow to actualy see the amount of traffic your ethernet is carrying. On an lightly loaded ethernet it shouldn't matter much. Personaly, I'd recommend a PCI based NE2000 clone. I got mine for $29 from www.onsale.com, or if you live in an area were cheap (new) hardware is readily available, like buaas@wireless.wdc.net got his PCI based NE2000 clone from either PC Club or Fry's (in southern California) for around the same price. Uses the same driver as the ISA version, but takes up one interface higher than what you define in kernel config. Bernie From owner-freebsd-isp Thu Jun 5 07:15:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA15371 for isp-outgoing; Thu, 5 Jun 1997 07:15:36 -0700 (PDT) Received: from algw1.lucent.com (algw1.lucent.com [205.147.213.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id HAA15366 for ; Thu, 5 Jun 1997 07:15:34 -0700 (PDT) From: jdm@cbemg.cb.lucent.com Received: from cbemg.cb.lucent.com by alig1.firewall.lucent.com (SMI-8.6/EMS-L sol2) id KAA25219; Thu, 5 Jun 1997 10:30:27 -0400 Received: by cbemg.cb.lucent.com (4.1/EMS-L gis) id AA27989; Thu, 5 Jun 97 10:17:38 EDT Message-Id: <9706051017.ZM27986@cbemg> Date: Thu, 5 Jun 1997 10:17:37 -0400 X-Mailer: Z-Mail (3.2.1 31aug95) To: freebsd-isp@freebsd.org Subject: Wellfleet routers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anybody out there using Wellfleet routers? I've got an access feeder node and a feeder node from a fire sale and no docs. How do I get into these things. They boot from a floppy and ask for a passwd when they come up. Any ideas or pointers would be appreciated? dale mcswain From owner-freebsd-isp Thu Jun 5 08:10:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA18147 for isp-outgoing; Thu, 5 Jun 1997 08:10:26 -0700 (PDT) Received: from axe.cablenet.net (axe.cablenet.net [194.154.36.65]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id IAA18136 for ; Thu, 5 Jun 1997 08:10:22 -0700 (PDT) Received: from axe (localhost [127.0.0.1]) by axe.cablenet.net (8.6.9/8.6.9) with SMTP id QAA08139; Thu, 5 Jun 1997 16:07:29 +0100 Message-ID: <3396D631.1A9FB37F@cablenet.net> Date: Thu, 05 Jun 1997 16:07:29 +0100 From: Damian Hamill Organization: CableNet Ltd X-Mailer: Mozilla 3.0 (X11; I; SunOS 4.1.4 sun4m) MIME-Version: 1.0 To: Jim Dixon CC: freebsd-isp@freebsd.org Subject: Re: news server source for 95/NT References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jim Dixon wrote: > > On Wed, 4 Jun 1997, Pedro F. Giffuni wrote: > > > Damian Hamill wrote: > > > > > > Does anyone know if there is there source available for a news server > > > that builds on 95/NT ? > > > > > I don't think that exists (yet). AFAIK to run a news server on NT, > > depending on the number of users you want, you require a license for a > > Microsoft product. (The University of Oregon found that out and moved to > > Linux.) > > Use FreeBSD. > > > > Pedro. > > Absolutely. NT will require 50% (100%?) more DRAM and will never > be able to carry a fully load without falling over. FreeBSD makes > an excellent news server. I don't dispute this. I think the target user will not be using it for a full feed though. regards damian -- * Damian Hamill M.D. damian@cablenet.net * CableNet & The Landscape Channel * http://www.cablenet.net/ http://www.landscapetv.com/ From owner-freebsd-isp Thu Jun 5 08:47:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA20647 for isp-outgoing; Thu, 5 Jun 1997 08:47:12 -0700 (PDT) Received: from emout04.mail.aol.com (emout04.mx.aol.com [198.81.11.95]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA20640 for ; Thu, 5 Jun 1997 08:47:08 -0700 (PDT) From: Hetzels@aol.com Received: (from root@localhost) by emout04.mail.aol.com (8.7.6/8.7.3/AOL-2.0.0) id LAA20927 for isp@freebsd.org; Thu, 5 Jun 1997 11:46:36 -0400 (EDT) Date: Thu, 5 Jun 1997 11:46:36 -0400 (EDT) Message-ID: <970605114635_-1497464831@emout04.mail.aol.com> To: isp@freebsd.org Subject: Can FreeBSD and Radius be used for a CyberCafe? Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am setting up a new Internet Business in my area. This business would consits of a CyberCafe and Dial-Up Internet access. My Solution for the Dial-Up access is to use the Livingston PM-3 with a Radius Server for authentication. The CyberCafe would have 10 workstations running either Win95/FreeBSD. My only problem is how do I autenticate the CyberCafe users? Can Radius be used? How do I autenticate users on theses workstations using Radius? What OS should I use on the workstations (Win95/FreeBSD)? Is there Radius Client drivers for Win95? Can FreeBSD act as a Radius Client to allow users to login to the workstations? My Ideal for the users home dirctories (using FreeBSD) was to have one server export a NFS volume, and the 10 workstations would all mount it. Would I need to set up a common password and group file for all 11 computers? Your help is appreciated. Scot W. Hetzel From owner-freebsd-isp Thu Jun 5 08:52:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA20981 for isp-outgoing; Thu, 5 Jun 1997 08:52:33 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA20851 for ; Thu, 5 Jun 1997 08:50:16 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem11.usc.unal.edu.co [168.176.3.41]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id KAA06693; Thu, 5 Jun 1997 10:48:29 -0500 (COT) Message-ID: <3396FAA7.4710@fps.biblos.unal.edu.co> Date: Thu, 05 Jun 1997 10:43:03 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Damian Hamill CC: Jim Dixon , freebsd-isp@freebsd.org Subject: Re: news server source for 95/NT References: <3396D631.1A9FB37F@cablenet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Damian Hamill wrote: > > I don't dispute this. I think the target user will not be using it for > a full feed though. > Search the old postings in the hacker's list, this was discussed some time ago (with some stats in hand). Almost no one uses NT for a full feed, in fact the top news servers use FreeBSD. Pedro. > regards > damian > > -- > * Damian Hamill M.D. damian@cablenet.net > * CableNet & The Landscape Channel > * http://www.cablenet.net/ http://www.landscapetv.com/ From owner-freebsd-isp Thu Jun 5 09:43:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA23353 for isp-outgoing; Thu, 5 Jun 1997 09:43:14 -0700 (PDT) Received: from DNS.Lamb.net (root@DNS.Lamb.net [207.90.181.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA23348 for ; Thu, 5 Jun 1997 09:43:12 -0700 (PDT) Received: from Gatekeeper.Alameda.net (ulf@gatekeeper.Alameda.net [207.90.181.2]) by DNS.Lamb.net (8.8.5/8.8.5) with ESMTP id JAA10147; Thu, 5 Jun 1997 09:43:18 -0700 (PDT) Received: (from ulf@localhost) by Gatekeeper.Alameda.net (8.8.5/8.7.6) id JAA09876; Thu, 5 Jun 1997 09:43:10 -0700 (PDT) From: Ulf Zimmermann Message-Id: <199706051643.JAA09876@Gatekeeper.Alameda.net> Subject: Re: Wellfleet routers In-Reply-To: <9706051017.ZM27986@cbemg> from "jdm@cbemg.cb.lucent.com" at "Jun 5, 97 10:17:37 am" To: jdm@cbemg.cb.lucent.com Date: Thu, 5 Jun 1997 09:43:10 -0700 (PDT) Cc: freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Contact Baynetworks. Wellfleet and Synopsis(?) merged into BayNetworks. > > Anybody out there using Wellfleet routers? > I've got an access feeder node and a feeder node > from a fire sale and no docs. How do I get > into these things. They boot from a floppy and > ask for a passwd when they come up. > > Any ideas or pointers would be appreciated? > > > dale mcswain > Ulf. -------------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-769-2936 Alameda Networks, Inc. | http://www.Alameda.net | Fax#: 510-521-5073 From owner-freebsd-isp Thu Jun 5 10:50:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA27071 for isp-outgoing; Thu, 5 Jun 1997 10:50:02 -0700 (PDT) Received: from duke.neuronet.com.my (neuronet.com.my [202.184.153.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA27040 for ; Thu, 5 Jun 1997 10:49:57 -0700 (PDT) From: sweeting@neuronet.com.my Received: from love.com.my by duke.neuronet.com.my; (5.65v3.2/1.1.8.2/25Jul96-0519PM) id AA03858; Fri, 6 Jun 1997 01:48:41 +0800 Date: Fri, 6 Jun 1997 01:48:41 +0800 Message-Id: <3.0.32.19970606014213.00dbb278@neuronet.com.my> X-Sender: sweeting@neuronet.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: freebsd-isp@FreeBSD.ORG Subject: summary and thanks. Re: help pls : how to optimise mail server response Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk First and foremost, thank you very much to everyone for the fantastic response. Sorry for the late reply follow up but I wanted to try as much as possible before disturbing you all. I went to the customer's offices today and tested over a dialup to the ISP (jaring.my) - Eudora downloaded all of the mail with no problem whatsoever. However, when I returned to the office, there were a load of error messages on the console as follows : NAA00753: SYSERR(root): collect: I/O error on connection from btr-21-101.tm.net.my, from=On Thu, 5 Jun 1997 sweeting@neuronet.com.my wrote: >> The problem is that they are having a lot of difficulty >> collecting mail from the mailhub I set up for them >> on a P166 FreeBSD box with 64 MB RAM. >> We are a webcompany with 2 MB line to the same >> ISP that our customer is dialling into. (We are not the ISP) >I'm not familiar with the 3Com cards, haven't used them in years, >but my impression is that they are towards the bottom of the >list for FBSD. You should give an NE2000 clone a try, cheap >and effective even if they aren't the fastest around. a couple of people suggested NE2000 - i have ordered one. >So that would suggest DNS configuration problems. Can't >check that with dummy names and IP addresses. the mailhub is on a machine called peace.com.my and one of the virtual domains that it is handling email for is mdc.com.my >So, move DNS to FBSD and if that doesn't fix it outright >post with real names and addresses. many people suggested this and i am going to do it this weekend. t 10:23 AM 6/5/97 +0800, John Beukema wrote: >> 2) DNS - is handled by a DEC Alpha 500 (runnign DU) which is >> possibly in need of RAM (it's handling mail, and 4 webservers, X term, >> and DNS for 50 domains.... somebody once told me that each domain >> should have 1 MB RAM.) >> > >Could be DNS. try pinging with an IP address not a name. >Put the IP number and domain name in /etc/hosts and put host >ahead of bind in /etc/host.conf my /etc/hosts was ok and it seemed weird to put host above bind but tried it just in case. >Otherwise, it could be a routing problem. The route should be static, >silent (or something), permanent and not depend on routed or gated which >might expire and then take time to re-establish. To tell, check the >route before and after pinging. i am indeed using static routes (i've always had trouble with routed and gated on freebsd) >>3) Jammed network at the ISP > >Not impossible ;-) but this isn't likely because you're getting the same >problem on your LAN. On the LAN, i only get one type of problem : the initial ping request times out. I can download mail no problem at all from any of the virtual domains on the mailhub over the LAN. It is only when dialling up to the ISP that the main problem occurs (of the mail client not being able to download the mail). >>4) I configured it inefficiently (config files below) > >We'd need to see /etc/hosts.conf and /etc/resolv.conf on the FBSD host for >clues about whether the DNS is to blame. i am not running dns on the mailhub yet but feel the console error message above may reveal the real problem. thank you once again to one and all for all of the help !!! chas surreal thought .. couldn't be the mail clients, could it ? (they are using Eudora 3.0 and netscape 3 ) From owner-freebsd-isp Thu Jun 5 11:16:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA28128 for isp-outgoing; Thu, 5 Jun 1997 11:16:26 -0700 (PDT) Received: from mail.webspan.net (root@mail.webspan.net [206.154.70.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA28119 for ; Thu, 5 Jun 1997 11:16:14 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (8.8.5/8.8.5) with ESMTP id OAA18903; Thu, 5 Jun 1997 14:16:05 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (WEBSPN/970116) with ESMTP id OAA28377; Thu, 5 Jun 1997 14:16:04 -0400 (EDT) To: "Pedro F. Giffuni" cc: Damian Hamill , Jim Dixon , freebsd-isp@FreeBSD.ORG From: "Gary Palmer" Subject: Re: news server source for 95/NT In-reply-to: Your message of "Thu, 05 Jun 1997 10:43:03 PDT." <3396FAA7.4710@fps.biblos.unal.edu.co> Date: Thu, 05 Jun 1997 14:16:04 -0400 Message-ID: <28374.865534564@orion.webspan.net> Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Pedro F. Giffuni" wrote in message ID <3396FAA7.4710@fps.biblos.unal.edu.co>: > Search the old postings in the hacker's list, this was discussed some > time ago (with some stats in hand). Almost no one uses NT for a full > feed, in fact the top news servers use FreeBSD. Actually, I 99% sure that at least 7 of the top 9 are SPARC/Solaris boxes (the only ones I am not sure of are syr.edu and clark.net. No 10 (feed1.news.erols.com) is a x86 running Linux :-/ The first FreeBSD box I know of is newsfeeds.sol.net at 24. I can identify at least 4 or 5 others though. I'm sure Joe could highlight more that I don't know of :-) Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-isp Thu Jun 5 11:17:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA28167 for isp-outgoing; Thu, 5 Jun 1997 11:17:06 -0700 (PDT) Received: from train.tgci.com ([205.185.169.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA28161 for ; Thu, 5 Jun 1997 11:17:04 -0700 (PDT) Received: from emilyd ([206.250.85.68]) by train.tgci.com (8.6.12/8.6.9) with SMTP id LAA20645; Thu, 5 Jun 1997 11:50:50 -0700 Message-Id: <199706051850.LAA20645@train.tgci.com> Comments: Authenticated sender is From: "Riley J. McIntire" To: Jim Dixon Date: Thu, 5 Jun 1997 11:15:23 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: news server source for 95/NT Reply-to: chaos@tgci.com CC: freebsd-isp@FreeBSD.ORG Priority: normal X-mailer: Pegasus Mail for Win32 (v2.42a) Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Wed, 4 Jun 1997, Michael L. VanLoon -- HeadCandy.com wrote: > > > While it's true that NT will probably require more memory to get the > > system up and running, and while it's also true that you will probably > > have to buy software (although I'm sure Netscape and others would be > > as happy to sell you a news server as Microsoft would), it's complete > > and utter bull to assert that NT will "fall over" under a full news > > feed. It show's that you simply have no clue what you're talking > > about. In fact, I would bet that you have no experience whatsoever > > doing anything demanding with NT. > > That's quite true. I do however have experience of doing things with > NT that _aren't_ demanding and watching it fall over. > > -- > Jim Dixon VBCnet GB Ltd http://www.vbc.net > tel +44 117 929 1316 fax +44 117 927 2015 > I'd be interested in some examples here--and what the examples are running on. I use fbsd and nt in both mixed and homogeneous environments and find both quite stable, although bsd does come out ahead. But both have their strenghts, with some overlap. And weaknesses. Not to start (or continue) a flame war, but if nt "falls over" in undemanding situations I'd like to know them. Hmmm, I did have to reboot an NT web server yesterday--first time this year--but think just a restart of Fasttrack would have done the trick. If ol' Bill keeps his promise to pump 1x10**9 bucks into NT next year will the performance issue still be around? Cheers, Riley From owner-freebsd-isp Thu Jun 5 11:23:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA28567 for isp-outgoing; Thu, 5 Jun 1997 11:23:13 -0700 (PDT) Received: from train.tgci.com ([205.185.169.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA28562 for ; Thu, 5 Jun 1997 11:23:11 -0700 (PDT) Received: from emilyd ([206.250.85.68]) by train.tgci.com (8.6.12/8.6.9) with SMTP id LAA20700; Thu, 5 Jun 1997 11:56:56 -0700 Message-Id: <199706051856.LAA20700@train.tgci.com> Comments: Authenticated sender is From: "Riley J. McIntire" To: Jim Dixon Date: Thu, 5 Jun 1997 11:21:35 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: news server source for 95/NT Reply-to: chaos@tgci.com CC: freebsd-isp@FreeBSD.ORG Priority: normal X-mailer: Pegasus Mail for Win32 (v2.42a) Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Wed, 4 Jun 1997, Michael L. VanLoon -- HeadCandy.com wrote: > > > While it's true that NT will probably require more memory to get the > > system up and running, and while it's also true that you will probably > > have to buy software (although I'm sure Netscape and others would be > > as happy to sell you a news server as Microsoft would), it's complete > > and utter bull to assert that NT will "fall over" under a full news > > feed. It show's that you simply have no clue what you're talking > > about. In fact, I would bet that you have no experience whatsoever > > doing anything demanding with NT. > > That's quite true. I do however have experience of doing things with > NT that _aren't_ demanding and watching it fall over. > > -- > Jim Dixon VBCnet GB Ltd http://www.vbc.net > tel +44 117 929 1316 fax +44 117 927 2015 > I'd be interested in some examples here--and what the examples are running on. I use fbsd and nt in both mixed and homogeneous environments and find both quite stable, although bsd does come out ahead. But both have their strenghts, with some overlap. And weaknesses. Not to start (or continue) a flame war, but if nt "falls over" in undemanding situations I'd like to know them. Hmmm, I did have to reboot an NT web server yesterday--first time this year--but think just a restart of Fasttrack would have done the trick. If ol' Bill keeps his promise to pump 1x10**9 bucks into NT next year will the performance issue still be around? Cheers, Riley From owner-freebsd-isp Thu Jun 5 11:39:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA29432 for isp-outgoing; Thu, 5 Jun 1997 11:39:54 -0700 (PDT) Received: from mail.webspan.net (root@mail.webspan.net [206.154.70.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA29414 for ; Thu, 5 Jun 1997 11:39:27 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (8.8.5/8.8.5) with ESMTP id OAA22008; Thu, 5 Jun 1997 14:39:25 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (WEBSPN/970116) with ESMTP id OAA05530; Thu, 5 Jun 1997 14:39:25 -0400 (EDT) To: Ulf Zimmermann cc: jdm@cbemg.cb.lucent.com, freebsd-isp@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Wellfleet routers In-reply-to: Your message of "Thu, 05 Jun 1997 09:43:10 PDT." <199706051643.JAA09876@Gatekeeper.Alameda.net> Date: Thu, 05 Jun 1997 14:39:25 -0400 Message-ID: <5528.865535965@orion.webspan.net> Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ulf Zimmermann wrote in message ID <199706051643.JAA09876@Gatekeeper.Alameda.net>: > Contact Baynetworks. Wellfleet and Synopsis(?) merged into BayNetworks. Synoptics The URL you want is http://www.baynetworks.com/ Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-isp Thu Jun 5 12:27:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA02084 for isp-outgoing; Thu, 5 Jun 1997 12:27:13 -0700 (PDT) Received: from taurus-1.siol.net (taurus-1.siol.net [193.189.160.11]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA02074 for ; Thu, 5 Jun 1997 12:27:04 -0700 (PDT) Received: from unknown ([193.189.182.247]) by mail.siol.net with SMTP id <113875-29332> convert rfc822-to-8bit; Thu, 5 Jun 1997 21:26:33 +0200 From: tomaz.zelic@siol.net (Tomaz Zelic) To: "Pedro F. Giffuni" Cc: freebsd-isp@FreeBSD.ORG Subject: Re: news server source for 95/NT Date: Thu, 05 Jun 1997 21:27:26 +0200 Message-ID: <339f12b8.6018599@mail.siol.net> References: <3396D631.1A9FB37F@cablenet.net> <3396FAA7.4710@fps.biblos.unal.edu.co> In-Reply-To: <3396FAA7.4710@fps.biblos.unal.edu.co> X-Mailer: Forte Agent 1.0/32.390 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 05 Jun 1997 10:43:03 -0700, you wrote: >Damian Hamill wrote: >> >> I don't dispute this. I think the target user will not be using it for >> a full feed though. >> >Search the old postings in the hacker's list, this was discussed some >time ago (with some stats in hand). Almost no one uses NT for a full >feed, in fact the top news servers use FreeBSD. #2 machine in April and #3 in May on Top 1000 Usenet sites is running NNTPrelay on NT. For more info check out http://nntprelay.maxwell.syr.edu Tomaz From owner-freebsd-isp Thu Jun 5 12:42:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA02934 for isp-outgoing; Thu, 5 Jun 1997 12:42:10 -0700 (PDT) Received: from breadfruit.seychelles.net ([202.84.227.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA02929 for ; Thu, 5 Jun 1997 12:42:04 -0700 (PDT) Received: from Atlas.seychelles.net ([202.84.227.21]) by breadfruit.seychelles.net (8.8.2/8.8.2) with SMTP id UAA29954 for ; Thu, 5 Jun 1997 20:09:20 GMT Message-ID: <339715FC.1A94@seychelles.net> Date: Thu, 05 Jun 1997 23:39:40 +0400 From: Muditha Gunatilake Reply-To: muditha@seychelles.net X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: Thanx, All's well Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thank you all for the reply in-regards to reply about partitions...I have used the temporary option of making a link and moving /var/mail to /home and seems to work fine!!!:-)..until I hook-up another hard-disk. -- --------------------- Muditha Gunatilake Atlas Seychelles Ltd Phone:304060 email: muditha@seychelles.net mbh3gpa@afs.mcc.ac.uk muditha@creole.seychelles.net :-) From owner-freebsd-isp Thu Jun 5 14:58:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA09547 for isp-outgoing; Thu, 5 Jun 1997 14:58:11 -0700 (PDT) Received: from ns1.theonlynet.com (olympus.intermountain.com [206.29.203.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA09532 for ; Thu, 5 Jun 1997 14:58:04 -0700 (PDT) Received: (from rricci@localhost) by ns1.theonlynet.com (8.8.5/8.7.3) id PAA00979; Thu, 5 Jun 1997 15:57:40 -0600 (MDT) Date: Thu, 5 Jun 1997 15:57:39 -0600 (MDT) From: "Robert P. Ricci" To: freebsd-isp@FreeBSD.ORG Subject: Discovering the cause of crashes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thank you all for your help regarding NIS and radius. Now, I have another, more urgent problem. Our server is crashing (and rebooting itself) frequently - some times as often as 3x in one day. We're running 2.2-970215-GAMMA (We've had no luck installing later versions, and this is the most stable kernel we've been able to build) on a Cyrix P150 with 32 megs of ram. There are never any errors recorded in /var/log/messages, just the reboot. No core dump is left behind, either. Are any logs kept that I can use to figure out what processes were running and which users were logged in at the time of the crash? Is it worth it to take the machine down for a few hours and build a new kernel? Any suggestions will be greatly appreciated. PS - One more thing: Once, a message appeared on the console at crash time about an invalid page fault while in kernel mode. The current process was #4 (update). Frustrated, Robert Ricci rricci@theonlynet.com From owner-freebsd-isp Thu Jun 5 15:30:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA10856 for isp-outgoing; Thu, 5 Jun 1997 15:30:37 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA10847 for ; Thu, 5 Jun 1997 15:30:33 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id IAA24920; Fri, 6 Jun 1997 08:30:13 +1000 (EST) Date: Fri, 6 Jun 1997 08:30:11 +1000 (EST) From: "Daniel O'Callaghan" To: Hetzels@aol.com cc: isp@FreeBSD.ORG Subject: Re: Can FreeBSD and Radius be used for a CyberCafe? In-Reply-To: <970605114635_-1497464831@emout04.mail.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 5 Jun 1997 Hetzels@aol.com wrote: > I am setting up a new Internet Business in my area. This business would > consits of a CyberCafe and Dial-Up Internet access. > > My Solution for the Dial-Up access is to use the Livingston PM-3 with a > Radius Server for authentication. > > The CyberCafe would have 10 workstations running either Win95/FreeBSD. My > only problem is how do I autenticate the CyberCafe users? Can Radius be used? > > How do I autenticate users on theses workstations using Radius? [other questions deleted] I think you have things a little backwards. Only the terminal server and radius server need to understand Radius. The workstations don't. Run radiusd on a FreeBSD box which has an ethernet connection to the PM, or just define users in the PM itself. It depends on how many users you want to authenticate. Most cafes I know of charge by the 1/2 hour and it does not matter who is using the terminal. Yes, you do need a single password file, unless you can define alternate radius servers in the PM, so you can have redundancy or two password files with different admins. The win95 box will just use standard PAP authentication. Danny From owner-freebsd-isp Thu Jun 5 15:44:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA11617 for isp-outgoing; Thu, 5 Jun 1997 15:44:28 -0700 (PDT) Received: from obiwan.TerraNova.net (root@obiwan.TerraNova.net [205.152.26.129]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA11604 for ; Thu, 5 Jun 1997 15:44:22 -0700 (PDT) Received: from P1mpBSD (coolholio@P1mpBSD.TerraNova.net [205.152.26.130]) by obiwan.TerraNova.net (8.8.5/TerraNovaNet) with SMTP id SAA12874; Thu, 5 Jun 1997 18:45:27 -0400 (EDT) Message-ID: <3397420D.6765@TerraNova.net> Date: Thu, 05 Jun 1997 18:47:41 -0400 From: Travis Mikalson Organization: TerraNovaNet X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: "Robert P. Ricci" CC: freebsd-isp@FreeBSD.ORG Subject: Re: Discovering the cause of crashes References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Robert P. Ricci wrote: > > Thank you all for your help regarding NIS and radius. Now, I have > another, more urgent problem. Our server is crashing (and > rebooting itself) frequently - some times as often as 3x in one day. > We're running 2.2-970215-GAMMA (We've had no luck installing later > versions, and this is the most stable kernel we've been able to build) > on a Cyrix P150 with 32 megs of ram. There are never any errors recorded > in /var/log/messages, just the reboot. No core dump is left behind, > either. Are any logs kept that I can use to figure out what processes > were running and which users were logged in at the time of the crash? Is > it worth it to take the machine down for a few hours and build a new > kernel? Any suggestions will be greatly appreciated. > > PS - One more thing: Once, a message appeared on the console at crash > time about an invalid page fault while in kernel mode. The current > process was #4 (update). I dealt with a similar problem over six months ago. It turned out to be a bad motherboard/processor. Replaced it and well.. hasn't crashed since *knock knock* Went from a P150+ to a P166+ both were on Triton II boards. Those P150+'s are kind of wocked. P166+'s work wonderfully, though! Hardware is most suspect. You need to find out what will make it stop spontaneously combusting by starting to swap hardware out.. Travis -- -=--==--===---====----======------=======------- TerraNovaNet Internet Services - Key Largo, FL Voice: (305)453-4011 Fax: (305)451-5991 http://www.TerraNova.net -------=======------======----====---===--==--=- Always remember that you are unique. Just like everyone else. From owner-freebsd-isp Thu Jun 5 16:14:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA12754 for isp-outgoing; Thu, 5 Jun 1997 16:14:13 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA12731; Thu, 5 Jun 1997 16:13:57 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem11.usc.unal.edu.co [168.176.3.41]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id SAA07134; Thu, 5 Jun 1997 18:15:21 -0500 (COT) Message-ID: <33975D5E.2039@fps.biblos.unal.edu.co> Date: Thu, 05 Jun 1997 17:44:14 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Gary Palmer CC: Damian Hamill , Jim Dixon , freebsd-isp@FreeBSD.ORG Subject: Re: news server source for 95/NT References: <28374.865534564@orion.webspan.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk (Hmm.. I don't want a FBSD vs NT war, ...not on this list :-) ). It's my mistake, although the original discussion in the hackers list was about news servers, the conclusion was that we rule the DNS market, not the news market ;-/. Anyway it isn't a secret that NT is much more popular that Linux, FreeBSD and OS2 together. As I stated privately to an NT enthusiast, even if the performance tests gave the contrary results of what we see today, I would still prefer FreeBSD because it's free and I don't depend on M$. I'm not at all interested in going to the old scheme of buying a C compiler and many user licenses in addition to the OS. Pedro. Gary Palmer wrote: > > "Pedro F. Giffuni" wrote in message ID > <3396FAA7.4710@fps.biblos.unal.edu.co>: > > Search the old postings in the hacker's list, this was discussed some > > time ago (with some stats in hand). Almost no one uses NT for a full > > feed, in fact the top news servers use FreeBSD. > > Actually, I 99% sure that at least 7 of the top 9 are SPARC/Solaris > boxes (the only ones I am not sure of are syr.edu and clark.net. No 10 > (feed1.news.erols.com) is a x86 running Linux :-/ The first FreeBSD > box I know of is newsfeeds.sol.net at 24. I can identify at least 4 or > 5 others though. I'm sure Joe could highlight more that I don't know > of :-) > > Gary > -- > Gary Palmer FreeBSD Core Team Member > FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-isp Thu Jun 5 16:14:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA12793 for isp-outgoing; Thu, 5 Jun 1997 16:14:28 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA12774 for ; Thu, 5 Jun 1997 16:14:18 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem11.usc.unal.edu.co [168.176.3.41]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id SAA07130; Thu, 5 Jun 1997 18:15:13 -0500 (COT) Message-ID: <3396FBEF.35C1@fps.biblos.unal.edu.co> Date: Thu, 05 Jun 1997 10:48:31 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Manar Hussain CC: Luigi Rizzo , freebsd-isp@FreeBSD.ORG Subject: Re: ETinc's Bandwidth limiter References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This can be done, consult with Ethinc, they have FreeBSD hackers and the last time I saw they were even re-selling FreeBSD. Pedro. Manar Hussain wrote: > > >> Anyone got much experience of using this? We're thinking of using it to > >> maintain levels of service for a web farm: 1Mb pipe out to the net shared > >> across a set of machine on 100Mb ethernet (they talk to eachother as well). > > > >It looks like what you want (bw management, or probably better, > >fair routing) should be done at the router, not at the server side. > >So what are you using to drive your pipe out ? > > Looks like I've not explained myself too well: the idea is to use a FreeBSD > box as a gateway (maybe even the router). > > i.e.: outside world > | > FreeBSD box > | > |---------------| <-- network with web servers on them > > Manar From owner-freebsd-isp Thu Jun 5 16:37:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA13959 for isp-outgoing; Thu, 5 Jun 1997 16:37:08 -0700 (PDT) Received: from stingray.ivision.co.uk (stingray.ivision.co.uk [194.154.62.72]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA13949 for ; Thu, 5 Jun 1997 16:37:04 -0700 (PDT) Received: from stingray.ivision.co.uk [194.154.62.72] by stingray.ivision.co.uk with smtp (Exim 0.53 #1) id E0wZm3v-00075X-00; Fri, 6 Jun 1997 00:35:23 +0100 Date: Fri, 6 Jun 1997 00:35:23 +0100 (BST) From: Manar Hussain Reply-To: Manar Hussain To: "Pedro F. Giffuni" cc: freebsd-isp@freebsd.org Subject: Re: ETinc's Bandwidth limiter In-Reply-To: <3396FBEF.35C1@fps.biblos.unal.edu.co> Message-ID: Organisation: Internet Vision MIME-Version: 1.0 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >This can be done, consult with Ethinc, they have FreeBSD hackers and the >last time I saw they were even re-selling FreeBSD. If "Ethinc" = my ETinc = www.etinc.com then I am well aware that "this can be done" - my question was in fact has anyone done it with this approach and if so what were there positive/negative experiences. >Manar Hussain wrote: >> >> >> Anyone got much experience of using this? We're thinking of using it to >> >> maintain levels of service for a web farm: 1Mb pipe out to the net shared >> >> across a set of machine on 100Mb ethernet (they talk to eachother as well). >> > >> >It looks like what you want (bw management, or probably better, >> >fair routing) should be done at the router, not at the server side. >> >So what are you using to drive your pipe out ? >> >> Looks like I've not explained myself too well: the idea is to use a FreeBSD >> box as a gateway (maybe even the router). >> >> i.e.: outside world >> | >> FreeBSD box >> | >> |---------------| <-- network with web servers on them Manar From owner-freebsd-isp Thu Jun 5 17:03:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA15095 for isp-outgoing; Thu, 5 Jun 1997 17:03:26 -0700 (PDT) Received: from mail.webspan.net (root@mail.webspan.net [206.154.70.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA15088 for ; Thu, 5 Jun 1997 17:03:22 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (8.8.5/8.8.5) with ESMTP id UAA08662; Thu, 5 Jun 1997 20:03:10 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (WEBSPN/970116) with ESMTP id UAA05224; Thu, 5 Jun 1997 20:03:09 -0400 (EDT) To: "Pedro F. Giffuni" cc: Damian Hamill , Jim Dixon , freebsd-isp@FreeBSD.ORG From: "Gary Palmer" Subject: Re: news server source for 95/NT In-reply-to: Your message of "Thu, 05 Jun 1997 17:44:14 PDT." <33975D5E.2039@fps.biblos.unal.edu.co> Date: Thu, 05 Jun 1997 20:03:09 -0400 Message-ID: <5222.865555389@orion.webspan.net> Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Pedro F. Giffuni" wrote in message ID <33975D5E.2039@fps.biblos.unal.edu.co>: > (Hmm.. I don't want a FBSD vs NT war, ...not on this list :-) ). Me neither :) > As I stated privately to an NT enthusiast, even if the performance tests > gave the contrary results of what we see today, I would still prefer > FreeBSD because it's free and I don't depend on M$. I'm not at all > interested in going to the old scheme of buying a C compiler and many > user licenses in addition to the OS. Actually, there is another reason to ignore MOST commercial OSs for USENET News server deployment (unless you can also get the source license). Basically, there are SOO many tweaks you can make to get extra performance out of the box (like Clayton O'Neills cunning patch to allow you to open files by inode numbers, saving you doing directory tree traversal, and keeping the majority of CPU in userland rather tha in the kernel) that a commercial OS would stop you from doing. (Unless, of course, you go with Sprint, MCI and BBN and get the Cyclone News `router') Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-isp Thu Jun 5 17:09:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA15487 for isp-outgoing; Thu, 5 Jun 1997 17:09:12 -0700 (PDT) Received: from rainey.blueneptune.com (root@rainey.blueneptune.com [207.104.147.225]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id RAA15482 for ; Thu, 5 Jun 1997 17:09:07 -0700 (PDT) From: michael@blueneptune.com Received: (from michael@localhost) by rainey.blueneptune.com (8.6.12/8.6.12) id RAA27027 for freebsd-isp@freebsd.org; Thu, 5 Jun 1997 17:09:13 -0700 Message-Id: <199706060009.RAA27027@rainey.blueneptune.com> Subject: Re: news server source for 95/NT To: freebsd-isp@freebsd.org Date: Thu, 5 Jun 1997 17:09:13 -0700 (PDT) In-Reply-To: <33975D5E.2039@fps.biblos.unal.edu.co> from "Pedro F. Giffuni" at Jun 5, 97 05:44:14 pm Reply-To: michael@blueneptune.com X-Mailer: ELM [version 2.4 PL24 ME8b] Content-Type: text Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Pedro F. Giffuni wrote: > > I'm not at all > interested in going to the old scheme of buying a C compiler and many > user licenses in addition to the OS. I guess my age is showing a bit... to me, the "old scheme" is the bygone era of purchasing Unix, and getting a bundled C compiler and full multi-user support. The skies dimmed when some companies started making the base Unix product a 1-user only system, and selling you multi-user licenses. Then came the Truly Dark Days when Sun decided to unbundle the C compiler, and make more money by selling it separately, a practice that swept through the industry like a plague. Then this upstart Microsoft came into the picture, and proved that you don't need a great product, just great marketing. Now we're hopefully in the Dawn of a New Age of computing, with a growing selection of OS's, compilers and other tools that are effectively free, in some ways like the "old days" -I- remember, only better yet in many important ways (such as Unix itself being free). [Ok, so I oversimplify more than just a tad... ;-)] -- Michael Bryan michael@blueneptune.com From owner-freebsd-isp Thu Jun 5 17:50:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA17169 for isp-outgoing; Thu, 5 Jun 1997 17:50:37 -0700 (PDT) Received: from uhf.wdc.net (uhf.wdc.net [198.147.74.44]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA17162 for ; Thu, 5 Jun 1997 17:50:32 -0700 (PDT) Received: from localhost (bad@localhost) by uhf.wdc.net (8.8.5/8.6.12) with SMTP id UAA02386; Thu, 5 Jun 1997 20:52:12 -0400 (EDT) Date: Thu, 5 Jun 1997 20:52:06 -0400 (EDT) From: Bernie Doehner To: "Robert P. Ricci" cc: freebsd-isp@FreeBSD.ORG Subject: Re: Discovering the cause of crashes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Thank you all for your help regarding NIS and radius. Now, I have > another, more urgent problem. Our server is crashing (and > rebooting itself) frequently - some times as often as 3x in one day. > We're running 2.2-970215-GAMMA (We've had no luck installing later > versions, and this is the most stable kernel we've been able to build) WHAT????? 2.2-970215-GAMMA is old. What kinds of problems are you having when trying to build 2.2.2-RELEASE? > on a Cyrix P150 with 32 megs of ram. There are never any errors recorded > in /var/log/messages, just the reboot. No core dump is left behind, > either. Are any logs kept that I can use to figure out what processes > were running and which users were logged in at the time of the crash? Is > it worth it to take the machine down for a few hours and build a new > kernel? Any suggestions will be greatly appreciated. Where you actualy there during the reboot? If it panic'ed you can see from the panic which process caused the panic (sometimes), but this doesn't tell you why. > PS - One more thing: Once, a message appeared on the console at crash > time about an invalid page fault while in kernel mode. The current > process was #4 (update). Just curious, have you recently changed/upgraded RAM? When you get a chance, please try adding a wait state to your system and seen if that helps. On this system I have had problems max'ing out the memory banks (although I used memory rated 60 ns.) and then getting similar panics. Good luck! Bernie From owner-freebsd-isp Thu Jun 5 20:41:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA24224 for isp-outgoing; Thu, 5 Jun 1997 20:41:24 -0700 (PDT) Received: from alex.intersurf.net (root@alex.intersurf.net [206.151.209.11]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA24219 for ; Thu, 5 Jun 1997 20:41:20 -0700 (PDT) Received: from pelican.intersurf.com (pelican.intersurf.com [206.151.210.210]) by alex.intersurf.net (8.8.3/8.6.9) with SMTP id WAA26929 for ; Thu, 5 Jun 1997 22:39:48 -0500 (CDT) Received: by pelican.intersurf.com with Microsoft Mail id <01BC7201.8BBD3D20@pelican.intersurf.com>; Thu, 5 Jun 1997 22:41:02 -0500 Message-ID: <01BC7201.8BBD3D20@pelican.intersurf.com> From: "Bruce R. Ray" To: "'freebsd-isp@FreeBSD.ORG'" Subject: Micro$oft FrontPage extensions? Date: Thu, 5 Jun 1997 22:41:01 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is there a version of MS FrontPage extensions for Apache that will run on FreeBSD? We've had several customer requests and I'd like to be able to say yes - if it will work. Thanks, Bruce Ray System Administrator, Intersurf Online http://www.intersurf.com/~deepc From owner-freebsd-isp Thu Jun 5 21:16:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA25271 for isp-outgoing; Thu, 5 Jun 1997 21:16:15 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA25263 for ; Thu, 5 Jun 1997 21:16:10 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id OAA26191; Fri, 6 Jun 1997 14:15:58 +1000 (EST) Date: Fri, 6 Jun 1997 14:15:57 +1000 (EST) From: "Daniel O'Callaghan" To: "Bruce R. Ray" cc: "'freebsd-isp@FreeBSD.ORG'" Subject: Re: Micro$oft FrontPage extensions? In-Reply-To: <01BC7201.8BBD3D20@pelican.intersurf.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 5 Jun 1997, Bruce R. Ray wrote: > Is there a version of MS FrontPage extensions for Apache that will > run on FreeBSD? > > We've had several customer requests and I'd like to be able to say > yes - if it will work. Use the BSDi binary kit. Works fine. /* Daniel O'Callaghan */ /* HiLink Internet danny@hilink.com.au */ /* FreeBSD - works hard, plays hard... danny@freebsd.org */ From owner-freebsd-isp Thu Jun 5 21:17:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA25327 for isp-outgoing; Thu, 5 Jun 1997 21:17:52 -0700 (PDT) Received: from lab321.ru (anonymous1.omsk.net.ru [194.226.32.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA25299 for ; Thu, 5 Jun 1997 21:16:44 -0700 (PDT) Received: from localhost (localhost.l321.omsk.net.ru [127.0.0.1]) by lab321.ru (8.8.5-MVC-230497/8.8.5) with SMTP id LAA08244; Fri, 6 Jun 1997 11:15:24 +0700 (OSD) Date: Fri, 6 Jun 1997 11:15:24 +0700 (OSD) From: Eugeny Kuzakov To: "Bruce R. Ray" cc: "'freebsd-isp@FreeBSD.ORG'" Subject: Re: Micro$oft FrontPage extensions? In-Reply-To: <01BC7201.8BBD3D20@pelican.intersurf.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 5 Jun 1997, Bruce R. Ray wrote: > Is there a version of MS FrontPage extensions for Apache that will > run on FreeBSD? Yes. > > We've had several customer requests and I'd like to be able to say > yes - if it will work. MS FP Ext for BSDI. Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) kev@lab321.ru From owner-freebsd-isp Thu Jun 5 21:24:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA25624 for isp-outgoing; Thu, 5 Jun 1997 21:24:51 -0700 (PDT) Received: from nexis.net (customer-1.ican.net [198.133.36.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA25619 for ; Thu, 5 Jun 1997 21:24:46 -0700 (PDT) Received: from localhost (james@localhost) by nexis.net (8.8.5/8.8.5) with SMTP id AAA17571; Fri, 6 Jun 1997 00:24:02 -0400 (EDT) Date: Fri, 6 Jun 1997 00:24:00 -0400 (EDT) From: James FitzGibbon To: "Bruce R. Ray" cc: "'freebsd-isp@FreeBSD.ORG'" Subject: Re: Micro$oft FrontPage extensions? In-Reply-To: <01BC7201.8BBD3D20@pelican.intersurf.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 5 Jun 1997, Bruce R. Ray wrote: > Is there a version of MS FrontPage extensions for Apache that will > run on FreeBSD? > > We've had several customer requests and I'd like to be able to say > yes - if it will work. The BSD/OS one runs just fine. The install script is perl, so it works without modification. I've got 20+ clients running on a FBSD frontpage server without any issues. -- j. From owner-freebsd-isp Thu Jun 5 21:38:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA26264 for isp-outgoing; Thu, 5 Jun 1997 21:38:32 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26259 for ; Thu, 5 Jun 1997 21:38:28 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem03.usc.unal.edu.co [168.176.3.33]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id XAA07489; Thu, 5 Jun 1997 23:39:50 -0500 (COT) Message-ID: <3397AF8B.B15@fps.biblos.unal.edu.co> Date: Thu, 05 Jun 1997 23:34:51 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: "Bruce R. Ray" CC: freebsd-isp@freebsd.org Subject: Re: Micro$oft FrontPage extensions? References: <01BC7201.8BBD3D20@pelican.intersurf.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Are these extensions dependent on the client (where all the action takes place :-) ) or on the server? My guess is that if it is a server dependent issue, Apache doesn't include it (I didn't find anything in their site), but the Apache team might implement it if someone suggest the specific additions desired. Pedro. Bruce R. Ray wrote: > > Is there a version of MS FrontPage extensions for Apache that will > run on FreeBSD? > > We've had several customer requests and I'd like to be able to say > yes - if it will work. > > Thanks, > Bruce Ray > System Administrator, Intersurf Online > http://www.intersurf.com/~deepc From owner-freebsd-isp Thu Jun 5 22:26:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA28647 for isp-outgoing; Thu, 5 Jun 1997 22:26:54 -0700 (PDT) Received: from rkntws40casa ([207.137.172.37]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id WAA28624; Thu, 5 Jun 1997 22:26:27 -0700 (PDT) Message-Id: <3.0.1.32.19970605221615.00a413c0@ccsales.com> X-Sender: randyk@ccsales.com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Thu, 05 Jun 1997 22:16:15 -0700 To: Eugeny Kuzakov , "Bruce R. Ray" From: "Randy A. Katz" Subject: Re: Micro$oft FrontPage extensions? Cc: "'freebsd-isp@FreeBSD.ORG'" In-Reply-To: References: <01BC7201.8BBD3D20@pelican.intersurf.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I've installed and run the Extensions for BSDI with some success. There are some problems: 1. CGI's in other directories (other then /cgi-bin/) don't work anymore. It says Server Error not allowed (or something like that). I've seen absolutely NO discussion on this. I've searched M$, rtr.com, and other places...anyone? 2. The Search Bot doesn't like to work. It either does nothing or it complains something's missing. These reasons have caused me to only partially give it to clients...it makes it very sticky for the ISP...especially one who delivers apps that are .cgi's in a separate directory... Anyone? Thanx, At 11:15 AM 6/6/97 +0700, Eugeny Kuzakov wrote: >On Thu, 5 Jun 1997, Bruce R. Ray wrote: > >> Is there a version of MS FrontPage extensions for Apache that will >> run on FreeBSD? >Yes. >> >> We've had several customer requests and I'd like to be able to say >> yes - if it will work. >MS FP Ext for BSDI. > > Best wishes, Eugeny Kuzakov > Laboratory 321 ( Omsk, Russia ) > kev@lab321.ru > > RAK ---------------------------------------------------------------------------- --- Randy A. Katz Computer Consultation & Sales 505 S. Beverly Drive, Suite 472 Beverly Hills, CA 90212 (213) 307-9581 http://www.ccsales.com ---------------------------------------------------------------------------- --- From owner-freebsd-isp Thu Jun 5 23:02:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA00329 for isp-outgoing; Thu, 5 Jun 1997 23:02:43 -0700 (PDT) Received: from qc.securenet.net ([198.168.76.43]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA00323 for ; Thu, 5 Jun 1997 23:02:40 -0700 (PDT) Received: from notepad.securenet.net (expclient3.securenet.net [205.236.147.253]) by qc.securenet.net (8.8.5/8.8.5) with SMTP id CAA22542 for ; Fri, 6 Jun 1997 02:02:18 -0400 (EDT) Message-Id: <3.0.32.19970606020333.007370bc@securenet.net> X-Sender: vandj@securenet.net X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 06 Jun 1997 02:03:39 -0400 To: freebsd-isp@FreeBSD.ORG From: "John M. Vandette" Subject: Re: Micro$oft FrontPage extensions? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 10:16 PM 6/5/97 -0700, you wrote: >I've installed and run the Extensions for BSDI with some success. There are >some problems: > >1. CGI's in other directories (other then /cgi-bin/) don't work anymore. It >says Server Error not allowed (or something like that). I've seen >absolutely NO discussion on this. I've searched M$, rtr.com, and other >places...anyone? > >2. The Search Bot doesn't like to work. It either does nothing or it >complains something's missing. > >These reasons have caused me to only partially give it to clients...it >makes it very sticky for the ISP...especially one who delivers apps that >are .cgi's in a separate directory... > >Anyone? > >Thanx, > >At 11:15 AM 6/6/97 +0700, Eugeny Kuzakov wrote: >>On Thu, 5 Jun 1997, Bruce R. Ray wrote: >> >>> Is there a version of MS FrontPage extensions for Apache that will >>> run on FreeBSD? >>Yes. >>> >>> We've had several customer requests and I'd like to be able to say >>> yes - if it will work. >>MS FP Ext for BSDI. >> >> Best wishes, Eugeny Kuzakov >> Laboratory 321 ( Omsk, Russia ) >> kev@lab321.ru >> >> >RAK I am now running the StrongHold/Apache 2.0 server and would like to know if anyone has tried to install the FrontPage extensions on that server? If so what type of results? or problems did you have. Thanks John ************************************************************************** *SecureNet Information Services Inc. 100 Alexis Nihon Blvd., Suite 940* *(514) 744-4242 Vox (514) 744-1552 Fax St. Laurent, Quebec H4M 2P5 * ********** Providing Quality Public Internet access since 1994************* From owner-freebsd-isp Thu Jun 5 23:27:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA01181 for isp-outgoing; Thu, 5 Jun 1997 23:27:40 -0700 (PDT) Received: from mx.serv.net (mx.serv.net [205.153.153.234]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA01176 for ; Thu, 5 Jun 1997 23:27:38 -0700 (PDT) Received: from MindBender.serv.net by mx.serv.net (8.7.5/SERV Revision: 2.30) id XAA23724; Thu, 5 Jun 1997 23:27:31 -0700 (PDT) Received: from localhost.HeadCandy.com (michaelv@localhost.HeadCandy.com [127.0.0.1]) by MindBender.serv.net (8.7.5/8.7.3) with SMTP id XAA26875; Thu, 5 Jun 1997 23:25:41 -0700 (PDT) Message-Id: <199706060625.XAA26875@MindBender.serv.net> X-Authentication-Warning: MindBender.serv.net: Host michaelv@localhost.HeadCandy.com [127.0.0.1] didn't use HELO protocol To: "Pedro F. Giffuni" cc: Jim Dixon , freebsd-isp@freebsd.org Subject: Re: news server source for 95/NT In-reply-to: Your message of Wed, 04 Jun 97 23:20:00 -0700. <33965A90.2D3F@fps.biblos.unal.edu.co> Date: Thu, 05 Jun 1997 23:24:41 -0700 From: "Michael L. VanLoon -- HeadCandy.com" Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hit "next" now if you aren't interested in an NT thread... >Michael L. VanLoon -- HeadCandy.com wrote: >> While it's true that NT will probably require more memory to get the >> system up and running, and while it's also true that you will probably >> have to buy software (although I'm sure Netscape and others would be >> as happy to sell you a news server as Microsoft would), it's complete >> and utter bull to assert that NT will "fall over" under a full news >> feed. It show's that you simply have no clue what you're talking >> about. In fact, I would bet that you have no experience whatsoever >> doing anything demanding with NT. >Well...I imagine if you use a Compaq Proliant with 512M and lot's of >SCSI disks and so on, even DOS will resist the load. In the real world, >though, the performance of any UNIX will easily beat NT: > http://www.lanquest.com/reports/lotus_notes/sco85a.htm >I don't know NetBSD, but FreeBSD outperforms SCO (especially at high >loads). Hmmm... where do I begin... The test was run on a previous major release of NT (3.5 vs. 4.0). Major performance improvements have been made in that period of time. Microsoft hasn't exactly been standing still on the performance front. They test on 4-processor machines with software that they admit only supports two processors on NT. They use an older version of Lotus Notes, which at that point of time was more of a Unix app recompiled to run on NT than a server product that was written to work comfortably and natively with the way NT works. The 2-processor limit is just one example why (hint: the threading and processor affinity should be totally transparent if the software was written correctly for NT in the first place). Of course, this plays back into my assertion that Exchange kicks Notes' ass. But I understand the value of using a common application on both platforms. However, I think it was quite convenient for the results of this report that Notes of that vintage just wasn't very well written for NT (there are lots of other examples why, but I won't belabor the point here). You need to understand these types of studies are pretty much decided before they are written. They are usually done entirely for the purpose of showing to prospective clients. You can find another study just as slanted that will show an area where NT totally kicks butt. Either way, they're just corporate marketing. All the big companies do it. Which brings us back to SCO (the subject of the article) and Solaris. The assertion that some people have made here about the free BSDs being so much more efficient is, in general, quite true -- there's no denying that. But not just because they're "Unix". SCO and Solaris (and most other commercial Unix products) are bloated pigs, and aren't any faster, on the average, than NT. What makes the free BSDs so efficient is because they hold true to the spirit of the original Unix much more closely than their commercial counterparts. An OS written by and for the people who use it. An OS written by hackers for hackers. A beautiful, clean, elegant, simple, logically well-designed OS, unencumbered by marketing departments or user-feedback studies. It doesn't try to be every thing for every body. And, it expects you to accomodate it from time to time, not the other way around. You gotta love an OS that makes no appologies. :-) I've been labled an "NT-enthusiast". Think of me more as a devil's advocate. I'm just as much a BSD enthusiast as an NT enthusiast. And if someone in an NT forum said something stupid about FreeBSD or NetBSD, I would point out the errors just as candidly (and have done so many times in the past). I simply think it's dangerous to go around gloating about something based on a falsehood (only FreeBSD can support big news servers 'cause NT would just fall right over). And even though I try to be candid, I about NT, Unix, and the BSDs, if you say something stupid about Exchange Server I'll kick your ass, cause that's my baby, and I firmly believe it's the "most powerful messaging platform on the planet". :-) But to put this thing to rest: yes, FreeBSD and/or NetBSD running INN still make about the best news server you can get for an ISP or any other Unix-savvy site. The software is mature, and very well understood. The BSDs are very efficient and resource-friendly, and of course, they're free. However, there are other NNTP packages out there that are very capable of handling a full feed. Exchange Server 5.0 is one of them, and it does it pretty damn well for the very first release of an NNTP server (i. e. the previous version had no NNTP connectivity). Balancing the fact that it may not be quite as fast as Free/NetBSD + INN on a well-tuned box, it is infinitely easier to configure and maintain. In addition to Exchange, Netscape and Lotus would also be happy to sell you news servers that aren't INN, and that run on NT. Of course, they all cost real money. Geeze... I'm getting almost as windy as Terry Lambert... ----------------------------------------------------------------------------- Michael L. VanLoon michaelv@MindBender.serv.net --< Free your mind and your machine -- NetBSD free un*x >-- NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3, Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32... NetBSD ports in progress: PICA, others... ----------------------------------------------------------------------------- From owner-freebsd-isp Fri Jun 6 00:47:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA05142 for isp-outgoing; Fri, 6 Jun 1997 00:47:57 -0700 (PDT) Received: from radford.i-plus.net (root@Radford.i-Plus.net [206.99.237.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA05124 for ; Fri, 6 Jun 1997 00:47:53 -0700 (PDT) Received: from abyss (pitlord@Abyss.i-plus.net [206.99.237.44]) by radford.i-plus.net (8.8.5/8.8.5) with SMTP id DAA24081; Fri, 6 Jun 1997 03:46:27 -0400 (EDT) Message-Id: <199706060746.DAA24081@radford.i-plus.net> X-Mailer: Microsoft Outlook Express 4.71.0544.0 From: "Troy Settle" To: , "John M. Vandette" Subject: Re: Micro$oft FrontPage extensions? Date: Fri, 6 Jun 1997 03:47:48 -0400 X-Priority: 3 X-MSMail-Priority: Normal MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE Engine V4.71.0544.0 Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From: John M. Vandette >I am now running the StrongHold/Apache 2.0 server and would like to know if >anyone has tried to install the FrontPage extensions on that server? If so >what type of results? or problems did you have. funny you should ask. I was just thinking about how I needed to sit down, and hand patch the stronghold source, and give frontpage a whirl on it. If I can still find your email address, I'll be sure to let you know how it works. (maybe even provide you diffs if it's successful, and I can figure out how to generate the diffs :) -- Troy Settle Network Administrator, iPlus Internet Services http://www.i-Plus.net From owner-freebsd-isp Fri Jun 6 00:57:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA05618 for isp-outgoing; Fri, 6 Jun 1997 00:57:31 -0700 (PDT) Received: from radford.i-plus.net (root@Radford.i-Plus.net [206.99.237.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA05613 for ; Fri, 6 Jun 1997 00:57:29 -0700 (PDT) Received: from abyss (pitlord@Abyss.i-plus.net [206.99.237.44]) by radford.i-plus.net (8.8.5/8.8.5) with SMTP id DAA24148; Fri, 6 Jun 1997 03:55:52 -0400 (EDT) Message-Id: <199706060755.DAA24148@radford.i-plus.net> X-Mailer: Microsoft Outlook Express 4.71.0544.0 From: "Troy Settle" To: "Bruce R. Ray" , "James FitzGibbon" Cc: "'freebsd-isp@FreeBSD.ORG'" Subject: Re: Micro$oft FrontPage extensions? Date: Fri, 6 Jun 1997 03:57:13 -0400 X-Priority: 3 X-MSMail-Priority: Normal MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE Engine V4.71.0544.0 Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From: James FitzGibbon >The BSD/OS one runs just fine. The install script is perl, so it works >without modification. > >I've got 20+ clients running on a FBSD frontpage server without any >issues. no issues? hmm.. I never could get per-user webs to work. seems that it does funny things to get user info... it's totally blind to NIS/yp for some reason. -- Troy Settle Network Administrator, iPlus Internet Services http://www.i-Plus.net From owner-freebsd-isp Fri Jun 6 03:27:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA11897 for isp-outgoing; Fri, 6 Jun 1997 03:27:30 -0700 (PDT) Received: from ns.stu.neva.ru (root@[194.85.96.53]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA11876 for ; Fri, 6 Jun 1997 03:26:46 -0700 (PDT) Received: by ns.stu.neva.ru id <192456-174>; Fri, 6 Jun 1997 14:25:19 +0400 Subject: Re: Wellfleet routers In-Reply-To: <5528.865535965@orion.webspan.net> from "Gary Palmer" at "Jun 5, 97 02:39:25 pm" From: Yuri Shemanin To: freebsd-isp@FreeBSD.ORG Date: Fri, 6 Jun 1997 14:25:11 +0400 (MSD) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <19970606102519Z192456-174+58@ns.stu.neva.ru> Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > The URL you want is http://www.baynetworks.com/ > > Gary > -- > Gary Palmer FreeBSD Core Team Member > FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info > I'd rather say http://support.baynetworks.com Yuri From owner-freebsd-isp Fri Jun 6 03:29:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA12004 for isp-outgoing; Fri, 6 Jun 1997 03:29:27 -0700 (PDT) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id DAA11996 for ; Fri, 6 Jun 1997 03:29:05 -0700 (PDT) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id LAA01451; Fri, 6 Jun 1997 11:55:34 +0200 From: Luigi Rizzo Message-Id: <199706060955.LAA01451@labinfo.iet.unipi.it> Subject: Re: ETinc's Bandwidth limiter To: manar@ivision.co.uk (Manar Hussain) Date: Fri, 6 Jun 1997 11:55:34 +0200 (MET DST) Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: from "Manar Hussain" at Jun 5, 97 11:54:00 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >Please try ftp.hilink.com.au:/pub/FreeBSD/bandd.tgz and let me know what > >you think. It requires FreeBSD 2.2 with IPFIREWALL IPDIVERT options. > > > >There is no documentation. > > code looks straight forward enough. It doesn't allow for burstability > though ... might not be too hard to add in and it would be nice to be using > something we have the source for rather than a commercial binary ... does bandd (and IPDIVERT) require packets to move to user space and back to the kernel ? In this case you might have quite some load at the node running bandd for your application (1Mb/s). If you are looking for sources, have a look at the dummynet stuff available from my page http://www.iet.unipi.it/~luigi/research.html As it is it works at the interface between TCP and IP, but it should be trivial to move it one layer down (ip <--> device) and add the required filtering options. Since packets do not move to user space (same as for the etinc product) you don't have a significant performance problem. Cheers Luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ From owner-freebsd-isp Fri Jun 6 04:54:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA15810 for isp-outgoing; Fri, 6 Jun 1997 04:54:06 -0700 (PDT) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA15805 for ; Fri, 6 Jun 1997 04:54:03 -0700 (PDT) Received: from buffnet9.buffnet.net (buffnet9.buffnet.net [205.246.19.19]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id HAA04340; Fri, 6 Jun 1997 07:54:06 -0400 (EDT) Received: from buffnet11.buffnet.net(205.246.19.55) by buffnet9.buffnet.net via smap (V2.0) id xma023356; Fri, 6 Jun 97 07:52:27 -0400 Date: Fri, 6 Jun 1997 07:53:34 -0400 (EDT) From: Steve Hovey To: "Bruce R. Ray" cc: "'freebsd-isp@FreeBSD.ORG'" Subject: Re: Micro$oft FrontPage extensions? In-Reply-To: <01BC7201.8BBD3D20@pelican.intersurf.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ill get flamed for this but - I wont touch that with a 10 foot pole - you open security holes. On Thu, 5 Jun 1997, Bruce R. Ray wrote: > Is there a version of MS FrontPage extensions for Apache that will > run on FreeBSD? > > We've had several customer requests and I'd like to be able to say > yes - if it will work. > > Thanks, > Bruce Ray > System Administrator, Intersurf Online > http://www.intersurf.com/~deepc > > From owner-freebsd-isp Fri Jun 6 05:59:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA18449 for isp-outgoing; Fri, 6 Jun 1997 05:59:02 -0700 (PDT) Received: from moebius.space.net (qmailr@moebius.Space.NET [195.30.1.25]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id FAA18444 for ; Fri, 6 Jun 1997 05:58:59 -0700 (PDT) Received: (qmail 8500 invoked from network); 6 Jun 1997 12:58:52 -0000 Received: from moebius.space.net (et@195.30.1.25) by moebius.space.net with SMTP; 6 Jun 1997 12:58:52 -0000 Date: Fri, 6 Jun 1997 14:58:52 +0200 (MET DST) From: Thomas Eisenbock To: "'freebsd-isp@FreeBSD.ORG'" Subject: Re: Micro$oft FrontPage extensions? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 6 Jun 1997, Steve Hovey wrote: > Ill get flamed for this but - I wont touch that with a 10 foot pole - you > open security holes. Of course you'll get flamed, 'cause you are wrong :) You can isntall FrontPage Server Extensions secure enough to prevent damage to your system and to other user's data. As long as you have a secure multiuser webhosting environment (with apache or CERN httpd, for example) you can install Vermeer's FrontPage Server Extensions without having to worry about security. You just have to install it like a customer's CGI Script and set the appropriate rights for the files/directories according to your security policies. As FP Server Extensions don't have to run as root (anymore) and needn't be SUID (even if M$ consideres this "secure"), it's nothing else than a user cgi-bin. The only danger is, that you have to execute binaries from a third party vendor that may be able to execute other programs without your knowledge, but that's why we use Unix ;) e.t. -- SpaceNet - Gesellschaft f. http://www.spaceweb.de/ innovative Netzwerktechnik mbH webmaster@space.net Muenchner Technologie Zentrum Frankfurter Ring 193a Telefon: +49 89 32356-333 D-80807 Muenchen Fax: +49 89 32356-299 From owner-freebsd-isp Fri Jun 6 06:17:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA19162 for isp-outgoing; Fri, 6 Jun 1997 06:17:31 -0700 (PDT) Received: from nexis.net (customer-1.ican.net [198.133.36.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA19157 for ; Fri, 6 Jun 1997 06:17:28 -0700 (PDT) Received: from localhost (james@localhost) by nexis.net (8.8.5/8.8.5) with SMTP id JAA19419; Fri, 6 Jun 1997 09:16:39 -0400 (EDT) Date: Fri, 6 Jun 1997 09:16:37 -0400 (EDT) From: James FitzGibbon To: Troy Settle cc: "Bruce R. Ray" , "'freebsd-isp@FreeBSD.ORG'" Subject: Re: Micro$oft FrontPage extensions? In-Reply-To: <199706060755.DAA24148@radford.i-plus.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 6 Jun 1997, Troy Settle wrote: > no issues? hmm.. I never could get per-user webs to work. seems that > it does funny things to get user info... it's totally blind to > NIS/yp for some reason. I don't recally specifically if it used getpwnam() or just foraged through the passwd file, but I was able to get both virtual domains and user webs working. The problem is that if you have virtual webs installed, the install script doesn't know how to work with user webs anymore. My kludge was to write a script that - commented out virtual hosts - ran the installer - uncommented virtual hosts The installer doesn't have to make any changes to the web server configs if you patch Apache for the wildcard scriptalias option, so this is just a braid dead installer that has to be worked around. -- j. From owner-freebsd-isp Fri Jun 6 06:21:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA19342 for isp-outgoing; Fri, 6 Jun 1997 06:21:06 -0700 (PDT) Received: from m1.cybersurf.com (m1.cybersurf.com [205.160.242.195]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA19335 for ; Fri, 6 Jun 1997 06:21:03 -0700 (PDT) Received: from m1.cybersurf.com (m1.cybersurf.com [205.160.242.195]) by m1.cybersurf.com (8.8.5/8.6.9) with SMTP id JAA10214; Fri, 6 Jun 1997 09:20:54 -0400 (EDT) Date: Fri, 6 Jun 1997 09:20:54 -0400 (EDT) From: Mark Davis To: "Bruce R. Ray" cc: "'freebsd-isp@FreeBSD.ORG'" Subject: Re: Micro$oft FrontPage extensions? In-Reply-To: <01BC7201.8BBD3D20@pelican.intersurf.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 5 Jun 1997, Bruce R. Ray wrote: > Is there a version of MS FrontPage extensions for Apache that will > run on FreeBSD? > > We've had several customer requests and I'd like to be able to say > yes - if it will work. We've been using the BSDI (vt20.bsdi.tar.gz) versions with the lastest apache beta with no problems whatsoever... Just watch your file permissions, (install as the user you run apache as). http://www.xtalwind.net Mark Davis http://www.cybersurf.com davism@xtalwind.net davism@cybersurf.com http://www.buy-mouse.com Systems Administrator/Hardware Specialist http://www.cybersurf.com/cafe Crystal Wind Communications, Inc. http://www.mudworld.com The CyberSurf C@fe From owner-freebsd-isp Fri Jun 6 06:41:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA20172 for isp-outgoing; Fri, 6 Jun 1997 06:41:16 -0700 (PDT) Received: from devsys.jaguNET.com (devsys.jaguNET.com [206.156.208.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA20167 for ; Fri, 6 Jun 1997 06:41:13 -0700 (PDT) Received: (from jim@localhost) by devsys.jaguNET.com (8.8.5/jag-2.4) id JAA00750; Fri, 6 Jun 1997 09:41:02 -0400 (EDT) From: Jim Jagielski Message-Id: <199706061341.JAA00750@devsys.jaguNET.com> Subject: Re: Micro$oft FrontPage extensions? To: et@space.net (Thomas Eisenbock) Date: Fri, 6 Jun 1997 09:41:02 -0400 (EDT) Cc: freebsd-isp@FreeBSD.ORG Reply-To: jim@jaguNET.com In-Reply-To: from "Thomas Eisenbock" at Jun 6, 97 02:58:52 pm X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thomas Eisenbock wrote: > > On Fri, 6 Jun 1997, Steve Hovey wrote: > > > Ill get flamed for this but - I wont touch that with a 10 foot pole - you > > open security holes. > > Of course you'll get flamed, 'cause you are wrong :) > > The only danger is, that you have to execute binaries from a third party > vendor that may be able to execute other programs without your knowledge, > but that's why we use Unix ;) For some, the use of binaries without source is enough of a risk to avoid it though. Consider this, you're running FreeBSD and you have FULL access to the source if you want it, same with Apache. Yet to use FrontPage you have to plop a binary that you cannot check or modify on your server... For some, that may not be acceptable. Nothing wrong about that at all, just a matter of differing opinions. -- ==================================================================== Jim Jagielski | jaguNET Access Services jim@jaguNET.com | http://www.jaguNET.com/ "Look at me! I'm wearing a cardboard belt!" From owner-freebsd-isp Fri Jun 6 07:18:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA21801 for isp-outgoing; Fri, 6 Jun 1997 07:18:33 -0700 (PDT) Received: from lab321.ru ([194.226.32.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA21712 for ; Fri, 6 Jun 1997 07:15:58 -0700 (PDT) Received: from localhost (localhost.l321.omsk.net.ru [127.0.0.1]) by lab321.ru (8.8.5-MVC-230497/8.8.5) with SMTP id VAA25049; Fri, 6 Jun 1997 21:09:01 +0700 (OSD) Date: Fri, 6 Jun 1997 21:09:01 +0700 (OSD) From: Eugeny Kuzakov To: Jim Jagielski cc: Thomas Eisenbock , freebsd-isp@FreeBSD.ORG Subject: Re: Micro$oft FrontPage extensions? In-Reply-To: <199706061341.JAA00750@devsys.jaguNET.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 6 Jun 1997, Jim Jagielski wrote: > Thomas Eisenbock wrote: > > > > On Fri, 6 Jun 1997, Steve Hovey wrote: > > > > > Ill get flamed for this but - I wont touch that with a 10 foot pole - you > > > open security holes. > > > > Of course you'll get flamed, 'cause you are wrong :) > > > > The only danger is, that you have to execute binaries from a third party > > vendor that may be able to execute other programs without your knowledge, > > but that's why we use Unix ;) > > For some, the use of binaries without source is enough of a risk to > avoid it though. Consider this, you're running FreeBSD and you have > FULL access to the source if you want it, same with Apache. Yet to > use FrontPage you have to plop a binary that you cannot check or > modify on your server... For some, that may not be acceptable. Nothing > wrong about that at all, just a matter of differing opinions. I agree with you, but you may setup Apache to not allow access to run MS FP Ext. binary extensions... Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) kev@lab321.ru From owner-freebsd-isp Fri Jun 6 07:30:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA22317 for isp-outgoing; Fri, 6 Jun 1997 07:30:38 -0700 (PDT) Received: from florence.pavilion.net (mailrelay1.pavilion.net [194.242.128.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA22311 for ; Fri, 6 Jun 1997 07:30:32 -0700 (PDT) Received: (from joe@localhost) by florence.pavilion.net (8.8.5/8.8.5) id PAA23342; Fri, 6 Jun 1997 15:29:55 +0100 (BST) Message-ID: <19970606152955.39548@pavilion.net> Date: Fri, 6 Jun 1997 15:29:55 +0100 From: Josef Karthauser To: "'freebsd-isp@FreeBSD.ORG'" Subject: Re: Micro$oft FrontPage extensions? References: <199706060755.DAA24148@radford.i-plus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74 In-Reply-To: <199706060755.DAA24148@radford.i-plus.net>; from Troy Settle on Fri, Jun 06, 1997 at 03:57:13AM -0400 Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Jun 06, 1997 at 03:57:13AM -0400, Troy Settle wrote: > From: James FitzGibbon > >The BSD/OS one runs just fine. The install script is perl, so it > works > >without modification. > > > >I've got 20+ clients running on a FBSD frontpage server without any > >issues. > > no issues? hmm.. I never could get per-user webs to work. seems that > it does funny things to get user info... it's totally blind to > NIS/yp for some reason. We're running one under FBSD2.2.2 and apache1.1.3. It sortta works (although it behaved funny under 2.1.7.1; I guess that the BSDI support has got better since.) Has anyone got it to report the usernames of people who maintain the pages? It doesn't seem to work for us. Joe -- Josef Karthauser Technical Manager Email: joe@pavilion.net Pavilion Internet plc. [Tel: +44 1273 607072 Fax: +44 1273 607073] From owner-freebsd-isp Fri Jun 6 07:47:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA23025 for isp-outgoing; Fri, 6 Jun 1997 07:47:21 -0700 (PDT) Received: from devsys.jaguNET.com (devsys.jaguNET.com [206.156.208.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23020 for ; Fri, 6 Jun 1997 07:47:19 -0700 (PDT) Received: (from jim@localhost) by devsys.jaguNET.com (8.8.5/jag-2.4) id KAA01103; Fri, 6 Jun 1997 10:46:23 -0400 (EDT) From: Jim Jagielski Message-Id: <199706061446.KAA01103@devsys.jaguNET.com> Subject: Re: Micro$oft FrontPage extensions? To: kev@lab321.ru (Eugeny Kuzakov) Date: Fri, 6 Jun 1997 10:46:23 -0400 (EDT) Cc: jim@jaguNET.com, et@space.net, freebsd-isp@FreeBSD.ORG Reply-To: jim@jaguNET.com In-Reply-To: from "Eugeny Kuzakov" at Jun 6, 97 09:09:01 pm X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Eugeny Kuzakov wrote: > > > For some, the use of binaries without source is enough of a risk to > > avoid it though. Consider this, you're running FreeBSD and you have > > FULL access to the source if you want it, same with Apache. Yet to > > use FrontPage you have to plop a binary that you cannot check or > > modify on your server... For some, that may not be acceptable. Nothing > > wrong about that at all, just a matter of differing opinions. > I agree with you, but you may setup Apache to not allow access to run > MS FP Ext. binary extensions... > I may not be getting the point, but if you don't allow Apache to run the binary extensions, why install them? -- ==================================================================== Jim Jagielski | jaguNET Access Services jim@jaguNET.com | http://www.jaguNET.com/ "Look at me! I'm wearing a cardboard belt!" From owner-freebsd-isp Fri Jun 6 08:01:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA23847 for isp-outgoing; Fri, 6 Jun 1997 08:01:19 -0700 (PDT) Received: from marlin.exis.net (root@marlin.exis.net [205.252.72.102]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA23841 for ; Fri, 6 Jun 1997 08:01:17 -0700 (PDT) Received: from sailfish.exis.net (sailfish.exis.net [205.252.72.104]) by marlin.exis.net (8.8.4/8.8.5) with SMTP id KAA00632; Fri, 6 Jun 1997 10:44:27 -0400 Date: Fri, 6 Jun 1997 06:42:11 -0400 (EDT) From: Stefan Molnar To: "Michael L. VanLoon -- HeadCandy.com" cc: "Pedro F. Giffuni" , Jim Dixon , freebsd-isp@FreeBSD.ORG Subject: Re: news server source for 95/NT In-Reply-To: <199706060625.XAA26875@MindBender.serv.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > And even though I try to be candid, I about NT, Unix, and the BSDs, if > you say something stupid about Exchange Server I'll kick your ass, > cause that's my baby, and I firmly believe it's the "most powerful > messaging platform on the planet". :-) Just for my wondering what is the bigest Exchange network have you seen? I have seen a Notes setup that is the bigest I have ever seen, it was being run by Arthur Anderson/Anderson Consulting. When I was using it, I got databases, emails, etc. from half way around the world (some of the info I needed came from the UK) within a sec. An if I remember correctly they ran it on top of OS/2 for the server element, and they only needed two for the entire East Bay. I am not taking sides in this, but just as a normal person seeing threw the waters, that was an impressive setup. Stefan "...Alll things are good, esp. an axe to a troubled server." -Said while on a caffeine high From owner-freebsd-isp Fri Jun 6 10:22:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA00467 for isp-outgoing; Fri, 6 Jun 1997 10:22:40 -0700 (PDT) Received: from syzygy.zytek.com (syzygy.zytek.com [140.174.241.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA00459 for ; Fri, 6 Jun 1997 10:22:37 -0700 (PDT) Received: (from mccord@localhost) by syzygy.zytek.com (8.6.11/8.6.9) id KAA11637; Fri, 6 Jun 1997 10:13:13 -0700 Date: Fri, 6 Jun 1997 10:13:13 -0700 From: Samara McCord Message-Id: <199706061713.KAA11637@syzygy.zytek.com> To: randyk@ccsales.com Subject: Re: Micro$oft FrontPage extensions? Cc: freebsd-isp@FreeBSD.ORG Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I've installed and run the Extensions for BSDI with some success. There are >some problems: > >1. CGI's in other directories (other then /cgi-bin/) don't work anymore. It >says Server Error not allowed (or something like that). I've seen >absolutely NO discussion on this. I've searched M$, rtr.com, and other >places...anyone? > This sounds like an Apache configuration problem to me. You need to either set up the other directories under "ScriptAlias", or you need to set "ExecCGI" in the directory and then make sure the extension is defined as in: "AddHandler cgi-script .pl". See the Apache docs for more info. Sam From owner-freebsd-isp Fri Jun 6 11:33:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA03581 for isp-outgoing; Fri, 6 Jun 1997 11:33:39 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA03406; Fri, 6 Jun 1997 11:29:58 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem03.usc.unal.edu.co [168.176.3.33]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id NAA00503; Fri, 6 Jun 1997 13:25:22 -0500 (COT) Message-ID: <3398711D.699C@fps.biblos.unal.edu.co> Date: Fri, 06 Jun 1997 13:20:45 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Stefan Molnar CC: "Michael L. VanLoon -- HeadCandy.com" , Jim Dixon , freebsd-isp@freebsd.org, freebsd-chat@freebsd.org Subject: Re:UNIX vs NT References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk UNIX rules and NT sucks, it's even worse than that non-UNIX thing...Linux. BUT... this discussion is now on the chat list, so please keep isp out :-). And now back to the theme... Yeah, OS2 is a very cool product and has always been ages ahead of M$, but their marketing and technical support sucks :(. Pedro. Stefan Molnar wrote: > > > And even though I try to be candid, I about NT, Unix, and the BSDs, if > > you say something stupid about Exchange Server I'll kick your ass, > > cause that's my baby, and I firmly believe it's the "most powerful > > messaging platform on the planet". :-) > > Just for my wondering what is the bigest Exchange network have you seen? > I have seen a Notes setup that is the bigest I have ever seen, it was > being run by Arthur Anderson/Anderson Consulting. When I was using it, > I got databases, emails, etc. from half way around the world (some of the > info I needed came from the UK) within a sec. An if I remember correctly > they ran it on top of OS/2 for the server element, and they only needed > two for the entire East Bay. I am not taking sides in this, but just as a > normal person seeing threw the waters, that was an impressive setup. > > Stefan > > "...Alll things are good, esp. an axe to a troubled server." > -Said while on a caffeine high From owner-freebsd-isp Fri Jun 6 11:43:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA04105 for isp-outgoing; Fri, 6 Jun 1997 11:43:25 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA04031 for ; Fri, 6 Jun 1997 11:42:02 -0700 (PDT) Received: from tetrahome.tetranet.net (root@tetranet.net [206.42.249.11]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id LAA24397 for ; Fri, 6 Jun 1997 11:41:54 -0700 (PDT) Received: from [206.42.249.136] (STL-link-136.tetranet.net [206.42.249.136]) by tetrahome.tetranet.net (8.8.5/8.6.9) with ESMTP id JAA08216 for ; Thu, 5 Jun 1997 09:51:01 -0500 (CDT) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 5 Jun 1997 09:35:36 -0500 To: freebsd-isp@FreeBSD.ORG From: Mark Murdock Subject: Please suggest a POP3 Server Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I would like suggestions of stable POP3 servers for FreeBSD 2.2+. Thank you, Mark Murdock fee@tetranet.net From owner-freebsd-isp Fri Jun 6 19:08:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA24104 for isp-outgoing; Fri, 6 Jun 1997 19:08:41 -0700 (PDT) Received: from tor-adm1.nbc.netcom.ca (taob@tor-adm1.nbc.netcom.ca [207.181.89.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA24094 for ; Fri, 6 Jun 1997 19:08:38 -0700 (PDT) Received: from localhost (taob@localhost) by tor-adm1.nbc.netcom.ca (8.8.5/8.8.5) with SMTP id WAA15872; Fri, 6 Jun 1997 22:08:04 -0400 (EDT) Date: Fri, 6 Jun 1997 22:08:03 -0400 (EDT) From: Brian Tao To: Nabil Zary cc: freebsd-isp@FreeBSD.ORG Subject: Re: FreeBSD: 5000 Telnet users/ Best choice In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Jun 1997, Nabil Zary wrote: > > We have to provide telnet access to around 5000 Students (for pine, > irc, news, etc..). We expect an average of 50-100 users logged at > the same time. Should a Pentium Pro 200Mhz with 120Mb RAM do the > job?? (or is a Pentium 100Mhz, 98Mb RAM enough?) OS: FreeBSD 2.X What else are you running on that box? If SMTP, POP3, news, HTTP, etc. are running on other servers, a P133 with 128MB will be comfortable for up to around 100 users (I ran two servers of this scale at a previous employer). Given today's prices, I'd go for a P166 or P200 with the same amount of RAM. -- Brian Tao (BT300, taob@netcom.ca) "Though this be madness, yet there is method in't" From owner-freebsd-isp Fri Jun 6 23:51:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA03359 for isp-outgoing; Fri, 6 Jun 1997 23:51:55 -0700 (PDT) Received: from netdev.comsys.com (COMSYS.COM [192.94.236.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA03354 for ; Fri, 6 Jun 1997 23:51:53 -0700 (PDT) Received: from mobile1.europa.com ([204.202.49.58]) by netdev.comsys.com (8.8.5/8.6.9) with SMTP id AAA05180 for ; Sat, 7 Jun 1997 00:56:20 GMT Message-ID: <3399050E.B22@comsys.com> Date: Fri, 06 Jun 1997 23:51:58 -0700 From: alex huppenthal Reply-To: alex@comsys.com X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: [Fwd: US West Pulls Dry Copper Tarrif, Angers ISPs] Content-Type: multipart/mixed; boundary="------------369778946FA1" Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------369778946FA1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit For those of us working to bring out inexpensive high bandwidth solutions, this bites. US West is afraid to compete on an even playing field. Call your Senator, write to your PUC and express your dissatisfaction with this action. HDSL is used by the telco's to provision T1 circuits so it doesn't 'interfere' with adjacent wire pairs. -Alex --------------369778946FA1 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Received: from axp.cmpu.net (axp.cmpu.net [204.96.11.17]) by netdev.comsys.com (8.8.5/8.6.9) with ESMTP id XAA05072 for ; Fri, 6 Jun 1997 23:24:53 GMT Received: from plongip.computek.net (dal531.cmpu.net [204.181.97.41]) by axp.cmpu.net (8.8.5/8.8.5) with ESMTP id AAA32399 for ; Sat, 7 Jun 1997 00:13:07 -0400 Message-ID: <33990B0F.6D2DB3@smithmicro.com> Date: Sat, 07 Jun 1997 00:17:35 -0700 From: Paul Long Organization: Smith Micro Software, Inc. X-Mailer: Mozilla 4.0b4 [en] (Win95; I) MIME-Version: 1.0 To: Alex Huppenthal Subject: US West Pulls High-Speed Service, Angers ISPs X-Priority: 3 (Normal) Content-Type: multipart/mixed; boundary="------------529C5FD31F99ED2DA96A5690" This is a multi-part message in MIME format. --------------529C5FD31F99ED2DA96A5690 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Alex, Did they take away your "dry copper" line yet? http://www1.zdnet.com/intweek/daily/970606f.html -- Paul Long___________________________http://www.cmpu.net/public/plong Smith Micro Software, Inc.__________http://www.smithmicro.com/ "As a man is, so he sees." - William Blake --------------529C5FD31F99ED2DA96A5690 Content-Type: text/html; charset=us-ascii; name="970606f.html" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="970606f.html" Content-Base: "http://www1.zdnet.com/intweek/daily/97 0606f.html" US West Pulls High-Speed Service, Angers ISPs
FAST Modems! - Click here!
Search
FRONT PAGE
MAIN VIEW
New Today
INFRASTRUCTURE
Top Stories
Carol Wilson
CYBERMEDIA
Top Stories
NET TOOLS
Top Stories
David Coursey
@ BUSINESS
@Net Index
@Net Strike Data
Randy Whitestone
@Net Companies
ANALYSIS
Inter@ctive Week Fast 50
WEB GUIDE
RECRUITMENT
ZD NET TRADE
SHOW CALENDAR
INDUSTRY EVENTS
SUBSCRIPTIONS
MASTHEAD
Editorial
Sales
Operations
Calendar
Copyright
Contact Webmaster
Inter@ctive WeekJune 6, 1997

US West Pulls High-Speed Service, Angers ISPs

By Paula Bernier
5:00 PM EDT
EXCLUSIVE

US West Communications is discontinuing its sale of "dry copper," over which competing telephone companies and Internet service providers can offer high-speed services at low prices. The move is drawing the ire of the Internet community.

US West, which does business in 14 Great Plains and Pacific Northwest states, pulled tariffs for the copper known as Local Area Data Service, or LADS, in seven or eight of its states, and is working to pull the plug in its remaining service areas.

Dry copper lines are standard twisted pair copper lines that are in place but aren't hooked up to provide telephone service. The lines, which use a low-powered signal, are used for such things as security alarms and are relatively cheap to lease from US West, as low as $20 per month.

In recent months, however, Internet service providers, or ISPs, and competitive local exchange carriers, or CLECs, have bought dry copper lines to resell to business customers equipped with Digital Subscriber Line, or xDSL, modems, devices that allow for fast Internet access.

By cutting off the low-cost resale of dry copper lines, US West effectively cuts off competitive provision of xDSL service at prices below what the telephone company wants to charge. US West's !nterprise Networking Services group, meanwhile, is slated to offer it own xDSL service this summer.

Ray Gaudia, director of AZAP Inc., a Las Vegas-based company specializing in secure store-and-forward data transfers sees the move as an effort by U S West to protect artificially high prices for other services, such as its [dedicated] T1, or 1.5-megabit-per-second, service.

"It is not in the telcos' advantage to allow that wide bandwidth access under the 1996 [Telecommunications Reform Act] because customers who are currently leasing [dedicated] T1 for $2,000 can lease [dry copper] T1 lines for under $100 a month, literally hundreds of millions of profits can switch from the telcos to the business community at large," Gaudia said.

US West said, however, that it is concerned about potential network degradation because these dry copper connections weren't intended to support high-speed services.

XDSL signals can disrupt other services, when wires carrying both sets of service are bundled together within the telephone network.

"The [dry copper connections] were intended to be just a signaling channel, like burglar alarm companies use," said Jeremy Story, spokesman for the U S West !nterprise Networking Services group. "Essentially ISPs have latched on to this to create their own circuits and are providing [lots of] bandwidth across them. What that's doing is messing up the network."

Having high-bandwidth connections running in two directions within a central switching office results in what is known as cross-talk, said Joe Glynn, director of product marketing for megabit services, including xDSL services, at !nterprise.

Cross-talk is caused by electromagnetic fields surrounding xDSL circuits that causes degradation on nearby cable bundles, he said.

Glynn said there are two potential solutions to the degradation issue.

Competing carriers put their xDSL equipment into US West's central offices, or COs, so the high-bandwidth connections move out of the CO to the customers instead of from the competing carrier to the CO and then to the customers. Or, competing carriers could resell US West's xDSL service. The carrier recently began its rollout of xDSL in Salt Lake City and expects to set resale pricing in about a month, he said. LADS pricing varies from state to state, but typically costs $28 to $60 per month, Glynn said.

US West is grandfathering in existing companies that are using the copper connections for high-bandwidth services. But that's a very limited group at this time, Story said.

US West can be reached at www.uswest.com

Email Paula Bernier

Back to the top
 ZDNet Ad Index ZDNet Home page
--------------529C5FD31F99ED2DA96A5690-- --------------369778946FA1-- From owner-freebsd-isp Sat Jun 7 04:00:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA13170 for isp-outgoing; Sat, 7 Jun 1997 04:00:35 -0700 (PDT) Received: from obiwan.psinet.net.au (obiwan.psinet.net.au [203.19.28.59]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA13160 for ; Sat, 7 Jun 1997 04:00:31 -0700 (PDT) Received: from localhost (adrian@localhost) by obiwan.psinet.net.au (8.8.5/8.8.5) with SMTP id SAA09487; Sat, 7 Jun 1997 18:42:10 +0800 (WST) Date: Sat, 7 Jun 1997 18:42:10 +0800 (WST) From: Adrian Chadd To: alex huppenthal cc: freebsd-isp@FreeBSD.ORG Subject: Re: [Fwd: US West Pulls Dry Copper Tarrif, Angers ISPs] In-Reply-To: <3399050E.B22@comsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Telstra in Australia has been doing that for ages. You can buy PAPL (basically dry copper pairs) from telstra, and we used the "alarm signaling" excuse for DC connectivity :) But now getting them is very, VERY hard, and over more than one exchange, practically impossible. And they *LOVE* MUXing them at exchanges, which means if you're not careful, its 64k max bandwidth for you. The sad thing is that Australia WOULD possibly be doing the same thing (cheap as buggery T1-ish links, if bandwidth was cheaper over here. American ISPs, think what would happen if you were being charged 19c a meg for incoming data. :) In reading the article, its said that US West will be provisioning their own xDSL links to customers. Same as Tel$tra. Case of the telco realising that THEY should be making more money instead of some ISP. How about all you ISPs band together and form a telco? Lay your own cable, and from my understanding, the telco which has the subscribers (in our case, telstra) would pay YOU an interconnection charge whenever someone on their network called someone on our network :) ("First 1000 people to clock 1000 hours online will recieve a years internet subscription FREE!" :-) Enough rambling, -- Adrian Chadd | "Unix doesn't stop you from doing | stupid things because that would | stop you from doing clever things" From owner-freebsd-isp Sat Jun 7 08:47:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA22022 for isp-outgoing; Sat, 7 Jun 1997 08:47:19 -0700 (PDT) Received: from etinc.com (et-gw-fr1.etinc.com [204.141.244.98]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA22016 for ; Sat, 7 Jun 1997 08:47:13 -0700 (PDT) Received: from dialup-usr11.etinc.com (dialup-usr11.etinc.com [204.141.95.132]) by etinc.com (8.8.3/8.6.9) with SMTP id LAA19433; Sat, 7 Jun 1997 11:53:41 -0400 (EDT) Message-Id: <3.0.32.19970607113953.00be212c@etinc.com> X-Sender: dennis@etinc.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 07 Jun 1997 11:39:58 -0400 To: "Pedro F. Giffuni" , Manar Hussain From: dennis Subject: Re: ETinc's Bandwidth limiter Cc: Luigi Rizzo , freebsd-isp@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 10:48 AM 6/5/97 -0700, Pedro F. Giffuni wrote: >This can be done, consult with Ethinc, they have FreeBSD hackers and the >last time I saw they were even re-selling FreeBSD. > > Pedro. Not actually "re-selling" freebsd....we'll just load it on a hard disk for you... Dennis From owner-freebsd-isp Sat Jun 7 08:55:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA22406 for isp-outgoing; Sat, 7 Jun 1997 08:55:19 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA22400 for ; Sat, 7 Jun 1997 08:55:07 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem11.usc.unal.edu.co [168.176.3.41]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id KAA03597; Sat, 7 Jun 1997 10:55:36 -0500 (COT) Message-ID: <33999F7E.16B7@fps.biblos.unal.edu.co> Date: Sat, 07 Jun 1997 10:50:54 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: dennis CC: freebsd-isp@FreeBSD.ORG Subject: Re: ETinc's Bandwidth limiter References: <3.0.32.19970607113953.00be212c@etinc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dennis wrote: > > Not actually "re-selling" freebsd....we'll just load it on a hard disk for > you... > FWIW...I'm actually doing the same thing now. Installing FreeBSD is not difficult, the great advantage is that it's an unknown OS with undiscovered capabilities :-). I wouldn't surprise if Dennis's competitors dis the same thing. Pedro. > Dennis From owner-freebsd-isp Sat Jun 7 08:58:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA22522 for isp-outgoing; Sat, 7 Jun 1997 08:58:09 -0700 (PDT) Received: from etinc.com (et-gw-fr1.etinc.com [204.141.244.98]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA22517 for ; Sat, 7 Jun 1997 08:58:07 -0700 (PDT) Received: from dialup-usr11.etinc.com (dialup-usr11.etinc.com [204.141.95.132]) by etinc.com (8.8.3/8.6.9) with SMTP id MAA19504; Sat, 7 Jun 1997 12:04:09 -0400 (EDT) Message-Id: <3.0.32.19970607115021.00bbf338@etinc.com> X-Sender: dennis@etinc.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 07 Jun 1997 11:50:25 -0400 To: Luigi Rizzo , manar@ivision.co.uk (Manar Hussain) From: dennis Subject: Re: ETinc's Bandwidth limiter Cc: freebsd-isp@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 09:12 AM 6/5/97 +0200, Luigi Rizzo wrote: >> Anyone got much experience of using this? We're thinking of using it to >> maintain levels of service for a web farm: 1Mb pipe out to the net shared >> across a set of machine on 100Mb ethernet (they talk to eachother as well). > >It looks like what you want (bw management, or probably better, >fair routing) should be done at the router, not at the server side. >So what are you using to drive your pipe out ? There is no "fair routing" in a web farm unless everyone pays the same price, which is ridiculous. Charge based on their bandwidth access capability.. and with the bandwidth manager there is not accounting headaches 'cause they cant get more than they pay for. db > > Luigi >-----------------------------+-------------------------------------- >Luigi Rizzo | Dip. di Ingegneria dell'Informazione >email: luigi@iet.unipi.it | Universita' di Pisa >tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) >fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ >_____________________________|______________________________________ > > From owner-freebsd-isp Sat Jun 7 09:04:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA22825 for isp-outgoing; Sat, 7 Jun 1997 09:04:38 -0700 (PDT) Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id JAA22785 for ; Sat, 7 Jun 1997 09:03:16 -0700 (PDT) From: patl@phoenix.volant.org Received: from asimov.phoenix.volant.org [205.179.79.65] by phoenix.volant.org with smtp (Exim 1.59 #1) id 0waNxS-0000AD-00; Sat, 7 Jun 1997 09:03:14 -0700 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id JAA25006; Sat, 7 Jun 1997 09:03:04 -0700 Date: Sat, 7 Jun 1997 09:03:04 -0700 (PDT) Reply-To: patl@phoenix.volant.org Subject: Re: Please suggest a POP3 Server To: Mark Murdock cc: freebsd-isp@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I would like suggestions of stable POP3 servers for FreeBSD 2.2+. I've been very happy with the Cyrus IMAP4 server, which has POP3 support via a daemon that actually accesses the IMAP mailboxes. (IMAP4 has significant advantages over POP3 and is growing rapidly in popularity. The Cyrus server lets you easily support both, and lets customers switch from POP to IMAP with no sysadmin intervention.) See http://andrew2.andrew.cmu.edu/cyrus/imapd/ for details. -Pat From owner-freebsd-isp Sat Jun 7 09:12:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA23222 for isp-outgoing; Sat, 7 Jun 1997 09:12:53 -0700 (PDT) Received: from etinc.com (et-gw-fr1.etinc.com [204.141.244.98]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA23217 for ; Sat, 7 Jun 1997 09:12:50 -0700 (PDT) Received: from dialup-usr11.etinc.com (dialup-usr11.etinc.com [204.141.95.132]) by etinc.com (8.8.3/8.6.9) with SMTP id MAA19637; Sat, 7 Jun 1997 12:19:45 -0400 (EDT) Message-Id: <3.0.32.19970607120556.00bbf234@etinc.com> X-Sender: dennis@etinc.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 07 Jun 1997 12:06:00 -0400 To: Manar Hussain , freebsd-isp@FreeBSD.ORG From: dennis Subject: Re: ETinc's Bandwidth limiter Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 11:54 AM 6/5/97 +0100, Manar Hussain wrote: >>Please try ftp.hilink.com.au:/pub/FreeBSD/bandd.tgz and let me know what >>you think. It requires FreeBSD 2.2 with IPFIREWALL IPDIVERT options. >> >>There is no documentation. > >code looks straight forward enough. It doesn't allow for burstability >though ... might not be too hard to add in and it would be nice to be using >something we have the source for rather than a commercial binary ... > >Anyone got any views about bandd versus emerging technology's product? >Guess we should have a good play over the w/e to at least get a good idea >of the installation/features if not performance ober time / under load. Shall we compare a Porsche to a bicycle next? db From owner-freebsd-isp Sat Jun 7 09:16:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA23387 for isp-outgoing; Sat, 7 Jun 1997 09:16:08 -0700 (PDT) Received: from etinc.com (et-gw-fr1.etinc.com [204.141.244.98]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA23380 for ; Sat, 7 Jun 1997 09:16:05 -0700 (PDT) Received: from dialup-usr11.etinc.com (dialup-usr11.etinc.com [204.141.95.132]) by etinc.com (8.8.3/8.6.9) with SMTP id MAA19664; Sat, 7 Jun 1997 12:22:27 -0400 (EDT) Message-Id: <3.0.32.19970607120839.00a434c0@etinc.com> X-Sender: dennis@etinc.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 07 Jun 1997 12:08:42 -0400 To: "Pedro F. Giffuni" From: dennis Subject: Re: ETinc's Bandwidth limiter Cc: freebsd-isp@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 10:50 AM 6/7/97 -0700, Pedro F. Giffuni wrote: >dennis wrote: >> >> Not actually "re-selling" freebsd....we'll just load it on a hard disk for >> you... >> >FWIW...I'm actually doing the same thing now. Installing FreeBSD is not >difficult, the great advantage is that it's an unknown OS with >undiscovered capabilities :-). >I wouldn't surprise if Dennis's competitors dis the same thing. Thats not specifically why we're doing it....its a project loading any OS from CD rom and finding all of the surprises along the way with incompatibilities... its a breeze for us to load it, and could be a several day project from scratch with a CD.... db From owner-freebsd-isp Sat Jun 7 13:40:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA04825 for isp-outgoing; Sat, 7 Jun 1997 13:40:01 -0700 (PDT) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id NAA04802 for ; Sat, 7 Jun 1997 13:39:57 -0700 (PDT) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id WAA03112; Sat, 7 Jun 1997 22:08:29 +0200 From: Luigi Rizzo Message-Id: <199706072008.WAA03112@labinfo.iet.unipi.it> Subject: Re: ETinc's Bandwidth limiter To: dennis@etinc.com (dennis) Date: Sat, 7 Jun 1997 22:08:28 +0200 (MET DST) Cc: manar@ivision.co.uk, freebsd-isp@FreeBSD.ORG In-Reply-To: <3.0.32.19970607115021.00bbf338@etinc.com> from "dennis" at Jun 7, 97 11:50:06 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >It looks like what you want (bw management, or probably better, > >fair routing) should be done at the router, not at the server side. > >So what are you using to drive your pipe out ? > > There is no "fair routing" in a web farm unless everyone pays the same > price, which is ridiculous. Charge based on their bandwidth access > capability.. > and with the bandwidth manager there is not accounting headaches 'cause > they cant get more than they pay for. Dennis, this sounds like an overstatement. Fair does not necessarily mean 'all equals', there can be different weights for different users depending on how much they pay for, and the fairness is in making everyone get what he pays for. Hard limiting the bw for each user as you seem to suggest prevents eveyone from taking advantage of statistical multiplexing, which, given the burstiness of network traffic, is very rewarding for all. (well this is the "isp" not "hackers" so excuse me if I don't stick with what existing products do ... ) Cheers Luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ From owner-freebsd-isp Sat Jun 7 18:50:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA17717 for isp-outgoing; Sat, 7 Jun 1997 18:50:33 -0700 (PDT) Received: from phil.digitaladvantage.net (phil.digitaladvantage.net [207.40.157.13]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA17712 for ; Sat, 7 Jun 1997 18:50:30 -0700 (PDT) Received: from stoney.zeeb.mpls.mn.us (stoney.zeeb.mpls.mn.us [208.18.129.16]) by phil.digitaladvantage.net (8.8.5/8.7.3) with SMTP id UAA27614 for ; Sat, 7 Jun 1997 20:45:55 -0500 (CDT) From: rpanula@dacmail.net (Russ Panula) To: freebsd-isp@FreeBSD.ORG Subject: Re: Micro$oft FrontPage extensions? Date: Sat, 07 Jun 1997 20:48:22 -0600 Organization: Digital Advantage Corporation Reply-To: rpanula@dacmail.net Message-ID: <339a1c91.1448161@mail.digitaladvantage.net> References: <199706061713.KAA11637@syzygy.zytek.com> In-Reply-To: <199706061713.KAA11637@syzygy.zytek.com> X-Mailer: Forte Agent .99f/32.299 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id SAA17713 Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Correct me if I'm wrong but, aren't there Frontpage "bots" that will run only on NT?