From owner-freebsd-isp Sun Aug 13 13:50: 8 2000 Delivered-To: freebsd-isp@freebsd.org Received: from web4605.mail.yahoo.com (web4605.mail.yahoo.com [216.115.105.160]) by hub.freebsd.org (Postfix) with SMTP id DFF1A37B62A for ; Sun, 13 Aug 2000 13:49:59 -0700 (PDT) (envelope-from cuaa1@yahoo.com) Message-ID: <20000813204955.14104.qmail@web4605.mail.yahoo.com> Received: from [202.152.22.162] by web4605.mail.yahoo.com; Sun, 13 Aug 2000 13:49:55 PDT Date: Sun, 13 Aug 2000 13:49:55 -0700 (PDT) From: situs situs Subject: dial connection To: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ,... i want install freebsd to recieve dial-in from client windows here is my plan internet --- FreeBSD (dialin Server) ---- Windows (client dialup) 202.aaa.bbb.cc1 202.aaa.bbb.cc2 my windows can dialin to freebsd using SLIP (can't work if I'm using ppp) but my windows can't connect to internet (and to freebsd) i mean my windows can't ping to 202.aaa.bbb.cc1 but can connected to modem in freebsd please ... please help me __________________________________________________ Do You Yahoo!? Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 0:46: 0 2000 Delivered-To: freebsd-isp@freebsd.org Received: from web1401.mail.yahoo.com (web1401.mail.yahoo.com [128.11.23.165]) by hub.freebsd.org (Postfix) with SMTP id E99BF37B9B0 for ; Mon, 14 Aug 2000 00:45:56 -0700 (PDT) (envelope-from uktests@yahoo.com) Received: (qmail 25475 invoked by uid 60001); 14 Aug 2000 07:45:56 -0000 Message-ID: <20000814074556.25474.qmail@web1401.mail.yahoo.com> Received: from [159.148.130.2] by web1401.mail.yahoo.com; Mon, 14 Aug 2000 00:45:56 PDT Date: Mon, 14 Aug 2000 00:45:56 -0700 (PDT) From: John Braun To: freebsd-isp@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org How can I make my BSD 4.0 box as network router? I have installed BSD 4.0 (in figure "ROUTER") and setup option gateway_enabled = "YES" and router _enabled = "YES" | INTERNET | | ____|_________ | | | Provaider | |______________| |212.50.55.73/255.255.255.248 | | |212.50.55.74/255.255.255.248 ____|__________ | | | BSD 4.0 ROUTER| |_______________| |192.168.0.1/255.255.255.0 | __|_______________________ | | |192.168.0.2/255.255.255.0 |192.168.0.3/255.255.255.0 _|____________ _|____________ | | | | |BSD 4.0 mailer| | BSD 4.0 proxy| |______________| |______________| |10.1.51.2/255.255.255.0 |10.1.51.3/255.255.255.0 _|__________________________|_______________ | | | LOCAL NETWORK 10.1.51.0/255.255.255.0 | |____________________________________________ But it doesn't work. I can't ping any Internet IP (from local network comp 10.1.52.3). Where may be a problem? regards, Uldis __________________________________________________ Do You Yahoo!? Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 1: 5:51 2000 Delivered-To: freebsd-isp@freebsd.org Received: from jeff.isni.net (user207302034.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 1EBB037BD4B for ; Mon, 14 Aug 2000 01:05:47 -0700 (PDT) (envelope-from jeff@isni.net) Received: from localhost (jeff@localhost) by jeff.isni.net (8.11.0/8.11.0) with ESMTP id e7E85ho02200; Mon, 14 Aug 2000 04:05:43 -0400 (EDT) X-Authentication-Warning: jeff.isni.net: jeff owned process doing -bs Date: Mon, 14 Aug 2000 04:05:42 -0400 (EDT) From: Jeff Palmer To: John Braun Cc: freebsd-isp@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <20000814074556.25474.qmail@web1401.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You are using non-routable IP's (10.x.x.x) You would need to enable NAT (Network Address Translation) add IPFIREWALL and IPDIVERT to your kernel config, recompile, and reboot. next: grep -i nat /etc/defaults/rc.conf | grep -v ppp >> /etc/rc.conf then use your favorite text editor to modify the NAT stuff in /etc/rc.conf paying special attention to natd_enable (should be YES) and natd_interface (should be your external interface) Jeff Palmer jeff@isni.net On Mon, 14 Aug 2000, John Braun wrote: > How can I make my BSD 4.0 box as network router?=20 > I have installed BSD 4.0 (in figure "ROUTER") > and setup option gateway_enabled =3D "YES" and > router _enabled =3D "YES" >=20 >=20 >=20 >=20 > | INTERNET > | > | > ____|_________ > | | > | Provaider | > |______________| > |212.50.55.73/255.255.255.248 > | > | > |212.50.55.74/255.255.255.248 > ____|__________ > | | > | BSD 4.0 ROUTER| > |_______________| > |192.168.0.1/255.255.255.0 > | > __|_______________________=20 > | | > |192.168.0.2/255.255.255.0 > |192.168.0.3/255.255.255.0 > _|____________ _|____________ > | | | | > |BSD 4.0 mailer| | BSD 4.0 proxy| > |______________| |______________| > |10.1.51.2/255.255.255.0 |10.1.51.3/255.255.255.0 > _|__________________________|_______________ > | =20 > |=20 > | LOCAL NETWORK 10.1.51.0/255.255.255.0 =20 > | > |____________________________________________ >=20 > But it doesn't work.=20 > I can't ping any Internet=20 > IP (from local network comp 10.1.52.3). > Where may be a problem?=20 >=20 >=20 > regards, Uldis >=20 > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail =96 Free email you can access from anywhere! > http://mail.yahoo.com/ >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 1: 7:24 2000 Delivered-To: freebsd-isp@freebsd.org Received: from eagle.webs.ee (eagle.webs.ee [212.27.224.70]) by hub.freebsd.org (Postfix) with SMTP id 96E5C37BD4B for ; Mon, 14 Aug 2000 01:07:19 -0700 (PDT) (envelope-from rix@ewn.ee) Received: (qmail 13886 invoked from network); 14 Aug 2000 08:07:13 -0000 Received: from unknown (HELO ewn.ee) (212.27.224.50) by eagle.webs.ee with SMTP; 14 Aug 2000 08:07:13 -0000 Message-ID: <39979B12.3DACE06F@ewn.ee> Date: Mon, 14 Aug 2000 10:09:06 +0300 From: Rivo Nurges Organization: Estonian Wireless Network X-Mailer: Mozilla 4.73 [en] (X11; I; SunOS 5.7 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: John Braun Cc: freebsd-isp@freebsd.org Subject: Re: References: <20000814074556.25474.qmail@web1401.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: eagle.webs.ee 1.6.2 0/0/N Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Braun wrote: > > How can I make my BSD 4.0 box as network router? > I have installed BSD 4.0 (in figure "ROUTER") > and setup option gateway_enabled = "YES" and > router _enabled = "YES" > you must use natd_enable=YES in bsd router > But it doesn't work. > I can't ping any Internet > IP (from local network comp 10.1.52.3). > Where may be a problem? -- Rix http://www.ripe.net/cgi-bin/whois?rix@ewn.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 3:31:48 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.ffm.plusline.de (mail.ffm.plusline.de [212.19.48.5]) by hub.freebsd.org (Postfix) with ESMTP id 456B737C19B for ; Mon, 14 Aug 2000 03:31:43 -0700 (PDT) (envelope-from rg@plusline.net) Received: from plusline.net (jejedno.plusline.de [212.19.48.75]) by mail.ffm.plusline.de (8.9.2/8.9.2) with ESMTP id MAA03559 for ; Mon, 14 Aug 2000 12:31:43 +0200 (CEST) Message-ID: <3997CA8C.C6E6A6DB@plusline.net> Date: Mon, 14 Aug 2000 12:31:40 +0200 From: User Richard Reply-To: rg@plusline.net Organization: Plus.line X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG Subject: LoadBalancing Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, there are few solutions for load balancing for heavy loaded web sites (Cisco LocalDirector, BigIP...). Does anyone have eperiences with software based solutions under FreeBSD? Which could be recommended? Thanks in advance Richard Gresek -- ___________________________________________________ Plus.Line Systemhaus GmbH Tel.: +49 69 758915-0 Mainzer Landstr. 222-224 Fax : +49 69 758915-33 D-60327 Frankfurt http://www.plusline.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 4:15:14 2000 Delivered-To: freebsd-isp@freebsd.org Received: from shurick.fix.aha.ru (shurick.fix.aha.ru [195.2.64.242]) by hub.freebsd.org (Postfix) with ESMTP id 86FAF37B982 for ; Mon, 14 Aug 2000 04:15:05 -0700 (PDT) (envelope-from shurick@shurick.fix.aha.ru) Received: (from shurick@localhost) by shurick.fix.aha.ru (8.9.3/8.9.3) id PAA00381; Mon, 14 Aug 2000 15:14:48 +0400 (MSD) (envelope-from shurick) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3997CA8C.C6E6A6DB@plusline.net> X-Comments: shurick@home Date: Mon, 14 Aug 2000 15:14:47 +0400 (MSD) Organization: Zenon N.S.P. From: "Alexander A. Radunsky" To: User Richard Subject: RE: LoadBalancing Cc: freebsd-isp@FreeBSD.ORG Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 14-Aug-00 User Richard wrote: Good $Greetings_time, > there are few solutions for load balancing for > heavy loaded web sites (Cisco LocalDirector, BigIP...). The freedom of choice depends on the type of content you want to accelerate. For example, if you have just big website with many small files the simpliest solution is to establish farm of webservers with identical content and deploy round-robin scheme through DNS or Apache's mod_rewrite in reverse-proxy mode (see Ralf's comments in documentation for this mod). Apparently if your content have predictive trend in hits to one or more specific areas you can accelerate just that areas using mod_rewrite or any other reverse proxy like Squid, Oops, Harvest etc. Maybe the other way resides in dynamic routing with gated distributing IP packets (not requests) depends on the routes costs... And finally, if you would like to accelerate SSL content, perharps the best way which depends on the balance of cost and efficiency is use just one powerful dedicated webserver which doing only two things: making SSL connections itself and retrieving all of the data from intranet farm of the webservers with heavy dynamic content where CGI's, SSI, PHP, WebDB and/or many of the other possible dynamic solutions resides. > Does anyone have eperiences with software based solutions under FreeBSD? These solutions can be deployed under many of the modern systems, not just FreeBSD. > Which could be recommended? Any of the many which fits your needs the best way =) Good luck. -- Alexander A. Radunsky AR8-RIPN AAR2-RIPE Zenon N.S.P. Moscow, Russia http://www.zenon.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 7:22: 9 2000 Delivered-To: freebsd-isp@freebsd.org Received: from black.purplecat.net (ns1.purplecat.net [209.16.228.148]) by hub.freebsd.org (Postfix) with ESMTP id 10FDD37C1B9 for ; Mon, 14 Aug 2000 07:22:00 -0700 (PDT) (envelope-from pbrezny@purplecat.net) Received: from sargent (ci377160-a.ashvil1.nc.home.com [24.15.65.209]) by black.purplecat.net (8.8.8/8.8.8) with SMTP id KAA00253 for ; Mon, 14 Aug 2000 10:23:34 -0400 (EDT) (envelope-from pbrezny@purplecat.net) Reply-To: From: "Peter Brezny" To: Subject: Backup restore problem with permissions and bzip2 Date: Mon, 14 Aug 2000 10:21:24 -0400 Message-ID: <000301c005fa$edaee980$cc01a8c0@sargent> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Recently I ran into trouble using the fp_install.sh script when adding a virtual domain on a freebsd 2.2.8/apache-fp system. For some reason, instead of chowning the single directory to the new user, it chowned the entire web directory, so now all of my customer's directories are owned by the wrong person. :| I figured the best thing to do would be to restore the entire directory from backup to get the correct permissions back, so using bunzip2 < /bkup/wkbkup.home.tar.bz2 | tar xvf - home/www/data/* I restored all the directories from yesterday's backup. However, the permissions were not restored. Looking through the man page, both tar and bzip2 say that they will restore permissions. What have I done wrong here and is there a way to restore _just_ the permissions as opposed to all the content in each directory as well? To compound matters, I've noticed that the superblock clean flag is not being set on a reboot. fsck doesn't seem to be able to fix it. If anyone knows of more thorough diagnostic programs or ideas on what might be causing this I'd be very grateful. Thanks in advance. Peter Brezny purplecat.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 12:32:44 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ua7.cnnet.com (24.70.36.229.ab.wave.home.com [24.70.36.229]) by hub.freebsd.org (Postfix) with SMTP id 2476C37B9E5 for ; Mon, 14 Aug 2000 12:32:42 -0700 (PDT) (envelope-from cnnet@cnnet.com) Received: from [24.70.36.233] by ua7.cnnet.com (NTMail 3.03.0018/1.aikr) with ESMTP id ma490476 for ; Mon, 14 Aug 2000 13:26:56 -0600 Message-Id: <4.3.2.7.2.20000814122925.00afbe10@cnnet.com> X-Sender: cnnet@cnnet.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 14 Aug 2000 12:32:09 -0600 To: freebsd-isp@freebsd.org From: CNNet Subject: cuicpop start problem Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi have freebsd ver 4 have the following line in my rc.local file /usr/local/libexec/cuicpop When i reboot the server or it crashes cuicpop doesn't restart what gives. What permissions should it have and who should be the ownoer of this file, so it the server will start on reboot Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 12:35:42 2000 Delivered-To: freebsd-isp@freebsd.org Received: from zoe2.qserve.net (zoe2.qserve.net [207.250.219.4]) by hub.freebsd.org (Postfix) with ESMTP id 2479737B9E5 for ; Mon, 14 Aug 2000 12:35:40 -0700 (PDT) (envelope-from rch@qserve.net) Received: from acidic.qserve.net (acidic.qserve.net [207.250.219.40]) by zoe2.qserve.net (8.10.1/8.10.1) with ESMTP id e7EJZfe63634; Mon, 14 Aug 2000 14:35:41 -0500 (EST) Message-Id: <4.3.1.2.20000814143805.01e7ec60@qserve.net> X-Sender: rch@qserve.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 14 Aug 2000 14:38:52 -0500 To: CNNet , freebsd-isp@FreeBSD.ORG From: Robert Hough Subject: Re: cuicpop start problem In-Reply-To: <4.3.2.7.2.20000814122925.00afbe10@cnnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 12:32 PM 8/14/00 -0600, CNNet wrote: >/usr/local/libexec/cuicpop If that's a direct cut from your rc.local, the problem is spelling.... /usr/local/libexec/cucipop -- Robert Hough (rch@qserve.net) Qserve Internet, Inc. http://www.qserve.net/ Ph: (317)802-3036 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 12:39:52 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns.tcworks.net (ns.tcworks.net [216.61.218.2]) by hub.freebsd.org (Postfix) with ESMTP id C008337B590 for ; Mon, 14 Aug 2000 12:39:39 -0700 (PDT) (envelope-from ccook@tcworks.net) Received: from tcworks.net (stuck.sticky.org [216.61.218.6]) by ns.tcworks.net (8.9.2/8.9.2) with ESMTP id OAA76376; Mon, 14 Aug 2000 14:34:35 -0500 (CDT) (envelope-from ccook@tcworks.net) Message-ID: <39984B39.77799A84@tcworks.net> Date: Mon, 14 Aug 2000 14:40:41 -0500 From: Chris Cook X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: CNNet Cc: freebsd-isp@FreeBSD.ORG Subject: Re: cuicpop start problem References: <4.3.2.7.2.20000814122925.00afbe10@cnnet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org well... seeing as it's cucipop, not cuicpop... CNNet wrote: > > Hi have freebsd ver 4 > > have the following line in my rc.local file > > /usr/local/libexec/cuicpop > > When i reboot the server or it crashes cuicpop doesn't restart what gives. > > What permissions should it have and who should be the ownoer of this file, > so it the server will start on reboot > > Jason > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Chris o----< ccook@tcworks.net >-----------------------------------------o |Chris Cook - Network Admin | TCWORKS.NET - http://www.tcworks.net | |The Computer Works ISP | FreeBSD - http://www.freebsd.org | o------------------------------------------------------------------o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 21:13: 9 2000 Delivered-To: freebsd-isp@freebsd.org Received: from saucer.infostrm.com (FacData-Frac-30-11.OneCall.Net [216.37.30.11]) by hub.freebsd.org (Postfix) with ESMTP id 8C38037B7F8 for ; Mon, 14 Aug 2000 21:13:02 -0700 (PDT) (envelope-from angrick@netdirect.net) Received: from cc368756b (cc368756-b.indnpls1.in.home.com [24.19.2.109]) by saucer.infostrm.com (8.8.8/8.8.8) with SMTP id WAA08623 for ; Mon, 14 Aug 2000 22:41:55 -0500 (EST) (envelope-from angrick@netdirect.net) From: "Andy Angrick" To: "freebsd-isp" Subject: Limiting the binding of IP addresses Date: Mon, 14 Aug 2000 23:00:22 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If a box has multiple IP addresses, is there anyway to limit what ip address a daemon will listen on based on who is running it? Say if you are running a virtual server system and both user A and user B telnet into the system with their own unique IP address and try to run a java chat server..I would assume that only one of them would be able run the daemon because it would bind itself to all available IP addresses. If there was a way to limit what IP address it would bind to, each would be able to run their own version. Software configuration is out of the question because you'd have to rely on the client to know how to configure the software to listen on a specific IP address, not to mention not every daemon can be configured to listed on a specific IP address. Any thoughts or hints would be greatly appreciated. Andy Angrick HostResource.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 21:37:34 2000 Delivered-To: freebsd-isp@freebsd.org Received: from in-design.com (cleo.in-design.com [209.166.166.241]) by hub.freebsd.org (Postfix) with ESMTP id F40F837BAC1 for ; Mon, 14 Aug 2000 21:37:29 -0700 (PDT) (envelope-from archive@in-design.com) Received: from caligula (ns3.iservetech.com [64.241.125.11]) by in-design.com (8.8.8/8.8.5) with SMTP id AAA11439 for ; Tue, 15 Aug 2000 00:37:44 -0400 (EDT) Reply-To: From: "ARCHIVE" To: Subject: NFS wows Date: Tue, 15 Aug 2000 00:51:21 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20000814074556.25474.qmail@web1401.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Disposition-Notification-To: "ARCHIVE" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all; We have an install where there are multiple fbsd boxes. Now to make life simple for kernel rebuilds and the like I nfs mount from one machine. This machine has the ports and the src and for added comfort the user directories. At first this seamed like a great idea but it is turning out to be a night mare. When the nfs server "disappears" for what ever reason, all the client services seam to hang. That includes login, web, ssh, named... nothing works. Is there a way to make it so that if that partition disappears the machines don't become hosed? Thanks Tamer "Some people dance to the beat of a different drummer and some people tango!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 23: 1:55 2000 Delivered-To: freebsd-isp@freebsd.org Received: from misery.sdf.com (misery.sdf.com [204.244.213.49]) by hub.freebsd.org (Postfix) with ESMTP id 85E5437B807 for ; Mon, 14 Aug 2000 23:01:51 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 13OZSJ-0006XY-00; Mon, 14 Aug 2000 22:40:07 -0700 Date: Mon, 14 Aug 2000 22:40:05 -0700 (PDT) From: Tom Samplonius To: Andy Angrick Cc: freebsd-isp Subject: Re: Limiting the binding of IP addresses In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 14 Aug 2000, Andy Angrick wrote: > If a box has multiple IP addresses, is there anyway to limit what ip address > a daemon will listen on based on who is running it? Say if you are running a > virtual server system and both user A and user B telnet into the system with > their own unique IP address and try to run a java chat server..I would > assume that only one of them would be able run the daemon because it would > bind itself to all available IP addresses. If there was a way to limit what > IP address it would bind to, each would be able to run their own version. > Software configuration is out of the question because you'd have to rely on > the client to know how to configure the software to listen on a specific IP > address, not to mention not every daemon can be configured to listed on a > specific IP address. > > Any thoughts or hints would be greatly appreciated. > > Andy Angrick > HostResource.com The closest you can get now is jail(). See "man jail". Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 23: 5:45 2000 Delivered-To: freebsd-isp@freebsd.org Received: from misery.sdf.com (misery.sdf.com [204.244.213.49]) by hub.freebsd.org (Postfix) with ESMTP id 5BBC137B97C for ; Mon, 14 Aug 2000 23:05:42 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 13OZWB-0006Xi-00; Mon, 14 Aug 2000 22:44:07 -0700 Date: Mon, 14 Aug 2000 22:43:46 -0700 (PDT) From: Tom Samplonius To: ARCHIVE Cc: freebsd-isp@FreeBSD.ORG Subject: Re: NFS wows In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 15 Aug 2000, ARCHIVE wrote: > Hello all; > > We have an install where there are multiple fbsd boxes. Now to make life > simple for kernel rebuilds and the like I nfs mount from one machine. This > machine has the ports and the src and for added comfort the user > directories. At first this seamed like a great idea but it is turning out to > be a night mare. When the nfs server "disappears" for what ever reason, all > the client services seam to hang. That includes login, web, ssh, named... > nothing works. Is there a way to make it so that if that partition > disappears the machines don't become hosed? That shouldn't happen, unless the NFS mounted filesystems contain files that the hung processes need. I do this all the time actually. As long as I don't enter /usr/src while the NFS server is down, everything is ok. If I do, my process will hang waiting for the server to come back up. You should take a look at what you are mounting exactly. If sounds like you are mounting all of /usr or something on your clients, rather than just /usr/src and /usr/obj You can also make the NFS mount soft (as opposed to hard), so they will time out after a while. However, there will still be a delay. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 14 23:57:56 2000 Delivered-To: freebsd-isp@freebsd.org Received: from toad.com (toad.com [140.174.2.1]) by hub.freebsd.org (Postfix) with ESMTP id 1661A37B724 for ; Mon, 14 Aug 2000 23:57:49 -0700 (PDT) (envelope-from sreid@sea-to-sky.net) Received: from grok.localnet (unknown@bc-van-nws-a53-02-63.look.ca [216.66.139.159]) by toad.com (8.7.5/8.7.3) with ESMTP id SAA16979 for ; Mon, 14 Aug 2000 18:11:03 -0700 (PDT) Received: by grok.localnet (Postfix, from userid 1000) id 4E5BB212E07; Mon, 14 Aug 2000 18:10:31 -0700 (PDT) Date: Mon, 14 Aug 2000 18:10:31 -0700 From: Steve Reid To: freebsd-isp@freebsd.org Subject: FreeBSD database server questions Message-ID: <20000814181031.B13301@grok.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I will soon be setting up a database (among other things, for now) server running FreeBSD 4.1-R. This will be doing the usual web-type transaction processing. Any tips? Specifically... I'd prefer to run an open-source RDBMS; PostgreSQL and Interbase look like the contenders (I'm not interested in MySQL). First-hand experiences? I'll probably end up testing them both but if there's anything specific I should be watching out for I'd like to know beforehand. Vinum? RAID-1 mirroring seems to be a minimum. Can I assume that RDBMSs will be able to take advantage of RAID-10 concurrency? The vinum man page has a "gotchas" section; any other foot-shooters I should be aware of? Also, what about softupdates? As I understand it, softupdates is like async writes except the writes are re-ordered so as to prevent the disk from ever being left in a corrupt state. Is it possible for this delaying and re-ordering to interfere with a RDBMS's ACIDity? Should I stick with sync writes for the RDBMS space? TIA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 0:48:23 2000 Delivered-To: freebsd-isp@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id A213437B712 for ; Tue, 15 Aug 2000 00:47:54 -0700 (PDT) (envelope-from fjoe@iclub.nsu.ru) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id OAA32871; Tue, 15 Aug 2000 14:46:06 +0700 (NSS) (envelope-from fjoe@iclub.nsu.ru) Date: Tue, 15 Aug 2000 14:46:06 +0700 (NSS) From: Max Khon To: Steve Reid Cc: freebsd-isp@FreeBSD.ORG Subject: Re: FreeBSD database server questions In-Reply-To: <20000814181031.B13301@grok.localnet> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, there! On Mon, 14 Aug 2000, Steve Reid wrote: > I will soon be setting up a database (among other things, for now) > server running FreeBSD 4.1-R. This will be doing the usual web-type > transaction processing. > > Any tips? Specifically... > > I'd prefer to run an open-source RDBMS; PostgreSQL and Interbase look > like the contenders (I'm not interested in MySQL). First-hand > experiences? I'll probably end up testing them both but if there's > anything specific I should be watching out for I'd like to know > beforehand. we have found database corruption in PostgreSQL 7.0.2 running under FreeBSD 3.5 (and 4.x) when using secondary keys in our tables. > Also, what about softupdates? As I understand it, softupdates is like > async writes except the writes are re-ordered so as to prevent the disk > from ever being left in a corrupt state. Is it possible for this > delaying and re-ordering to interfere with a RDBMS's ACIDity? Should I > stick with sync writes for the RDBMS space? no, no /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 3:45: 5 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.bfm.org (mail.bfm.org [216.127.218.26]) by hub.freebsd.org (Postfix) with ESMTP id AF50937B6E1 for ; Tue, 15 Aug 2000 03:44:57 -0700 (PDT) (envelope-from OldFrog@bfm.org) Received: from primo.bfm.org ([216.127.218.20]) by mail.bfm.org (Post.Office MTA v3.5.3 release 223 ID# 0-52399U2500L250S0V35) with SMTP id org for ; Tue, 15 Aug 2000 05:46:13 -0500 Received: from office.bfm.org (unverified [216.176.8.9]) by primo.bfm.org (EMWAC SMTPRS 0.83) with SMTP id ; Tue, 15 Aug 2000 05:44:53 -0500 Message-Id: <4.3.2.7.2.20000815054008.00ae75b0@mail.bfm.org> X-Sender: Sysop@mail.bfm.org X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 15 Aug 2000 05:44:45 -0500 To: freebsd-isp@FreeBSD.ORG From: Ryugen Fisher Subject: Virtual Mail and Virtural Hosts Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a package (or series of interworking packages) that allows the set up of email user POP3 (or IMAP4) accounts without making the email user a system user (i.e. adduser, etc etc etc) ... I support a number of small domains with 10-20 POP3 email addresses each and entering them as "real" system users seems less than efficient. None of these folks will ever need nor use a shell account.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 4:13:25 2000 Delivered-To: freebsd-isp@freebsd.org Received: from scooby.lineone.net (doggy.lineone.net [194.75.152.224]) by hub.freebsd.org (Postfix) with ESMTP id EF98E37BA95 for ; Tue, 15 Aug 2000 04:13:21 -0700 (PDT) (envelope-from dconlon@0risknames.com) Received: from doncasterser1 (host213-1-42-217.host.btclick.com [213.1.42.217]) by scooby.lineone.net (8.9.3/8.9.3) with SMTP id MAA03657; Tue, 15 Aug 2000 12:13:11 +0100 (BST) From: "Daniel Conlon" To: "Ryugen Fisher" Cc: Subject: RE: Virtual Mail and Virtural Hosts Date: Tue, 15 Aug 2000 12:11:40 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <4.3.2.7.2.20000815054008.00ae75b0@mail.bfm.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I use qmail (http://www.qmail.org) and vmailmgr (http://www.vmailmgr.org). The later package allows you to have as many POP3 accounts for each domain as is required. All mail is stored in the domain's home directory which makes quota's easy. Hope this is of use. Regards Daniel Conlon ########################## Tel: +44 8707 41 41 51 Fax: +44 8707 41 51 07 http://www.0risknames.com ########################## > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Ryugen Fisher > Sent: 15 August 2000 11:45 > To: freebsd-isp@FreeBSD.ORG > Subject: Virtual Mail and Virtural Hosts > > > Is there a package (or series of interworking packages) that > allows the set > up of email user POP3 (or IMAP4) accounts without making the email user a > system user (i.e. adduser, etc etc etc) ... I support a number of small > domains with 10-20 POP3 email addresses each and entering them as "real" > system users seems less than efficient. None of these folks will > ever need > nor use a shell account.... > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 4:46:30 2000 Delivered-To: freebsd-isp@freebsd.org Received: from beta.root-servers.ch (beta.root-servers.ch [195.49.33.19]) by hub.freebsd.org (Postfix) with SMTP id D5DB137B760 for ; Tue, 15 Aug 2000 04:46:23 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 20312 invoked from network); 15 Aug 2000 11:46:20 -0000 Received: from client98-229.hispeed.ch (HELO 10.2.2.100) (62.2.98.229) by alpha.root-servers.ch with SMTP; 15 Aug 2000 11:46:20 -0000 Date: Tue, 15 Aug 2000 13:48:10 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.45 Beta/6) Personal Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <190524949237.20000815134810@buz.ch> To: Ryugen Fisher Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Virtual Mail and Virtural Hosts In-reply-To: <4.3.2.7.2.20000815054008.00ae75b0@mail.bfm.org> References: <4.3.2.7.2.20000815054008.00ae75b0@mail.bfm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Ryugen, Tuesday, August 15, 2000, 12:44:45 PM, you wrote: > Is there a package (or series of interworking packages) that allows the set > up of email user POP3 (or IMAP4) accounts without making the email user a > system user (i.e. adduser, etc etc etc) ... I support a number of small > domains with 10-20 POP3 email addresses each and entering them as "real" > system users seems less than efficient. Sure there is. qmail 1.03 (www.inter7.com) plus inter7's excellent tool suite (www.inter7.com/vpopmail) are the part of our servers which cause the least problems! Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 6:18: 7 2000 Delivered-To: freebsd-isp@freebsd.org Received: from smtp-out1.bellatlantic.net (smtp-out1.bellatlantic.net [199.45.39.156]) by hub.freebsd.org (Postfix) with ESMTP id 3728137B8DE for ; Tue, 15 Aug 2000 06:17:53 -0700 (PDT) (envelope-from jan@smartsoft.cc) Received: from smartsoft.cc (client-209-158-93-29.bellatlantic.net [209.158.93.29]) by smtp-out1.bellatlantic.net (8.9.1/8.9.1) with ESMTP id JAA28126; Tue, 15 Aug 2000 09:17:41 -0400 (EDT) Message-ID: <399942DA.630943BC@smartsoft.cc> Date: Tue, 15 Aug 2000 09:17:14 -0400 From: Jan Knepper Organization: Smartsoft, LLC X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Ryugen Fisher Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Virtual Mail and Virtural Hosts References: <4.3.2.7.2.20000815054008.00ae75b0@mail.bfm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yes! Take a look at qmail http://www.qmail.org/ and vpopmail http://www.inter7.com/vpopmail/ I setup a FreeBSD host a couple of month ago and was cornered by the same problem. I was about to change sendmail when someone on this list told me there already was a much better solution. Don't worry, be Kneppie! Jan Ryugen Fisher wrote: > Is there a package (or series of interworking packages) that allows the set > up of email user POP3 (or IMAP4) accounts without making the email user a > system user (i.e. adduser, etc etc etc) ... I support a number of small > domains with 10-20 POP3 email addresses each and entering them as "real" > system users seems less than efficient. None of these folks will ever need > nor use a shell account.... > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Jan Knepper Smartsoft, LLC 88 Petersburg Road Petersburg, NJ 08270 U.S.A. http://www.smartsoft.cc/ http://www.pianoprincess.com/ http://www.mp3.com/pianoprincess http://www.riffage.com/Bands/0,2939,2859,00.html http://pianoprincess.iuma.com/ http://www.changemusic.com/piano_princess Phone : 609-628-4260 FAX : 609-628-1267 FAX : 303-845-6415 http://www.fax4free.com/ Phone : 020-873-3837 http://www.xoip.nl/ (Dutch) FAX : 020-873-3837 http://www.xoip.nl/ (Dutch) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 8:17:44 2000 Delivered-To: freebsd-isp@freebsd.org Received: from tinker.com (troll.tinker.com [216.91.221.226]) by hub.freebsd.org (Postfix) with ESMTP id EE16D37BB40 for ; Tue, 15 Aug 2000 08:17:29 -0700 (PDT) (envelope-from kim@tinker.com) Received: by localhost (8.8.5/8.8.5) Received: by mail.tinker.com via smap (V2.0) id xma029299; Tue Aug 15 10:14:58 2000 Received: by localhost (8.8.8/8.8.8) id KAA05660; Tue, 15 Aug 2000 10:10:38 -0500 (CDT) Message-ID: <399960E6.D9A2E63D@tinker.com> Date: Tue, 15 Aug 2000 10:25:26 -0500 From: Kim Shrier Organization: Shrier and Deihl X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Steve Reid Cc: freebsd-isp@FreeBSD.ORG Subject: Re: FreeBSD database server questions References: <20000814181031.B13301@grok.localnet> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You might want to check out the following article: http://apachetoday.com/news_story.php3?ltsn=2000-08-14-008-01-PR-MR-SW Kim Steve Reid wrote: > > I will soon be setting up a database (among other things, for now) > server running FreeBSD 4.1-R. This will be doing the usual web-type > transaction processing. > > Any tips? Specifically... > > I'd prefer to run an open-source RDBMS; PostgreSQL and Interbase look > like the contenders (I'm not interested in MySQL). First-hand > experiences? I'll probably end up testing them both but if there's > anything specific I should be watching out for I'd like to know > beforehand. > > Vinum? RAID-1 mirroring seems to be a minimum. Can I assume that RDBMSs > will be able to take advantage of RAID-10 concurrency? The vinum man > page has a "gotchas" section; any other foot-shooters I should be aware > of? > > Also, what about softupdates? As I understand it, softupdates is like > async writes except the writes are re-ordered so as to prevent the disk > from ever being left in a corrupt state. Is it possible for this > delaying and re-ordering to interfere with a RDBMS's ACIDity? Should I > stick with sync writes for the RDBMS space? > > TIA. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Kim Shrier - principal, Shrier and Deihl - mailto:kim@tinker.com Remote Unix Network Admin, Security, Internet Software Development Tinker Internet Services - Superior FreeBSD-based Web Hosting http://www.tinker.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 8:58: 8 2000 Delivered-To: freebsd-isp@freebsd.org Received: from misery.sdf.com (misery.sdf.com [204.244.213.49]) by hub.freebsd.org (Postfix) with ESMTP id 1F8EF37B815 for ; Tue, 15 Aug 2000 08:58:05 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 13OikE-0007B8-00; Tue, 15 Aug 2000 08:35:14 -0700 Date: Tue, 15 Aug 2000 08:34:58 -0700 (PDT) From: Tom Samplonius To: Max Khon Cc: Steve Reid , freebsd-isp@FreeBSD.ORG Subject: Re: FreeBSD database server questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 15 Aug 2000, Max Khon wrote: > > Also, what about softupdates? As I understand it, softupdates is like > > async writes except the writes are re-ordered so as to prevent the disk > > from ever being left in a corrupt state. Is it possible for this > > delaying and re-ordering to interfere with a RDBMS's ACIDity? Should I > > stick with sync writes for the RDBMS space? > > no, no Actualy, softupdates are irrelevant for an RDMS. Softupdates deal with metadata only. Once the database files have been created on your disk, you are pretty much done with metadata. > /fjoe Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 11:14: 3 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ldc.ro (ldc-gw.pub.ro [192.129.3.227]) by hub.freebsd.org (Postfix) with SMTP id D8EAE37BE4E for ; Tue, 15 Aug 2000 11:13:48 -0700 (PDT) (envelope-from razor@ldc.ro) Received: (qmail 51031 invoked by uid 666); 15 Aug 2000 18:13:20 -0000 Date: Tue, 15 Aug 2000 21:13:20 +0300 From: Alex Popa To: freebsd-isp@freebsd.org Subject: Kernel PPP, PAP authentication and system passwd file Message-ID: <20000815211320.A50962@ldc.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello. Sorry for asking this *again*, but I am almost desperate, after some six hours trying to make the thing work, reading man pages, the handbook, mailing list archives and pppd sources, while having a friend call the modem every two minutes or so, to check the progress. I am using FreeBSD 4.1-STABLE (cvsupped at about 02:00 GMT, on Aug. 15th), and I cannot get pppd to work with the setup mentioned in the subject line. So, can anyone please enlighten me with this: I want to have kernel PPP, with PAP authentication and using the system password file, and wtmp entries. (I want all the users with accounts on the machine to be able to connect, but it is OK if I will be able to config who can connect, and who cannot) I set up a little chat script to put the modem in autoanswer and no-echo mode (I found the ATE0 thing in the mailing list archive). I have tried the following options: login without auth allows anyone to connect, no matter the password. login with auth refuses connection. login with auth and require-pap and refuse-chap fails to connect. My problem seems to be the fact that I only get "PAP authentication failure for user XXX", no _login_ failures, so I suspect either the plogin function in /usr/src/usr.sbin/pppd is not called, or it does something strange. (Fun note: before I read parts of the source, I was even trying to change the order of options in /etc/ppp/options) So, can anyone please post a working /etc/ppp/options and the details (should /etc/ppp/pap-secrets exist or not? what should it contain? what about /etc/ppp/pppshells? should I use domain and name in /etc/ppp/options? any more hints?) I am willing to try and compile a tutorial or an article to send to freebsd-diary, or to send to someone that manages the handbook/docs if I get enough info. Please me to the CC: if you reply, I am not subscribed to freebsd-isp Thanks for the help, Alex ------------+------------------------------------------ Alex Popa, |There never was a good war or a bad peace razor@ldc.ro| -- B. Franklin ------------+------------------------------------------ "It took the computing power of three C-64s to fly to the Moon. It takes a 486 to run Windows 95. Something is wrong here." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 12:25: 7 2000 Delivered-To: freebsd-isp@freebsd.org Received: from www32.web2010.com (www32.web2010.com [216.157.30.254]) by hub.freebsd.org (Postfix) with ESMTP id 2272A37B9B6 for ; Tue, 15 Aug 2000 12:24:58 -0700 (PDT) (envelope-from mdickerson@officeonweb.net) Received: from sami002 (ip28.denver22.co.pub-ip.psi.net [38.31.4.28]) by www32.web2010.com (8.9.3/8.9.0) with SMTP id PAA20655 for ; Tue, 15 Aug 2000 15:12:38 -0400 (EDT) From: mdickerson@officeonweb.net Message-Id: <3.0.6.32.20000815131251.008e3df0@officeonweb.net> X-Sender: success15@officeonweb.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 15 Aug 2000 13:12:51 -0600 To: freebsd-isp@FreeBSD.ORG Subject: leasing servers Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My company is looking to lease a couple servers and would like to go with FreeBSD. Can anyone suggest some reliable companies that offer this? We've found a couple but were hoping for better options (and it seemed like much better options should be out there). TIA mike dickerson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 14: 6:26 2000 Delivered-To: freebsd-isp@freebsd.org Received: from vic.cioe.com (vic.cioe.com [204.120.165.37]) by hub.freebsd.org (Postfix) with ESMTP id 1195D37BAB4 for ; Tue, 15 Aug 2000 14:06:20 -0700 (PDT) (envelope-from steve@ns1.cioe.com) Received: from ny1wsh031 (blackhole.cioe.com [204.120.165.44]) by vic.cioe.com (8.9.3/8.9.3) with SMTP id QAA75950 for ; Tue, 15 Aug 2000 16:06:13 -0500 (EST) (envelope-from steve@ns1.cioe.com) Message-ID: <07bf01c006fc$a5403e30$851a050a@winstar.com> From: "Steven E. Ames" To: Subject: Date: Tue, 15 Aug 2000 16:03:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 14: 7:10 2000 Delivered-To: freebsd-isp@freebsd.org Received: from vic.cioe.com (vic.cioe.com [204.120.165.37]) by hub.freebsd.org (Postfix) with ESMTP id 5C45B37BAB4 for ; Tue, 15 Aug 2000 14:07:07 -0700 (PDT) (envelope-from steve@ns1.cioe.com) Received: from ny1wsh031 (blackhole.cioe.com [204.120.165.44]) by vic.cioe.com (8.9.3/8.9.3) with SMTP id QAA75957; Tue, 15 Aug 2000 16:06:13 -0500 (EST) (envelope-from steve@ns1.cioe.com) Message-ID: <07c101c006fc$a5975ee0$851a050a@winstar.com> From: "Steven E. Ames" To: , References: <3.0.6.32.20000815131251.008e3df0@officeonweb.net> Subject: Re: leasing servers Date: Tue, 15 Aug 2000 16:03:33 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dell. ----- Original Message ----- From: > > My company is looking to lease a couple servers and would like to go with > FreeBSD. Can anyone suggest some reliable companies that offer this? We've > found a couple but were hoping for better options (and it seemed like much > better options should be out there). > > TIA > > mike dickerson > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 14:38:17 2000 Delivered-To: freebsd-isp@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id B0FA837BC37 for ; Tue, 15 Aug 2000 14:38:11 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id RAA51733; Tue, 15 Aug 2000 17:33:52 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Tue, 15 Aug 2000 17:33:40 -0400 (EDT) From: Stephen Hovey To: "Steven E. Ames" Cc: mdickerson@officeonweb.net, freebsd-isp@FreeBSD.ORG Subject: Re: leasing servers In-Reply-To: <07c101c006fc$a5975ee0$851a050a@winstar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I dunno bout that one - the last place I worked use Dell and the power supplies went out alot. On Tue, 15 Aug 2000, Steven E. Ames wrote: > Dell. > > ----- Original Message ----- > From: > > > > My company is looking to lease a couple servers and would like to go > with > > FreeBSD. Can anyone suggest some reliable companies that offer this? > We've > > found a couple but were hoping for better options (and it seemed like > much > > better options should be out there). > > > > TIA > > > > mike dickerson > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 14:40: 2 2000 Delivered-To: freebsd-isp@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id B0D4C37BC37 for ; Tue, 15 Aug 2000 14:39:59 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 669341C6B; Tue, 15 Aug 2000 17:39:59 -0400 (EDT) Date: Tue, 15 Aug 2000 17:39:59 -0400 From: Bill Fumerola To: Stephen Hovey Cc: "Steven E. Ames" , mdickerson@officeonweb.net, freebsd-isp@FreeBSD.ORG Subject: Re: leasing servers Message-ID: <20000815173959.C65562@jade.chc-chimes.com> References: <07c101c006fc$a5975ee0$851a050a@winstar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from shovey@buffnet.net on Tue, Aug 15, 2000 at 05:33:40PM -0400 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 15, 2000 at 05:33:40PM -0400, Stephen Hovey wrote: > I dunno bout that one - the last place I worked use Dell and the power > supplies went out alot. Speaking as an all dell shop, I've never had a power supply go out, and we have a decent amount of machines. We also buy poweredges that have 3 power supplies that can be hotswapped, so even if this was a problem, fixing it would be easy. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 15: 4:58 2000 Delivered-To: freebsd-isp@freebsd.org Received: from troi.csw.net (troi.csw.net [209.136.192.23]) by hub.freebsd.org (Postfix) with ESMTP id C9A6737BCB8 for ; Tue, 15 Aug 2000 15:04:53 -0700 (PDT) (envelope-from lambert@cswnet.com) Received: from ssaos2 (ssaos2.csw.net [209.136.201.13]) by troi.csw.net (8.9.3/8.9.3) with SMTP id RAA94516 for ; Tue, 15 Aug 2000 17:04:53 -0500 (CDT) (envelope-from lambert@cswnet.com) Message-Id: <200008152204.RAA94516@troi.csw.net> From: lambert@cswnet.com Date: Tue, 15 Aug 2000 17:04:21 -0400 To: freebsd-isp@FreeBSD.ORG In-Reply-To: <20000815173959.C65562@jade.chc-chimes.com> Subject: Re: leasing servers X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v2.10a c10 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In <20000815173959.C65562@jade.chc-chimes.com>, on 08/15/2000 at 05:39 PM, Bill Fumerola said: >On Tue, Aug 15, 2000 at 05:33:40PM -0400, Stephen Hovey wrote: >> I dunno bout that one - the last place I worked use Dell and the power >> supplies went out alot. >Speaking as an all dell shop, I've never had a power supply go out, and >we have a decent amount of machines. >We also buy poweredges that have 3 power supplies that can be hotswapped, >so even if this was a problem, fixing it would be easy. And don't buy the friggin Dimension series for servers. The Dimensions are the same junk you can get anywhere. -- Scott Lambert lambert@cswnet.com Systems and Security Administrator CSW Net, Inc. ================================================================ Written: Tuesday, August 15, 2000 - 05:03 PM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 15:13:37 2000 Delivered-To: freebsd-isp@freebsd.org Received: from sn1oexchr02.nextvenue.com (pony.nextvenue.com [209.0.251.199]) by hub.freebsd.org (Postfix) with SMTP id C57BD37B9A8 for ; Tue, 15 Aug 2000 15:13:31 -0700 (PDT) (envelope-from nevans@nextvenue.com) Received: FROM sn1exchmbx.nextvenue.com BY sn1oexchr02.nextvenue.com ; Tue Aug 15 18:13:17 2000 -0400 Received: by sn1exchmbx.nextvenue.com with Internet Mail Service (5.5.2650.21) id ; Tue, 15 Aug 2000 18:12:47 -0400 Message-ID: <712384017032D411AD7B0001023D799B33B27F@sn1exchmbx.nextvenue.com> From: Nick Evans To: "'mdickerson@officeonweb.net'" , freebsd-isp@FreeBSD.ORG Subject: RE: leasing servers Date: Tue, 15 Aug 2000 18:12:41 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C00705.EDB6B960" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C00705.EDB6B960 Content-Type: text/plain; charset="iso-8859-1" VAResearch has some nice offerings. Their leasing is handled by a third party company however. www.valinux.com Nick -----Original Message----- From: mdickerson@officeonweb.net [mailto:mdickerson@officeonweb.net] Sent: Tuesday, August 15, 2000 3:13 PM To: freebsd-isp@FreeBSD.ORG Subject: leasing servers My company is looking to lease a couple servers and would like to go with FreeBSD. Can anyone suggest some reliable companies that offer this? We've found a couple but were hoping for better options (and it seemed like much better options should be out there). TIA mike dickerson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message ------_=_NextPart_001_01C00705.EDB6B960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: leasing servers

VAResearch has some nice offerings. Their leasing is = handled by a third party company however. www.valinux.com

Nick

-----Original Message-----
From: mdickerson@officeonweb.net [mailto:mdickerson@officeonweb= .net]
Sent: Tuesday, August 15, 2000 3:13 PM
To: freebsd-isp@FreeBSD.ORG
Subject: leasing servers



My company is looking to lease a couple servers and = would like to go with
FreeBSD. Can anyone suggest some reliable companies = that offer this? We've
found a couple but were hoping for better options = (and it seemed like much
better options should be out there).

TIA

mike dickerson



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

------_=_NextPart_001_01C00705.EDB6B960-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 15:28:59 2000 Delivered-To: freebsd-isp@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id 45E8937B734 for ; Tue, 15 Aug 2000 15:28:56 -0700 (PDT) (envelope-from jan@smartsoft.cc) Received: from smartsoft.cc (client-209-158-91-45.bellatlantic.net [209.158.91.45]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id SAA19587 for ; Tue, 15 Aug 2000 18:28:50 -0400 (EDT) Message-ID: <3999C406.7E41DB25@smartsoft.cc> Date: Tue, 15 Aug 2000 18:28:22 -0400 From: Jan Knepper Organization: Smartsoft, LLC X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD ISP Subject: Re: leasing servers Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org So has BSDi
http://www.bsdi.com/

Just received their "Products and Services Catalog" yesterday. Pretty neat...

Don't worry, be Kneppie!
Jan
 

Nick Evans wrote:

VAResearch has some nice offerings. Their leasing is handled by a third party company however. www.valinux.com
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 15 21:43:53 2000 Delivered-To: freebsd-isp@freebsd.org Received: from atlas.usls.edu (atlas.usls.edu [202.47.133.46]) by hub.freebsd.org (Postfix) with ESMTP id BB51737B8B6 for ; Tue, 15 Aug 2000 21:43:49 -0700 (PDT) (envelope-from francis@usls.edu) Received: by atlas.usls.edu (Postfix, from userid 1001) id 17EC59B21; Wed, 16 Aug 2000 12:43:46 +0800 (PHT) Received: from localhost (localhost [127.0.0.1]) by atlas.usls.edu (Postfix) with ESMTP id 0B3A65D10 for ; Wed, 16 Aug 2000 12:43:46 +0800 (PHT) Date: Wed, 16 Aug 2000 12:43:46 +0800 (PHT) From: "Francis A. Vidal" To: FreeBSD ISP Subject: Bandwidth monitoring / accounting Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, We're trying to host several websites on a FreeBSD 4.1 server and we want to charge the clients on the bandwidth the site consumed for a period of time. Do you know any pointers on how to setup this machine? Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 16 1:25: 7 2000 Delivered-To: freebsd-isp@freebsd.org Received: from cache.sai.co.za (mail.sai.co.za [196.33.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 357C037BC42 for ; Wed, 16 Aug 2000 01:24:54 -0700 (PDT) (envelope-from davew@sai.co.za) Received: from fdisk (fdisk.pmburg.co.za [196.33.40.17]) by cache.sai.co.za (8.9.3/8.9.3) with SMTP id KAA08737; Wed, 16 Aug 2000 10:24:34 +0200 (SAST) (envelope-from davew@sai.co.za) Message-ID: <00af01c0075d$1a450de0$112821c4@sai.co.za> From: "Dave Wilson" To: "Alejandro Ramirez" Cc: References: <004501c006d7$d4c06dd0$112821c4@sai.co.za> <045501c00701$d94ae5e0$02c134c8@megared.net.mx> Subject: Re: [SQU] failrly big cache for lots of clients, extra tips ? Date: Wed, 16 Aug 2000 10:36:39 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Alejandro, Thanks for those tips I will give it a try. Also any ideas on how to get squid to not use excessive bandwidth ? Regards Dave Wilson The S.A. Internet (033) 3456777 0825496159 http://www.sai.co.za "Who is General Failure and why is he reading my hard drive ?" ----- Original Message ----- From: "Alejandro Ramirez" To: "Dave Wilson" Sent: Tuesday, August 15, 2000 11:43 PM Subject: Re: [SQU] failrly big cache for lots of clients, extra tips ? > > Any ideas ? > > Lots of them :o) > > Optimization Tips for Increase the Server Performance Amazingly > > Try enabling this options in your Makefile (squid port), to improve > performance > > # - Optimize time updates to one per second rather than calling > gettimeofday() > CONFIGURE_ARGS+= --enable-time-hack > # - Compile out code that does optional Ident (RFC931) lookups > CONFIGURE_ARGS+= --disable-ident-lookups > # - Enable Illegal Caracter "_" in the URL > CONFIGURE_ARGS+= --enable-underscores > # - Compile out code for ICP protocol > CONFIGURE_ARGS+= --disable-icp > # - Enable The use of truncate() instead of unlink() > CONFIGURE_ARGS+= --enable-truncate > > recompile & install the new squid binary > > After that, try enabling SoftUpdates, its an special code builted in the > kernel for the filesystems, this code will let your filesystem run as fast > as async filesystems, but as reliable as ufs filesystems, its just great!!! > > Also, mount your squid partition with the "noatime" option, you can add this > in "/etc/fstab" file. > > You have to disable memory pools in your squid.conf file, and lower > persistent connections to 15 seconds, set all of this options to get a real > squid cache engine at full speed > > memory_pools off > pconn_timeout 15 seconds > half_closed_clients off > connect_timeout 10 seconds > quick_abort_min 1 KB > quick_abort_max 1 KB > quick_abort_pct 10 > log_fqdn off > log_mime_hdrs off > cache_store_log none > cache_access_log /dev/null > ipcache_size 32768 > cache_mem 32 MB > > This options has been the best ones I have found for a Dual PIII 600 1GB > RAM, 60GB Cache Disk, it supports 9542 req/min peak reported until now for > 6500 cable modem users. > > Also try not to use more than 6GB size squid cache dirs, I mean if you have > one 18GB disk, try using 3 lines like the following: > > cache_dir ufs /cache/0 6000 16 256 > cache_dir ufs /cache/1 6000 16 256 > cache_dir ufs /cache/2 6000 16 256 > > this first level & second level directory configuration has been the fastest > ones the default, I have used a formula floating around to calculate the 1&2 > levels for directories depending on the size of the partition to use, made > some tests, used one line for 18GB filesystem, but the performance got > degraded badly. > > Rebuild your kernel without needed drivers, and use the following options in > your kernel config file too: > > options "MAXDSIZ=(512*1024*1024)" #Support for a single > proccess to use up to 512MB in RAM > > options "DFLDSIZ=(512*1024*1024)" #Default size of in RAM > for a single proccess > > options PQ_LARGECACHE #Use all the cache in > the PII & PIII proccessors > > Add as much RAM as you can. > > I Hope this can help you out to get the best out of Squid & FreeBSD. > > Greetings... > Ales > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 16 6:44:17 2000 Delivered-To: freebsd-isp@freebsd.org Received: from www32.web2010.com (www32.web2010.com [216.157.30.254]) by hub.freebsd.org (Postfix) with ESMTP id B532837C33D for ; Wed, 16 Aug 2000 06:43:41 -0700 (PDT) (envelope-from mdickerson@officeonweb.net) Received: from sami002 (ip203.denver23.co.pub-ip.psi.net [38.31.5.203]) by www32.web2010.com (8.9.3/8.9.0) with SMTP id JAA14751 for ; Wed, 16 Aug 2000 09:43:07 -0400 (EDT) From: mdickerson@officeonweb.net Message-Id: <3.0.6.32.20000816074331.007b6350@officeonweb.net> X-Sender: success15@officeonweb.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 16 Aug 2000 07:43:31 -0600 To: freebsd-isp@freebsd.org Subject: Re: leasing servers Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks to all for the great responses! This was what we needed. Mike Dickerson Officeonweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 16 7:10:58 2000 Delivered-To: freebsd-isp@freebsd.org Received: from retribution.net (retribution.net [207.96.1.17]) by hub.freebsd.org (Postfix) with ESMTP id 297E737B6E0 for ; Wed, 16 Aug 2000 07:10:54 -0700 (PDT) (envelope-from mjoseff@hellenco.com) Received: from retribution.net (mjoseff@retribution.net [207.96.1.17]) by retribution.net (8.9.3/8.9.1) with ESMTP id KAA08860; Wed, 16 Aug 2000 10:17:24 -0500 (EST) Date: Wed, 16 Aug 2000 10:17:24 -0500 (EST) From: Matthew Joseff X-Sender: mjoseff@retribution.net To: "Francis A. Vidal" Cc: FreeBSD ISP Subject: Re: Bandwidth monitoring / accounting In-Reply-To: Message-ID: X-OS: FreeBSD MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org MRTG? On Wed, 16 Aug 2000, Francis A. Vidal wrote: }Hi all, } }We're trying to host several websites on a FreeBSD 4.1 server and we }want to charge the clients on the bandwidth the site consumed for a }period of time. Do you know any pointers on how to setup this machine? } }Thanks! } } } }To Unsubscribe: send mail to majordomo@FreeBSD.org }with "unsubscribe freebsd-isp" in the body of the message } -- Matthew Joseff www.hellenco.com mjoseff@hellenco.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 16 7:39:11 2000 Delivered-To: freebsd-isp@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id EE44337BFF2 for ; Wed, 16 Aug 2000 07:39:06 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.corp.megared.net.mx [200.52.193.2]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id JAA39805; Wed, 16 Aug 2000 09:39:05 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <00e901c0078f$a7ccaba0$02c134c8@megared.net.mx> From: "Alejandro Ramirez" To: "Dave Wilson" Cc: References: <004501c006d7$d4c06dd0$112821c4@sai.co.za> <045501c00701$d94ae5e0$02c134c8@megared.net.mx> <00af01c0075d$1a450de0$112821c4@sai.co.za> Subject: Re: [SQU] failrly big cache for lots of clients, extra tips ? Date: Wed, 16 Aug 2000 09:38:34 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Dave, Squid doesnt use excessive bandwith, your users do, squid only intercepts the calls and makes the retrieve of files for your users, if you configure more disk for caching, your users will use less bandwith each time, but you will certanly increase the amount of RAM in your system. Greetings... Ales ----- Original Message ----- From: "Dave Wilson" To: "Alejandro Ramirez" Cc: Sent: Wednesday, August 16, 2000 3:36 AM Subject: Re: [SQU] failrly big cache for lots of clients, extra tips ? > Hi Alejandro, > > Thanks for those tips I will give it a try. > Also any ideas on how to get squid to not use excessive bandwidth ? > > Regards > Dave Wilson > The S.A. Internet > (033) 3456777 > 0825496159 > http://www.sai.co.za > "Who is General Failure and why is he reading my hard drive ?" > > ----- Original Message ----- > From: "Alejandro Ramirez" > To: "Dave Wilson" > Sent: Tuesday, August 15, 2000 11:43 PM > Subject: Re: [SQU] failrly big cache for lots of clients, extra tips ? > > > > > Any ideas ? > > > > Lots of them :o) > > > > Optimization Tips for Increase the Server Performance Amazingly > > > > Try enabling this options in your Makefile (squid port), to improve > > performance > > > > # - Optimize time updates to one per second rather than calling > > gettimeofday() > > CONFIGURE_ARGS+= --enable-time-hack > > # - Compile out code that does optional Ident (RFC931) lookups > > CONFIGURE_ARGS+= --disable-ident-lookups > > # - Enable Illegal Caracter "_" in the URL > > CONFIGURE_ARGS+= --enable-underscores > > # - Compile out code for ICP protocol > > CONFIGURE_ARGS+= --disable-icp > > # - Enable The use of truncate() instead of unlink() > > CONFIGURE_ARGS+= --enable-truncate > > > > recompile & install the new squid binary > > > > After that, try enabling SoftUpdates, its an special code builted in the > > kernel for the filesystems, this code will let your filesystem run as fast > > as async filesystems, but as reliable as ufs filesystems, its just > great!!! > > > > Also, mount your squid partition with the "noatime" option, you can add > this > > in "/etc/fstab" file. > > > > You have to disable memory pools in your squid.conf file, and lower > > persistent connections to 15 seconds, set all of this options to get a > real > > squid cache engine at full speed > > > > memory_pools off > > pconn_timeout 15 seconds > > half_closed_clients off > > connect_timeout 10 seconds > > quick_abort_min 1 KB > > quick_abort_max 1 KB > > quick_abort_pct 10 > > log_fqdn off > > log_mime_hdrs off > > cache_store_log none > > cache_access_log /dev/null > > ipcache_size 32768 > > cache_mem 32 MB > > > > This options has been the best ones I have found for a Dual PIII 600 1GB > > RAM, 60GB Cache Disk, it supports 9542 req/min peak reported until now for > > 6500 cable modem users. > > > > Also try not to use more than 6GB size squid cache dirs, I mean if you > have > > one 18GB disk, try using 3 lines like the following: > > > > cache_dir ufs /cache/0 6000 16 256 > > cache_dir ufs /cache/1 6000 16 256 > > cache_dir ufs /cache/2 6000 16 256 > > > > this first level & second level directory configuration has been the > fastest > > ones the default, I have used a formula floating around to calculate the > 1&2 > > levels for directories depending on the size of the partition to use, made > > some tests, used one line for 18GB filesystem, but the performance got > > degraded badly. > > > > Rebuild your kernel without needed drivers, and use the following options > in > > your kernel config file too: > > > > options "MAXDSIZ=(512*1024*1024)" #Support for a single > > proccess to use up to 512MB in RAM > > > > options "DFLDSIZ=(512*1024*1024)" #Default size of in RAM > > for a single proccess > > > > options PQ_LARGECACHE #Use all the cache > in > > the PII & PIII proccessors > > > > Add as much RAM as you can. > > > > I Hope this can help you out to get the best out of Squid & FreeBSD. > > > > Greetings... > > Ales > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 16 14:18:56 2000 Delivered-To: freebsd-isp@freebsd.org Received: from alpha.simphost.com (alpha.simphost.com [216.84.199.194]) by hub.freebsd.org (Postfix) with ESMTP id 7470D37B571 for ; Wed, 16 Aug 2000 14:18:45 -0700 (PDT) (envelope-from jmslivko@simphost.com) Received: by alpha.simphost.com (Postfix, from userid 1004) id 4AF6030720; Wed, 16 Aug 2000 15:19:03 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by alpha.simphost.com (Postfix) with ESMTP id 455C52C90F for ; Wed, 16 Aug 2000 15:19:03 -0600 (MDT) Date: Wed, 16 Aug 2000 15:19:03 -0600 (MDT) From: "Jonathan M. Slivko" To: freebsd-isp@freebsd.org Subject: Pager (Alpha and Numeric) Script -- Any ideas? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyone know of any alphanumeric and numeric pager programs that will automatically page a systems administrator if anything goes down, etc? I have a home coded one right now but it still has bugs. Could you please recommend one to me thats open source or give me the one that their using? I 'd be very greatful for anything you could provide me with. -- Jonathan M. Slivko ---- Jonathan M. Slivko Technical Support: Simple Hosting Solutions Sys Administrator: BN Networks Looking for shells and hosting? check out http://www.simphost.com for great deals! ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 16 16: 8:27 2000 Delivered-To: freebsd-isp@freebsd.org Received: from rosencrantz.citytel.net (rosencrantz.rupert.net [204.244.98.45]) by hub.freebsd.org (Postfix) with ESMTP id EE2A537BAB2 for ; Wed, 16 Aug 2000 16:08:23 -0700 (PDT) (envelope-from kwoody@citytel.net) Received: from rosencrantz.citytel.net (kwoody@rosencrantz.rupert.net [204.244.98.45]) by rosencrantz.citytel.net (8.9.1/8.9.1) with SMTP id QAA29825 for ; Wed, 16 Aug 2000 16:08:22 -0700 (PDT) Date: Wed, 16 Aug 2000 16:08:22 -0700 (PDT) From: Keith Woodworth Reply-To: kwoody@citytel.net To: freebsd-isp@freebsd.org Subject: BSDI -> Freebsd Message-ID: Approved: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We will be moving part of our ISP services to some rackmount 1u's that have been ordered from BSDI. They will have FreeBSD installed on them of course. The services we will be moving are web, mail and radius authentication. As we have everything on BSD/OS right now my main concern is moving the user passwd files over. How interchangeable are the passwd files between FBSD and BSD/OS? Ideally it would be nice to be able to copy the /etc/shells and /etc/groups files and have them the same as the BSD/OS machine then if possible copy over the master.passwd file from the BSD/OS box to the FreeBSD box then run pwd_mkdb(8) on the FreeBSD machine. That just sounds too simple though. Are they similiar enough to acutally do that? Thanks for any info. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 16 19: 1:15 2000 Delivered-To: freebsd-isp@freebsd.org Received: from rosencrantz.citytel.net (rosencrantz.rupert.net [204.244.98.45]) by hub.freebsd.org (Postfix) with ESMTP id E625537B9B9 for ; Wed, 16 Aug 2000 19:01:10 -0700 (PDT) (envelope-from kwoody@citytel.net) Received: from rosencrantz.citytel.net (kwoody@rosencrantz.rupert.net [204.244.98.45]) by rosencrantz.citytel.net (8.9.1/8.9.1) with SMTP id TAA13175; Wed, 16 Aug 2000 19:01:04 -0700 (PDT) Date: Wed, 16 Aug 2000 19:01:03 -0700 (PDT) From: Keith Woodworth Reply-To: kwoody@citytel.net To: Shawn Ramsey Cc: isp@freebsd.org Subject: Re: BSDI -> Freebsd In-Reply-To: <20000816183309.B90228@cpl.net> Message-ID: Approved: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 16 Aug 2000, Shawn Ramsey wrote: >>Well.. Im sure someone else can answer more definetefly(murdered that one), >>but at least a couple years ago, /etc/master.passwd and /etc/passwd were >>completely interchangable between BSD/OS and FreeBSD. They both needed the >>same password scheme, which in the case of BSD/OS was DES. I would imagine >>that it is still the same today, but you never know. Same goes for the >>/etc/group file, and /etc/shells is just a list of shells in FreeBSD, so >>that wouldn't be an issue even if they were different... Ive been using FBSD since 2.0 something and BSD/OS for just over two years so I feel I'm versed enough in both for the move of services. I once copied over a program I had compiled on a FBSD box to a BSD/OS machine and it worked ok. Probably a fluke but I used it as a test to see how close the two really were. So by the sounds of things the transition of moving users and stuff over should be fairly painless. Thanks Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 16 19:31:14 2000 Delivered-To: freebsd-isp@freebsd.org Received: from spooky.eis.net.au (spooky.eis.net.au [203.12.171.2]) by hub.freebsd.org (Postfix) with ESMTP id C46A437B5B1 for ; Wed, 16 Aug 2000 19:31:08 -0700 (PDT) (envelope-from ernie@spooky.eis.net.au) Received: (from ernie@localhost) by spooky.eis.net.au (8.9.3/8.9.3) id MAA01224 for freebsd-isp@freebsd.org; Thu, 17 Aug 2000 12:31:04 +1000 (EST) (envelope-from ernie) From: Ernie Elu Message-Id: <200008170231.MAA01224@spooky.eis.net.au> Subject: GUI based hosting server To: freebsd-isp@freebsd.org Date: Thu, 17 Aug 2000 12:31:04 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there any software around that will turn a FreeBSD system into a hosting server like a Cobalt Raq or Qube style system? I am looking for something so that helpdesk people can manage the addition of domains, websites etc. and the customer can get reports and manage their email system, extra boxes, vacation messages, forwading etc. all from a browser driven interface. I have looked at webmin and it's not in the same league as the Cobalt stuff. - Ernie. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 16 19:40:12 2000 Delivered-To: freebsd-isp@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id D982137B6DD for ; Wed, 16 Aug 2000 19:40:02 -0700 (PDT) (envelope-from jan@smartsoft.cc) Received: from smartsoft.cc (client-209-158-94-137.bellatlantic.net [209.158.94.137]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id WAA09578; Wed, 16 Aug 2000 22:38:52 -0400 (EDT) Message-ID: <399B5020.C8612593@smartsoft.cc> Date: Wed, 16 Aug 2000 22:38:24 -0400 From: Jan Knepper Organization: Smartsoft, LLC X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Ernie Elu Cc: freebsd-isp@FreeBSD.ORG Subject: Re: GUI based hosting server References: <200008170231.MAA01224@spooky.eis.net.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Don't know for sure, but for e-mail check qmail at http://www.qmail.org/ and the utilities that come with it. Don't worry, be Kneppie! Jan Ernie Elu wrote: > Is there any software around that will turn a FreeBSD system into a hosting > server like a Cobalt Raq or Qube style system? > > I am looking for something so that helpdesk people can manage the addition > of domains, websites etc. and the customer can get reports and manage their > email system, extra boxes, vacation messages, forwading etc. all from a > browser driven interface. > > I have looked at webmin and it's not in the same league as the Cobalt stuff. > > - Ernie. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Jan Knepper Smartsoft, LLC 88 Petersburg Road Petersburg, NJ 08270 U.S.A. http://www.smartsoft.cc/ http://www.pianoprincess.com/ http://www.mp3.com/pianoprincess http://www.riffage.com/Bands/0,2939,2859,00.html http://pianoprincess.iuma.com/ http://www.changemusic.com/piano_princess Phone : 609-628-4260 FAX : 609-628-1267 FAX : 303-845-6415 http://www.fax4free.com/ Phone : 020-873-3837 http://www.xoip.nl/ (Dutch) FAX : 020-873-3837 http://www.xoip.nl/ (Dutch) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 16 19:49:21 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns0.acidpit.net (node-40243f72.powerinter.net [64.36.63.114]) by hub.freebsd.org (Postfix) with ESMTP id DFD3F37B5B1 for ; Wed, 16 Aug 2000 19:49:18 -0700 (PDT) (envelope-from rch@qserve.net) Received: from NOSFERATU (tezrian.acdipit.net [64.36.63.116]) by ns0.acidpit.net (8.10.0/8.10.0) with ESMTP id e7H2mMU25034; Wed, 16 Aug 2000 21:48:22 -0500 (EST) Message-Id: <4.2.0.58.20000816214208.01512728@acidpit.net> X-Sender: rch@acidpit.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 16 Aug 2000 21:50:54 -0500 To: Ernie Elu , freebsd-isp@FreeBSD.ORG From: Robert Hough Subject: Re: GUI based hosting server In-Reply-To: <200008170231.MAA01224@spooky.eis.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 12:31 PM 8/17/2000 +1000, Ernie Elu wrote: >I have looked at webmin and it's not in the same league as the Cobalt stuff. This is something I've been working on in my spare time. The problem is, I don't really know how portable it will be... If your seriously interested in checking it out when I get it up to par (anyone else for that matter), send me a private email and I'll drop you in my list of names to keep informed. While your at it, send some of the features you would like to see this type of package utilize... The biggest problem I see about this type of package is, most sys admins are *very* particular about where and how they do things. The raq's assume your an idiot, and forces you to do what *they* want you to. I think I've voided our raq's warranty 100 times over by now, as much tampering, err tweaking, that I've done... :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 1:15:15 2000 Delivered-To: freebsd-isp@freebsd.org Received: from qmail.corpex.net (qmail.corpex.net [195.153.247.40]) by hub.freebsd.org (Postfix) with SMTP id 16E8937B78B for ; Thu, 17 Aug 2000 01:15:10 -0700 (PDT) (envelope-from jonathan@corpex.com) Received: (qmail 65734 invoked from network); 17 Aug 2000 08:16:52 -0000 Received: from perseus.corpex.net (HELO perseus) (195.153.247.226) by qmail.corpex.net with SMTP; 17 Aug 2000 08:16:52 -0000 From: "Jonathan Defries" To: "Jonathan M. Slivko" Cc: "Freebsd-Isp@Freebsd. Org" Subject: RE: Pager (Alpha and Numeric) Script -- Any ideas? Date: Thu, 17 Aug 2000 09:14:57 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Have you looked at qpage? We use it here and it has proved to be just the job. /usr/ports/comms/qpage - Jonathan > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Jonathan M. Slivko > Sent: 16 August 2000 22:19 > To: freebsd-isp@freebsd.org > Subject: Pager (Alpha and Numeric) Script -- Any ideas? > > > Does anyone know of any alphanumeric and numeric pager programs that will > automatically page a systems administrator if anything goes down, etc? I > have a home coded one right now but it still has bugs. Could you please > recommend one to me thats open source or give me the one that their > using? I 'd be very greatful for anything you could provide me with. > > -- Jonathan M. Slivko > > ---- > Jonathan M. Slivko > Technical Support: Simple Hosting Solutions > Sys Administrator: BN Networks > > Looking for shells and hosting? check out > http://www.simphost.com for great deals! > ---- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 1:22:18 2000 Delivered-To: freebsd-isp@freebsd.org Received: from qmail.corpex.net (qmail.corpex.net [195.153.247.40]) by hub.freebsd.org (Postfix) with SMTP id 6599237BEFC for ; Thu, 17 Aug 2000 01:22:08 -0700 (PDT) (envelope-from jonathan@corpex.com) Received: (qmail 75875 invoked from network); 17 Aug 2000 08:23:51 -0000 Received: from perseus.corpex.net (HELO perseus) (195.153.247.226) by qmail.corpex.net with SMTP; 17 Aug 2000 08:23:51 -0000 From: "Jonathan Defries" To: "Freebsd-Isp@Freebsd. Org" Subject: RE: GUI based hosting server Date: Thu, 17 Aug 2000 09:21:56 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <200008170231.MAA01224@spooky.eis.net.au> Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Is there any software around that will turn a FreeBSD system > into a hosting > server like a Cobalt Raq or Qube style system? > > I am looking for something so that helpdesk people can manage > the addition > of domains, websites etc. and the customer can get reports and > manage their > email system, extra boxes, vacation messages, forwading etc. all from a > browser driven interface. > > I have looked at webmin and it's not in the same league as the > Cobalt stuff. I've been hoping for something similar as well. I use qmail/vpopmail/qmailadmin for the mail side of things, but I think Apache configuration will be custom for now, I'm thinking of something in Python. I'd love to hear of similar projects going on, nice to know I'm not the only sane one left :) The main problem I have with Cobalt (apart from the Linux/sendmail combination) is the security, bugtraq seems to have far too many listings on it. - Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 4: 9:51 2000 Delivered-To: freebsd-isp@freebsd.org Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by hub.freebsd.org (Postfix) with SMTP id BCB5637B63E for ; Thu, 17 Aug 2000 04:09:45 -0700 (PDT) Received: (qmail 25054 invoked from network); 17 Aug 2000 11:17:50 -0000 Received: from jhs.muc.de (HELO park.jhs.private) (193.149.49.84) by slarti.muc.de with SMTP; 17 Aug 2000 11:17:50 -0000 Received: from park.jhs.private (localhost [127.0.0.1]) by park.jhs.private (8.9.3/8.9.3) with ESMTP id QAA06616; Tue, 15 Aug 2000 16:43:05 GMT (envelope-from jhs@park.jhs.private) Message-Id: <200008151643.QAA06616@park.jhs.private> To: archive@in-design.com Cc: freebsd-isp@FreeBSD.ORG Subject: Re: NFS wows From: "Julian Stacey" Organization: Vector Systems Ltd - Munich Unix & Internet consultancy X-Web: http://www.jhs.muc.de http://bim.bsn.com/~jhs/ In-reply-to: Your message of "Tue, 15 Aug 2000 00:51:21 EDT." Date: Tue, 15 Aug 2000 18:43:05 +0200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "ARCHIVE" wrote: > We have an install where there are multiple fbsd boxes. Now to make lif > e > simple for kernel rebuilds and the like I nfs mount from one machine. This > machine has the ports and the src and for added comfort the user > directories. At first this seamed like a great idea but it is turning out to > be a night mare. When the nfs server "disappears" for what ever reason, all > the client services seam to hang. That includes login, web, ssh, named... > nothing works. Is there a way to make it so that if that partition > disappears the machines don't become hosed? > Thanks > Tamer Try `man amd` Amd automatically mounts file systems ... & unmounts on timeout. I switched to using Amd to avoid similar problems to yours. I'll send you my config as examples if you request it. There are many international readers on FreeBSD lists, whose first language is neither English nor American. To avoid making their reading un-necessarily difficult, it's best to keep the language genericly english, & avoid local dialects & mis-spellings (try using /usr/ports/textproc/ispell). Explantions of misleading spellings & mapping dialect to generic: NFS wows (1A) --> NFS woes (1B) seamed (2A) --> seemed (2B) night mare (3A) --> nightmare (3B) become hosed (4A) --> freeze/hang (4B) 1A Wow!: An exclamation 1B Woe: Bad luck, despair, as in "Woe betide he who is caught ...." (generaly used in old fashioned Enlish phrases). 2A Seam: 2 layers of material, at the join. 2B Seem: Appear 3A Night Mare: A female horse at night. 3B Nightmare: A horrible dream. 4A Hosed: American dialect, but is Not English, not generic. Julian - Julian Stacey http://bim.bsn.com/~jhs/ Munich Unix Consultant. Free BSD Unix with 3600 packages & sources. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 5:32:23 2000 Delivered-To: freebsd-isp@freebsd.org Received: from alpha.simphost.com (alpha.simphost.com [216.84.199.194]) by hub.freebsd.org (Postfix) with ESMTP id E59CA37B618 for ; Thu, 17 Aug 2000 05:32:20 -0700 (PDT) Received: by alpha.simphost.com (Postfix, from userid 1004) id 5FE3230720; Thu, 17 Aug 2000 06:32:40 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by alpha.simphost.com (Postfix) with ESMTP id 545752C90F; Thu, 17 Aug 2000 06:32:40 -0600 (MDT) Date: Thu, 17 Aug 2000 06:32:40 -0600 (MDT) From: "Jonathan M. Slivko" To: Ernie Elu Cc: freebsd-isp@freebsd.org Subject: Re: GUI based hosting server In-Reply-To: <200008170231.MAA01224@spooky.eis.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ernie, I am also looking for something like that. Could you please let me know if you find anything? :) -- Jonathan M. Slivko ---- Jonathan M. Slivko Technical Support: Simple Hosting Solutions Sys Administrator: BN Networks Looking for shells and hosting? check out http://www.simphost.com for great deals! ---- On Thu, 17 Aug 2000, Ernie Elu wrote: > Is there any software around that will turn a FreeBSD system into a hosting > server like a Cobalt Raq or Qube style system? > > I am looking for something so that helpdesk people can manage the addition > of domains, websites etc. and the customer can get reports and manage their > email system, extra boxes, vacation messages, forwading etc. all from a > browser driven interface. > > I have looked at webmin and it's not in the same league as the Cobalt stuff. > > - Ernie. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 5:33:32 2000 Delivered-To: freebsd-isp@freebsd.org Received: from alpha.simphost.com (alpha.simphost.com [216.84.199.194]) by hub.freebsd.org (Postfix) with ESMTP id ED87337B698 for ; Thu, 17 Aug 2000 05:33:20 -0700 (PDT) Received: by alpha.simphost.com (Postfix, from userid 1004) id 0AC5130720; Thu, 17 Aug 2000 06:33:41 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by alpha.simphost.com (Postfix) with ESMTP id 0728C2C90F; Thu, 17 Aug 2000 06:33:41 -0600 (MDT) Date: Thu, 17 Aug 2000 06:33:41 -0600 (MDT) From: "Jonathan M. Slivko" To: Jonathan Defries Cc: "Freebsd-Isp@Freebsd. Org" Subject: RE: Pager (Alpha and Numeric) Script -- Any ideas? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks. I'll look at it :) ---- Jonathan M. Slivko Technical Support: Simple Hosting Solutions Sys Administrator: BN Networks Looking for shells and hosting? check out http://www.simphost.com for great deals! ---- On Thu, 17 Aug 2000, Jonathan Defries wrote: > Have you looked at qpage? We use it here and it has proved to be just > the job. /usr/ports/comms/qpage > > > - Jonathan > > > -----Original Message----- > > From: owner-freebsd-isp@FreeBSD.ORG > > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Jonathan M. Slivko > > Sent: 16 August 2000 22:19 > > To: freebsd-isp@freebsd.org > > Subject: Pager (Alpha and Numeric) Script -- Any ideas? > > > > > > Does anyone know of any alphanumeric and numeric pager programs that will > > automatically page a systems administrator if anything goes down, etc? I > > have a home coded one right now but it still has bugs. Could you please > > recommend one to me thats open source or give me the one that their > > using? I 'd be very greatful for anything you could provide me with. > > > > -- Jonathan M. Slivko > > > > ---- > > Jonathan M. Slivko > > Technical Support: Simple Hosting Solutions > > Sys Administrator: BN Networks > > > > Looking for shells and hosting? check out > > http://www.simphost.com for great deals! > > ---- > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 5:41:21 2000 Delivered-To: freebsd-isp@freebsd.org Received: from hitline.ch (ccgate.com4u.ch [195.129.74.66]) by hub.freebsd.org (Postfix) with ESMTP id 1253B37B616; Thu, 17 Aug 2000 05:41:14 -0700 (PDT) Received: from [10.10.10.150] (HELO [10.10.10.150]) by hitline.ch (CommuniGate Pro SMTP 3.3b9) with ESMTP id 1914603; Thu, 17 Aug 2000 14:41:48 +0200 Mime-Version: 1.0 X-Sender: micheal%com4u.ch@mail.com4u.ch Message-Id: In-Reply-To: References: Date: Thu, 17 Aug 2000 14:40:38 +0200 To: freebsd-isp@freebsd.org From: Michael O Shea Subject: Re: GUI based hosting server Cc: freebsd-isp@freebsd.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 6:32 AM -0600 8/17/00, Jonathan M. Slivko wrote: >Ernie, > > I am also looking for something like that. Could you please let me >know if you find anything? :) > >-- Jonathan M. Slivko Try some of these toys. Zeus Webserver http://www.zeus.co.uk Best WebServer by a long shot. CommuniGatePRO mailserver http://www.stalker.com Allows you to define "Domain Admins" who can webadmin their own domains. http://www.plesk.com Looks interesting As for Paging/Monitor there is only contender IMHO. http://bb4.com -- Micheal O Shea Email:micheal@com4u.ch com4u.ch http://www.com4u.ch Breitistrasse 7B PGP key available upon request. CH-5506 Maegenwil Tel: +41 62 896 46 26 Switzerland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 7: 7:51 2000 Delivered-To: freebsd-isp@freebsd.org Received: from qmail.corpex.net (qmail.corpex.net [195.153.247.40]) by hub.freebsd.org (Postfix) with SMTP id A001337B638 for ; Thu, 17 Aug 2000 07:07:44 -0700 (PDT) Received: (qmail 5661 invoked from network); 17 Aug 2000 14:09:27 -0000 Received: from perseus.corpex.net (HELO perseus) (195.153.247.226) by qmail.corpex.net with SMTP; 17 Aug 2000 14:09:27 -0000 From: "Jonathan Defries" To: Subject: RE: GUI based hosting server Date: Thu, 17 Aug 2000 15:07:31 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Didn't Big Brother have a few security problems for a while? I used to get emails about it, though I never quite worked out how I ended up on their list! - Jonathan > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Michael O Shea > Sent: 17 August 2000 13:41 > To: freebsd-isp@freebsd.org > Cc: freebsd-isp@freebsd.org > Subject: Re: GUI based hosting server > > [snip] > As for Paging/Monitor there is only contender IMHO. > http://bb4.com > > -- > > > Micheal O Shea Email:micheal@com4u.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 7:17:56 2000 Delivered-To: freebsd-isp@freebsd.org Received: from qmail.corpex.net (qmail.corpex.net [195.153.247.40]) by hub.freebsd.org (Postfix) with SMTP id ABDE637B650 for ; Thu, 17 Aug 2000 07:17:51 -0700 (PDT) Received: (qmail 16343 invoked from network); 17 Aug 2000 14:19:34 -0000 Received: from perseus.corpex.net (HELO perseus) (195.153.247.226) by qmail.corpex.net with SMTP; 17 Aug 2000 14:19:34 -0000 From: "Jonathan Defries" To: "Freebsd-Isp@Freebsd. Org" Subject: Chat scripts Date: Thu, 17 Aug 2000 15:17:37 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm sure these things are the bain of most of us, but does any know of a chat script that is fairly easy to setup, with lowish memory overheads? I've got someone trying to run echat from e-scripts.com and the process seems to want 70M+ of memory for each instance and it seems to kill the server on a fairly regular basis. It would ideally be Perl or C based but I will take anything that works that doesn't need anything browser-enabled like Java. TIA, Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 7:30:49 2000 Delivered-To: freebsd-isp@freebsd.org Received: from alpha.simphost.com (alpha.simphost.com [216.84.199.194]) by hub.freebsd.org (Postfix) with ESMTP id BD19637B649 for ; Thu, 17 Aug 2000 07:30:43 -0700 (PDT) Received: by alpha.simphost.com (Postfix, from userid 1004) id 0D0A730720; Thu, 17 Aug 2000 08:31:02 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by alpha.simphost.com (Postfix) with ESMTP id 09AF32C90F; Thu, 17 Aug 2000 08:31:02 -0600 (MDT) Date: Thu, 17 Aug 2000 08:31:02 -0600 (MDT) From: "Jonathan M. Slivko" To: Jonathan Defries Cc: "Freebsd-Isp@Freebsd. Org" Subject: Re: Chat scripts In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org An IRC chat CLIENT? or an IRC chat Server? -- I can recommend some good IRC chat servers w/ 2MB (or so) of memory requirement. -- Jonathan M. Slivko ---- Jonathan M. Slivko Technical Support: Simple Hosting Solutions Sys Administrator: BN Networks Looking for shells and hosting? check out http://www.simphost.com for great deals! ---- On Thu, 17 Aug 2000, Jonathan Defries wrote: > I'm sure these things are the bain of most of us, but does any know > of a chat script that is fairly easy to setup, with lowish memory > overheads? > > I've got someone trying to run echat from e-scripts.com and the > process seems to want 70M+ of memory for each instance and it seems > to kill the server on a fairly regular basis. > > It would ideally be Perl or C based but I will take anything that > works that doesn't need anything browser-enabled like Java. > > TIA, > > Jonathan > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 7:32:13 2000 Delivered-To: freebsd-isp@freebsd.org Received: from qmail.corpex.net (qmail.corpex.net [195.153.247.40]) by hub.freebsd.org (Postfix) with SMTP id 41A8A37B649 for ; Thu, 17 Aug 2000 07:32:09 -0700 (PDT) Received: (qmail 32661 invoked from network); 17 Aug 2000 14:33:53 -0000 Received: from perseus.corpex.net (HELO perseus) (195.153.247.226) by qmail.corpex.net with SMTP; 17 Aug 2000 14:33:53 -0000 From: "Jonathan Defries" To: "Jonathan M. Slivko" Cc: "Freebsd-Isp@Freebsd. Org" Subject: RE: Chat scripts Date: Thu, 17 Aug 2000 15:31:57 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry, I meant web based ones, not IRC. - Jonathan > An IRC chat CLIENT? or an IRC chat Server? -- I can recommend some good > IRC chat servers w/ 2MB (or so) of memory requirement. -- > Jonathan M. Slivko > > ---- > Jonathan M. Slivko > Technical Support: Simple Hosting Solutions > Sys Administrator: BN Networks > > Looking for shells and hosting? check out > http://www.simphost.com for great deals! > ---- > > On Thu, 17 Aug 2000, Jonathan Defries wrote: > > > I'm sure these things are the bain of most of us, but does any know > > of a chat script that is fairly easy to setup, with lowish memory > > overheads? > > > > I've got someone trying to run echat from e-scripts.com and the > > process seems to want 70M+ of memory for each instance and it seems > > to kill the server on a fairly regular basis. > > > > It would ideally be Perl or C based but I will take anything that > > works that doesn't need anything browser-enabled like Java. > > > > TIA, > > > > Jonathan > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 8: 3:20 2000 Delivered-To: freebsd-isp@freebsd.org Received: from peony.ezo.net (peony.ezo.net [206.102.130.11]) by hub.freebsd.org (Postfix) with ESMTP id ACCD637B635 for ; Thu, 17 Aug 2000 08:03:15 -0700 (PDT) Received: from localhost (jflowers@localhost) by peony.ezo.net (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id e7HFCfk46960; Thu, 17 Aug 2000 11:12:41 -0400 (EDT) Date: Thu, 17 Aug 2000 11:12:41 -0400 (EDT) From: Jim Flowers To: Keith Woodworth Cc: freebsd-isp@FreeBSD.ORG Subject: Re: BSDI -> Freebsd In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Don't know whether this will help but I just moved a number of accounts from BSDI 2.1 to FreeBSD 4.1-STABLE by cutting and pasting the record from one vipw display to the other. Worked fine - 13 character encrypted passwords. Jim Flowers #4 ranked ISP on C|NET #1 in Ohio On Wed, 16 Aug 2000, Keith Woodworth wrote: > > We will be moving part of our ISP services to some rackmount 1u's that > have been ordered from BSDI. They will have FreeBSD installed on them of > course. > > The services we will be moving are web, mail and radius authentication. As > we have everything on BSD/OS right now my main concern is moving the user > passwd files over. > > How interchangeable are the passwd files between FBSD and BSD/OS? Ideally > it would be nice to be able to copy the /etc/shells and /etc/groups files > and have them the same as the BSD/OS machine then if possible copy over > the master.passwd file from the BSD/OS box to the FreeBSD box then run > pwd_mkdb(8) on the FreeBSD machine. > > That just sounds too simple though. Are they similiar enough to acutally > do that? > > Thanks for any info. > Keith > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 11:39: 2 2000 Delivered-To: freebsd-isp@freebsd.org Received: from noc.wnonline.net (noc.wnonline.net [216.4.88.2]) by hub.freebsd.org (Postfix) with ESMTP id 901B637B72A for ; Thu, 17 Aug 2000 11:38:58 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by noc.wnonline.net (8.9.3/8.9.3) with ESMTP id NAA41923 for ; Thu, 17 Aug 2000 13:38:55 -0500 (CDT) (envelope-from joe.kamm@wnonline.net) Date: Thu, 17 Aug 2000 13:38:55 -0500 (CDT) From: joe X-Sender: jk@noc.wnonline.net Reply-To: joe.kamm@wnonline.net To: freebsd-isp@freebsd.org Subject: isdn using ZyXEL omni.net plus Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i know someone out there has had to use this t/a before. i can't get dual channel capabilty with ppp -- my co-worker says it has worked for him before but can't remember exactly how it was done. am i supposed to be using mpd? can someone spare some configs or something? i've got one now and an INIT from ZyXEL but i can't get anymore than 1b channel =( i've been checking out the arvhices, RTFM'ing (including /usr/share/examples), and i'm just running out of ideas :/ any help is appreciated. -jk --- Joe Kamm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 12:14:43 2000 Delivered-To: freebsd-isp@freebsd.org Received: from g-net.globe.com.ph (g-net.globe.com.ph [203.127.225.10]) by hub.freebsd.org (Postfix) with ESMTP id C4DD737BA48 for ; Thu, 17 Aug 2000 12:14:39 -0700 (PDT) Received: from nitronarc.globe.com.ph (AS1-02.globe.com.ph [203.127.225.41] (may be forged)) by g-net.globe.com.ph (8.9.3/8.9.3) with ESMTP id DAA24877 for ; Fri, 18 Aug 2000 03:24:48 +0800 (HKT) Message-Id: <4.3.2.7.2.20000818031301.0587e550@203.127.225.12> X-Sender: ajpuyat@203.127.225.12 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 18 Aug 2000 03:13:06 +0800 To: freebsd-isp@freebsd.org From: AJ de Jesus-Puyat Subject: OT: x-terminals Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I have a project coming up. Can anybody point me in the right direction. It has to deal with a freebsd client-server set-up. we have one server P3, 256mb, 9.1 scsi hdd. And connected to this server are 20 or more PC units without hard drives. Our principal wants to utilize the hdd-less computers by booting from a bootrom or floppy, getting the graphics information from the server. how do you set-up this kind of configuraion? what software should use (other than the OS). Is there a picobsd that can be made into a graphics terminal? TIA Ramon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 12:14:49 2000 Delivered-To: freebsd-isp@freebsd.org Received: from g-net.globe.com.ph (g-net.globe.com.ph [203.127.225.10]) by hub.freebsd.org (Postfix) with ESMTP id 0532A37B698 for ; Thu, 17 Aug 2000 12:14:47 -0700 (PDT) Received: from nitronarc.globe.com.ph (AS1-02.globe.com.ph [203.127.225.41] (may be forged)) by g-net.globe.com.ph (8.9.3/8.9.3) with ESMTP id DAA14485 for ; Fri, 18 Aug 2000 03:24:56 +0800 (HKT) Message-Id: <4.3.2.7.2.20000818031300.058786f0@203.127.225.12> X-Sender: ajpuyat@203.127.225.12 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 18 Aug 2000 03:14:39 +0800 To: freebsd-isp@freebsd.org From: AJ de Jesus-Puyat Subject: OT: x-terminals Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I have a project coming up. Can anybody point me in the right direction. It has to deal with a freebsd client-server set-up. we have one server P3, 256mb, 9.1 scsi hdd. And connected to this server are 20 or more PC units without hard drives. Our principal wants to utilize the hdd-less computers by booting from a bootrom or floppy, getting the graphics information from the server. how do you set-up this kind of configuraion? what software should use (other than the OS). Is there a picobsd that can be made into a graphics terminal? TIA Ramon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 12:15: 6 2000 Delivered-To: freebsd-isp@freebsd.org Received: from g-net.globe.com.ph (g-net.globe.com.ph [203.127.225.10]) by hub.freebsd.org (Postfix) with ESMTP id ED58A37BA6E for ; Thu, 17 Aug 2000 12:15:02 -0700 (PDT) Received: from nitronarc.globe.com.ph (AS1-02.globe.com.ph [203.127.225.41] (may be forged)) by g-net.globe.com.ph (8.9.3/8.9.3) with ESMTP id DAA05565 for ; Fri, 18 Aug 2000 03:25:12 +0800 (HKT) Message-Id: <4.3.2.7.2.20000818031415.05883100@203.127.225.12> X-Sender: ajpuyat@203.127.225.12 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 18 Aug 2000 03:14:55 +0800 To: freebsd-isp@freebsd.org From: AJ de Jesus-Puyat Subject: OT: x-terminals Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I have a project coming up. Can anybody point me in the right direction. It has to deal with a freebsd client-server set-up. we have one server P3, 256mb, 9.1 scsi hdd. And connected to this server are 20 or more PC units without hard drives. Our principal wants to utilize the hdd-less computers by booting from a bootrom or floppy, getting the graphics information from the server. how do you set-up this kind of configuraion? what software should use (other than the OS). Is there a picobsd that can be made into a graphics terminal? TIA Ramon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 12:15:15 2000 Delivered-To: freebsd-isp@freebsd.org Received: from g-net.globe.com.ph (g-net.globe.com.ph [203.127.225.10]) by hub.freebsd.org (Postfix) with ESMTP id 191CD37BA6C for ; Thu, 17 Aug 2000 12:15:13 -0700 (PDT) Received: from nitronarc.globe.com.ph (AS1-02.globe.com.ph [203.127.225.41] (may be forged)) by g-net.globe.com.ph (8.9.3/8.9.3) with ESMTP id DAA29123 for ; Fri, 18 Aug 2000 03:25:22 +0800 (HKT) Message-Id: <4.3.2.7.2.20000818031417.05889f00@203.127.225.12> X-Sender: ajpuyat@203.127.225.12 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 18 Aug 2000 03:15:06 +0800 To: freebsd-isp@freebsd.org From: AJ de Jesus-Puyat Subject: OT: x-terminals Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I have a project coming up. Can anybody point me in the right direction. It has to deal with a freebsd client-server set-up. we have one server P3, 256mb, 9.1 scsi hdd. And connected to this server are 20 or more PC units without hard drives. Our principal wants to utilize the hdd-less computers by booting from a bootrom or floppy, getting the graphics information from the server. how do you set-up this kind of configuraion? what software should use (other than the OS). Is there a picobsd that can be made into a graphics terminal? TIA Ramon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 12:22:31 2000 Delivered-To: freebsd-isp@freebsd.org Received: from noc.wnonline.net (noc.wnonline.net [216.4.88.2]) by hub.freebsd.org (Postfix) with ESMTP id E66D237BA6C for ; Thu, 17 Aug 2000 12:22:29 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by noc.wnonline.net (8.9.3/8.9.3) with ESMTP id OAA41999 for ; Thu, 17 Aug 2000 14:22:26 -0500 (CDT) (envelope-from joe.kamm@wnonline.net) Date: Thu, 17 Aug 2000 14:22:26 -0500 (CDT) From: jk@wnonline.net Reply-To: joe.kamm@wnonline.net To: freebsd-isp@freebsd.org Subject: ZyXEL omni.net plus t/a Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i know someone out there has had to use this t/a before. i can't get dual channel capabilty with ppp -- my co-worker says it has worked for him before but can't remember exactly how it was done. am i supposed to be using mpd? can someone spare some configs or something? i've got one now and an INIT from ZyXEL but i can't get anymore than 1b channel =( i've been checking out the arvhices, RTFM'ing (including /usr/share/examples), and i'm just running out of ideas :/ any help is appreciated. -jk --- Joe Kamm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 18:53:45 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.129.65]) by hub.freebsd.org (Postfix) with ESMTP id C253C37BC9D for ; Thu, 17 Aug 2000 18:51:04 -0700 (PDT) Received: from relay.lsumc.edu (relay.lsumc.edu [155.58.128.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707156E4119 for ; Thu, 17 Aug 2000 15:14:46 -0700 (PDT) Received: from exchgateway.lsumc.edu ([155.58.128.64]) by relay.lsumc.edu (Post.Office MTA v3.5.3 release 223 ID# 0-60969U13000L13000S0V35) with ESMTP id edu; Thu, 17 Aug 2000 17:14:00 -0500 Received: by exchgateway.lsumc.edu with Internet Mail Service (5.5.2650.21) id ; Thu, 17 Aug 2000 17:13:52 -0500 Message-ID: From: jmire@lsuhsc.edu (Mire, John) To: 'Jonathan Defries' , freebsd-isp@freebsd.org Subject: RE: GUI based hosting server Date: Thu, 17 Aug 2000 17:11:53 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org the current ports have as forbidden at v1.2 anyone using 1.5? -- John Mire LSU Health Sciences Center jmire@lsuhsc.edu Computer & Information Services (318) 675-5434 Network Group -----Original Message----- From: Jonathan Defries [mailto:jonathan@corpex.com] Sent: Thursday, August 17, 2000 09:08 To: freebsd-isp@freebsd.org Subject: RE: GUI based hosting server Didn't Big Brother have a few security problems for a while? I used to get emails about it, though I never quite worked out how I ended up on their list! - Jonathan > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Michael O Shea > Sent: 17 August 2000 13:41 > To: freebsd-isp@freebsd.org > Cc: freebsd-isp@freebsd.org > Subject: Re: GUI based hosting server > > [snip] > As for Paging/Monitor there is only contender IMHO. > http://bb4.com > > -- > > > Micheal O Shea Email:micheal@com4u.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 18:54:10 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.129.65]) by hub.freebsd.org (Postfix) with ESMTP id 8999637BCF3 for ; Thu, 17 Aug 2000 18:51:14 -0700 (PDT) Received: from g-net.globe.com.ph (g-net.globe.com.ph [203.127.225.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE0E6E421A for ; Thu, 17 Aug 2000 17:28:56 -0700 (PDT) Received: from nitronarc.iname.com (AS2-19.globe.com.ph [203.127.225.213] (may be forged)) by g-net.globe.com.ph (8.9.3/8.9.3) with ESMTP id IAA29341; Fri, 18 Aug 2000 08:39:07 +0800 (HKT) Message-Id: <4.3.2.7.2.20000818082637.00b22c80@203.127.225.12> X-Sender: ajpuyat@203.127.225.12 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 18 Aug 2000 08:28:51 +0800 To: Jason Fesler From: "Ramoncito P. Puyat" Subject: Re: OT: x-terminals Cc: freebsd-isp@freebsd.org In-Reply-To: References: <4.3.2.7.2.20000818031417.05889f00@203.127.225.12> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We beg everyones indulgence. The router of our lease line has malfunctioned and we are using dial-up now. Seems the local SMTP server was confused and sent it multiple times. Sorry again. Ramon At 12:45 PM 8/17/00 -0700, you wrote: >This was sent 4 times with 4 distinct message-id's. > >On Fri, 18 Aug 2000, AJ de Jesus-Puyat wrote: > > > Hi! > > > > I have a project coming up. Can anybody point me in the right > direction. It > > has to deal with a freebsd client-server set-up. we have one server P3, > > 256mb, 9.1 scsi hdd. And connected to this server are 20 or more PC units > > without hard drives. Our principal wants to utilize the hdd-less computers > > by booting from a bootrom or floppy, getting the graphics information from > > the server. how do you set-up this kind of configuraion? what software > > should use (other than the OS). Is there a picobsd that can be made into a > > graphics terminal? > > > > TIA > > > > Ramon > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 18:54:15 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.129.65]) by hub.freebsd.org (Postfix) with ESMTP id 284CB37BD1F for ; Thu, 17 Aug 2000 18:51:16 -0700 (PDT) Received: from web1705.mail.yahoo.com (web1705.mail.yahoo.com [128.11.23.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 17BD86E3E4B for ; Thu, 17 Aug 2000 18:31:41 -0700 (PDT) Received: (qmail 20526 invoked by uid 60001); 18 Aug 2000 01:31:45 -0000 Message-ID: <20000818013145.20525.qmail@web1705.mail.yahoo.com> Received: from [198.87.202.233] by web1705.mail.yahoo.com; Thu, 17 Aug 2000 18:31:45 PDT Date: Thu, 17 Aug 2000 18:31:45 -0700 (PDT) From: hal jorgins Subject: RE: SMTP Help To: freebsd-isp@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I hope i dont get flamed for this one but this is a good spot to see how open and buggy send mail is."and more" Read up here it gives alot of info about security a must for the nubie, old schooler,and or isp owner/admin who wants to tighten up security. http://blacksun.box.sk/information.php3 Hope no one takes ofense to knowledge. Peace CronXOner --- Jim Weeks wrote: > > On Wed, 9 Aug 2000, Jason Young wrote: > > > > > If I understand correctly, there was no second > attempt. Both log messages > > are from one attempt. Your system didn't accept > the message. > > Thank you, > > This is what happens when you put the keyboard in > gear before engaging the > brain. > > The second entry is sendmail's reply HUH! > > Jim > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 18:54:45 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.129.65]) by hub.freebsd.org (Postfix) with ESMTP id E9B4B37BDF5 for ; Thu, 17 Aug 2000 18:51:26 -0700 (PDT) Received: from noc.wnonline.net (noc.wnonline.net [216.4.88.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80FF16E3B3E for ; Thu, 17 Aug 2000 13:31:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by noc.wnonline.net (8.9.3/8.9.3) with ESMTP id PAA42094 for ; Thu, 17 Aug 2000 15:30:39 -0500 (CDT) (envelope-from joe.kamm@wnonline.net) Date: Thu, 17 Aug 2000 15:30:39 -0500 (CDT) From: jk@noc.wnonline.net Reply-To: joe.kamm@wnonline.net To: freebsd-isp@freebsd.org Subject: ZyXEL omni.net plus t/a Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i know someone out there has had to use this t/a before. i can't get dual channel capabilty with ppp -- my co-worker says it has worked for him before but can't remember exactly how it was done. am i supposed to be using mpd? can someone spare some configs or something? i've got one now and an INIT from ZyXEL but i can't get anymore than 1b channel =( i've been checking out the arvhices, RTFM'ing (including /usr/share/examples), and i'm just running out of ideas :/ any help is appreciated. --- Joe Kamm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 18:57: 0 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.129.65]) by hub.freebsd.org (Postfix) with ESMTP id 91CD837BB91 for ; Thu, 17 Aug 2000 18:51:53 -0700 (PDT) Received: from shurick.fix.aha.ru (shurick.fix.aha.ru [195.2.64.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E206E2C06 for ; Thu, 17 Aug 2000 14:28:08 -0700 (PDT) Received: (from shurick@localhost) by shurick.fix.aha.ru (8.9.3/8.9.3) id BAA00375; Fri, 18 Aug 2000 01:26:41 +0400 (MSD) (envelope-from shurick) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <4.3.2.7.2.20000818031301.0587e550@203.127.225.12> X-Comments: shurick@home Date: Fri, 18 Aug 2000 01:26:41 +0400 (MSD) Organization: Zenon N.S.P. From: "Alexander A. Radunsky" To: AJ de Jesus-Puyat Subject: RE: OT: x-terminals Cc: freebsd-isp@FreeBSD.ORG Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 17-Aug-00 AJ de Jesus-Puyat wrote: Good $Greetings_time, > I have a project coming up. Can anybody point me in the right direction. It > has to deal with a freebsd client-server set-up. we have one server P3, > 256mb, 9.1 scsi hdd. And connected to this server are 20 or more PC units > without hard drives. Our principal wants to utilize the hdd-less computers > by booting from a bootrom or floppy, getting the graphics information from > the server. how do you set-up this kind of configuraion? what software > should use (other than the OS). Is there a picobsd that can be made into a > graphics terminal? You can use the netboot toolkit by Gero Kuhlmann which can be found in the ports collection or at http://www.han.de/~gero/netboot/ for making bootroms to perform booting through network. For this you'll need none of the additional software except real-mode packet drivers for your NIC's in a diskless clients. And you'll need EPROM burner. Picobsd isn't essential because by this way you not will be limited to fit the whole working system to the single boot image. You also can use floppy drive for booting, but it's slow, non-reliable and ugly. Just boot with bootp/tftp then mount nfs and launch X clients. -- Alexander A. Radunsky AR8-RIPN AAR2-RIPE Zenon N.S.P. Moscow, Russia http://www.zenon.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 20:37:31 2000 Delivered-To: freebsd-isp@freebsd.org Received: from aurora.sol.net (aurora.sol.net [206.55.65.76]) by hub.freebsd.org (Postfix) with ESMTP id 3BE9A37B43E for ; Thu, 17 Aug 2000 20:37:29 -0700 (PDT) Received: (from jgreco@localhost) by aurora.sol.net (8.9.3/8.9.2/SNNS-1.02) id WAA56062; Thu, 17 Aug 2000 22:37:16 -0500 (CDT) From: Joe Greco Message-Id: <200008180337.WAA56062@aurora.sol.net> Subject: Re: OT: x-terminals To: ajpuyat@globe.com.ph Date: Thu, 17 Aug 2000 22:37:15 -0500 (CDT) Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: <200008180332.WAA11040@earth.execpc.com> from "jgreco@execpc.com" at Aug 17, 2000 10:32:13 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have a project coming up. Can anybody point me in the right direction. It > has to deal with a freebsd client-server set-up. we have one server P3, > 256mb, 9.1 scsi hdd. And connected to this server are 20 or more PC units > without hard drives. Our principal wants to utilize the hdd-less computers > by booting from a bootrom or floppy, getting the graphics information from > the server. how do you set-up this kind of configuraion? what software > should use (other than the OS). Is there a picobsd that can be made into a > graphics terminal? Since, apparently, PicoBSD was partly inspired by the diskless X-Terminal stuff I did years ago, probably yes. There's documentation in the handbook (not mine). There's documentation in the mailing list archives (mine). In a real basic sense, you NFS mount the server and run X in xdm broadcast mode. Then you have the server run xdm to offer login service. The details are... details. I've even got it doing DHCP, although that made the relatively clean system quite a bit uglier, since dhclient has all sorts of codified inane expectations about the system. -- ... Joe ------------------------------------------------------------------------------- Joe Greco - Systems Administrator jgreco@ns.sol.net Solaria Public Access UNIX - Milwaukee, WI 414/342-4847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 17 20:37:36 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 403E837B422 for ; Thu, 17 Aug 2000 20:37:33 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id VAA35628 for ; Thu, 17 Aug 2000 21:40:53 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Thu, 17 Aug 2000 21:40:53 -0600 (CST) From: Ryan Thompson To: freebsd-isp@freebsd.org Subject: FrontPage server publishing Message-ID: Organization: SaskNow Technologies [www.sasknow.com] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Mailing list archive search appears to be down at the moment, so I apologize if this is a repeat: I've been fighting with the FrontPage extensions for a while (installed from the apache13-fp port under FreeBSD 3.4). I've created a virtual host, an account on the system, and I "Installed" (option 1) the FrontPage extensions to the virtual server using fpsrvadm.exe, and the process completed. The target directory now contains all the _vti_* directories, .htaccess, etc. I can browse pages on the virtual host from anywhere, but: a) Some FrontPage components do not work (hit counter, marquee, etc) b) When I try to publish a site, Microsoft FrontPage (NT) reports: The server sent a response which FrontPage could not parse. If you are trying to connect to a FrontPage server, check with the server's administrator to make sure the FrontPage server extensions are installed properly. At the same time, the httpd process that fielded the request dies with a sig 11, and nothing appears in the Apache error log except a notice of the sig 11. So, I bet the server is probably confounded by the request, dies, and, as a result, only a partial or empty response is sent to the client, which explains the error message, above. Has anyone else witnessed this? Solutions? Thanks! - Ryan -- Ryan Thompson Systems Administrator, Accounts Phone: +1 (306) 664-1161 SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 0:27:41 2000 Delivered-To: freebsd-isp@freebsd.org Received: from web1401.mail.yahoo.com (web1401.mail.yahoo.com [128.11.23.165]) by hub.freebsd.org (Postfix) with SMTP id 1A99C37B422 for ; Fri, 18 Aug 2000 00:27:40 -0700 (PDT) Received: (qmail 4669 invoked by uid 60001); 18 Aug 2000 07:26:28 -0000 Message-ID: <20000818072628.4668.qmail@web1401.mail.yahoo.com> Received: from [159.148.130.2] by web1401.mail.yahoo.com; Fri, 18 Aug 2000 00:26:28 PDT Date: Fri, 18 Aug 2000 00:26:28 -0700 (PDT) From: John Braun Subject: Divert To: freebsd-isp@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I have problems with my router-firewall. When I try command: ipfw add divert natd all from any to any via fxp0, firewall shows message: ip_fw_ctl: invalid command ipfw: setsockopt(IP_FW_ADD): Invalid argument fire# Aug 17 19:35:23 fire /kernel: ip_fw_ctl: invalid command I have compiled BSD 4.0 kernel with options: IPFIREWALL and IPDIVERT. __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 0:38:46 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 23AE237B422 for ; Fri, 18 Aug 2000 00:38:43 -0700 (PDT) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id JAA16420; Fri, 18 Aug 2000 09:38:21 +0200 From: Thierry.Herbelot@alcatel.fr Received: from frmta003.netfr.alcatel.fr (frmta003.netfr.alcatel.fr [155.132.251.32]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id JAA25219; Fri, 18 Aug 2000 09:34:28 +0200 (MET DST) Received: by frmta003.netfr.alcatel.fr(Lotus SMTP MTA v4.6.7 (934.1 12-30-1999)) id C125693F.0029F9C0 ; Fri, 18 Aug 2000 09:38:29 +0200 X-Lotus-FromDomain: ALCATEL To: AJ de Jesus-Puyat Cc: freebsd-isp@FreeBSD.ORG Message-ID: Date: Fri, 18 Aug 2000 09:38:23 +0200 Subject: Re: OT: x-terminals Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, You may also want to try the new PXE diskless boot possibility for FreeBSD (this way, you can boot a PC via Ethernet without using special tools) There was a post by Alfred Perlstein to explain how to use this feature : see the URL http://people.freebsd.org/~alfred/pxe/ TfH AJ de Jesus-Puyat on 17/08/2000 21:14:39 To: freebsd-isp@FreeBSD.ORG cc: (bcc: Thierry HERBELOT/FR/ALCATEL) Subject: OT: x-terminals Hi! I have a project coming up. Can anybody point me in the right direction. It has to deal with a freebsd client-server set-up. we have one server P3, 256mb, 9.1 scsi hdd. And connected to this server are 20 or more PC units without hard drives. Our principal wants to utilize the hdd-less computers by booting from a bootrom or floppy, getting the graphics information from the server. how do you set-up this kind of configuraion? what software should use (other than the OS). Is there a picobsd that can be made into a graphics terminal? TIA Ramon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 1:50:54 2000 Delivered-To: freebsd-isp@freebsd.org Received: from beta.root-servers.ch (beta.root-servers.ch [195.49.33.19]) by hub.freebsd.org (Postfix) with SMTP id C09E237B423 for ; Fri, 18 Aug 2000 01:50:51 -0700 (PDT) Received: (qmail 58265 invoked from network); 18 Aug 2000 08:50:49 -0000 Received: from client80-30.hispeed.ch (HELO 10.2.2.100) (62.2.80.30) by alpha.root-servers.ch with SMTP; 18 Aug 2000 08:50:49 -0000 Date: Fri, 18 Aug 2000 10:52:38 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.45 Beta/6) Personal Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <714227889.20000818105238@buz.ch> To: John Braun Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Divert In-reply-To: <20000818072628.4668.qmail@web1401.mail.yahoo.com> References: <20000818072628.4668.qmail@web1401.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello John, Friday, August 18, 2000, 9:26:28 AM, you wrote: > I have compiled BSD 4.0 kernel with options: > IPFIREWALL and IPDIVERT. You need IPFORWARDING activated as well. Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 2:10:57 2000 Delivered-To: freebsd-isp@freebsd.org Received: from web1401.mail.yahoo.com (web1401.mail.yahoo.com [128.11.23.165]) by hub.freebsd.org (Postfix) with SMTP id C841A37B423 for ; Fri, 18 Aug 2000 02:10:55 -0700 (PDT) Received: (qmail 21380 invoked by uid 60001); 18 Aug 2000 09:09:51 -0000 Message-ID: <20000818090951.21379.qmail@web1401.mail.yahoo.com> Received: from [159.148.130.2] by web1401.mail.yahoo.com; Fri, 18 Aug 2000 02:09:51 PDT Date: Fri, 18 Aug 2000 02:09:51 -0700 (PDT) From: John Braun Subject: Re: Divert To: freebsd-isp@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> I have compiled BSD 4.0 kernel with options: >> IPFIREWALL and IPDIVERT. >You need IPFORWARDING activated as well. I set up these option.. KERNEL: options IPFIREWALL # IP Firewall - added for NAT options IPDIVERT # IP diverting added for NAT options IPFIREWALL_FORWARD # added to try and get sanity? options IPFIREWALL_VERBOSE # IP packet logging - added for How can I set up option IPFORWARDING ? Is this correctly? options IPFORWARDING "opt_ipforwarding.h" __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 7:19:34 2000 Delivered-To: freebsd-isp@freebsd.org Received: from noc.wnonline.net (noc.wnonline.net [216.4.88.2]) by hub.freebsd.org (Postfix) with ESMTP id C08C137B422 for ; Fri, 18 Aug 2000 07:19:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by noc.wnonline.net (8.9.3/8.9.3) with ESMTP id JAA43656 for ; Fri, 18 Aug 2000 09:19:26 -0500 (CDT) (envelope-from joe.kamm@wnonline.net) Date: Fri, 18 Aug 2000 09:19:26 -0500 (CDT) From: joe X-Sender: jk@noc.wnonline.net Reply-To: joe.kamm@wnonline.net To: freebsd-isp@freebsd.org Subject: apologies Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sorry about the triple post, i sent from one addy and it didn't seem to go through (waited a while) so i figured i had signed up on this list under a diff email addy. =( -jk --- Joe Kamm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 7:24:14 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns0.sitesnow.com (ns0.sitesnow.com [63.166.182.130]) by hub.freebsd.org (Postfix) with ESMTP id 3F05E37B423 for ; Fri, 18 Aug 2000 07:24:13 -0700 (PDT) Received: from gskouby (helo=localhost) by ns0.sitesnow.com with local-esmtp (Exim 3.13 #1) id 13Pn43-000NpZ-00 for freebsd-isp@freebsd.org; Fri, 18 Aug 2000 10:24:07 -0400 Date: Fri, 18 Aug 2000 10:24:07 -0400 (EDT) From: Greg Skouby To: freebsd-isp@freebsd.org Subject: frontpage extentions under FreeBSD 3.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I hate to even bring up the evil empire on this list but has anybody gotten frontpage extentions to work under 3.2 with apache 1.3.12? I got the extentions to work under 3.4 but for some reason not under 3.2. I don't think there would be a reason why they wouldn't work under 3.2 if they worked under 3.4 but I can't kludge it together. I keep on getting premature end of script headers for shtml.exe under FreeBSD 3.2. Any suggestions/pointers? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 9: 5:14 2000 Delivered-To: freebsd-isp@freebsd.org Received: from bsdie.rwsystems.net (bsdie.rwsystems.net [209.197.223.2]) by hub.freebsd.org (Postfix) with ESMTP id 407EC37B422 for ; Fri, 18 Aug 2000 09:05:08 -0700 (PDT) Received: from bsdie.rwsystems.net([209.197.223.2]) (1124 bytes) by bsdie.rwsystems.net via sendmail with P:esmtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Fri, 18 Aug 2000 11:01:35 -0500 (CDT) (Smail-3.2.0.106 1999-Mar-31 #1 built 1999-Aug-7) Date: Fri, 18 Aug 2000 11:01:34 -0500 (CDT) From: James Wyatt To: freebsd-isp@FreeBSD.ORG Subject: Re: Divert In-Reply-To: <20000818090951.21379.qmail@web1401.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Do you have the following line in rc.conf? gateway_enable="YES" On Fri, 18 Aug 2000, John Braun wrote: > >> I have compiled BSD 4.0 kernel with options: > >> IPFIREWALL and IPDIVERT. > > >You need IPFORWARDING activated as well. > > > I set up these option.. > KERNEL: > options IPFIREWALL # IP Firewall - added for NAT > options IPDIVERT # IP diverting added for NAT > options IPFIREWALL_FORWARD # added to try and get > sanity? > options IPFIREWALL_VERBOSE # IP packet logging - > added for > > > How can I set up option IPFORWARDING ? > Is this correctly? > options IPFORWARDING "opt_ipforwarding.h" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 12:45:14 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns.tcworks.net (ns.tcworks.net [216.61.218.2]) by hub.freebsd.org (Postfix) with ESMTP id 699A237B423 for ; Fri, 18 Aug 2000 12:45:11 -0700 (PDT) Received: from tcworks.net (stuck.sticky.org [216.61.218.6]) by ns.tcworks.net (8.9.2/8.9.2) with ESMTP id OAA72166 for ; Fri, 18 Aug 2000 14:39:57 -0500 (CDT) (envelope-from ccook@tcworks.net) Message-ID: <399D928C.307D9E2B@tcworks.net> Date: Fri, 18 Aug 2000 14:46:20 -0500 From: Chris Cook X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: Monitoring Network Traffic Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all, I was wondering if anyone had some good suggestions on software that would allow us to monitor where the majority of our backbone traffic is being used. We have a cisco border router and FreeBSD servers... is there some port or package that will help? Thanks in advance! -- Chris o----< ccook@tcworks.net >-----------------------------------------o |Chris Cook - Network Admin | TCWORKS.NET - http://www.tcworks.net | |The Computer Works ISP | FreeBSD - http://www.freebsd.org | o------------------------------------------------------------------o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 12:54:45 2000 Delivered-To: freebsd-isp@freebsd.org Received: from wopr.chc-chimes.com (wopr.chc-chimes.com [216.234.105.162]) by hub.freebsd.org (Postfix) with ESMTP id A349337B42C for ; Fri, 18 Aug 2000 12:54:41 -0700 (PDT) Received: from localhost (matta@localhost) by wopr.chc-chimes.com (8.9.3/8.9.3) with ESMTP id PAA29797; Fri, 18 Aug 2000 15:55:00 -0400 (EDT) (envelope-from matta@unixshell.com) Date: Fri, 18 Aug 2000 15:54:59 -0400 (EDT) From: matta X-Sender: matta@wopr.chc-chimes.com To: Chris Cook Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Monitoring Network Traffic In-Reply-To: <399D928C.307D9E2B@tcworks.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chris, I have had good luck using both MRTG and Cricket. I have found Cricket to provide more information for monitoring an entire network. It will let you monitor router cpu/temp/mem usage, Portmasters, BGP routing, router interfaces, switch ports and pretty much anything else with modules. I also have it monitoring FreeBSD/WindowsNT servers just fine. Cricket is in /usr/ports/net/cricket and MRTG is in /usr/ports/net/mrtg. Thanks, Matt On Fri, 18 Aug 2000, Chris Cook wrote: > Hello all, > I was wondering if anyone had some good suggestions on software that > would allow us to monitor where the majority of our backbone traffic is > being used. We have a cisco border router and FreeBSD servers... is > there some port or package that will help? Thanks in advance! > > -- > Chris > > o----< ccook@tcworks.net >-----------------------------------------o > |Chris Cook - Network Admin | TCWORKS.NET - http://www.tcworks.net | > |The Computer Works ISP | FreeBSD - http://www.freebsd.org | > o------------------------------------------------------------------o > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 12:59:14 2000 Delivered-To: freebsd-isp@freebsd.org Received: from wopr.chc-chimes.com (wopr.chc-chimes.com [216.234.105.162]) by hub.freebsd.org (Postfix) with ESMTP id 5EEFB37B422 for ; Fri, 18 Aug 2000 12:59:09 -0700 (PDT) Received: from localhost (matta@localhost) by wopr.chc-chimes.com (8.9.3/8.9.3) with ESMTP id PAA29823; Fri, 18 Aug 2000 15:59:59 -0400 (EDT) (envelope-from matta@unixshell.com) Date: Fri, 18 Aug 2000 15:59:59 -0400 (EDT) From: matta X-Sender: matta@wopr.chc-chimes.com To: Chris Cook Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Monitoring Network Traffic In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have just noticed the Cricket port is very outdated. You can grab the latest copy from http://cricket.sourceforge.net. Thanks, Matt On Fri, 18 Aug 2000, matta wrote: > Chris, > I have had good luck using both MRTG and Cricket. I have found > Cricket to provide more information for monitoring an entire network. It > will let you monitor router cpu/temp/mem usage, Portmasters, BGP routing, > router interfaces, switch ports and pretty much anything else with > modules. I also have it monitoring FreeBSD/WindowsNT servers just fine. > > Cricket is in /usr/ports/net/cricket and MRTG is in /usr/ports/net/mrtg. > > > Thanks, > Matt > > On Fri, 18 Aug 2000, Chris Cook wrote: > > > Hello all, > > I was wondering if anyone had some good suggestions on software that > > would allow us to monitor where the majority of our backbone traffic is > > being used. We have a cisco border router and FreeBSD servers... is > > there some port or package that will help? Thanks in advance! > > > > -- > > Chris > > > > o----< ccook@tcworks.net >-----------------------------------------o > > |Chris Cook - Network Admin | TCWORKS.NET - http://www.tcworks.net | > > |The Computer Works ISP | FreeBSD - http://www.freebsd.org | > > o------------------------------------------------------------------o > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 13:47:59 2000 Delivered-To: freebsd-isp@freebsd.org Received: from scribe.cc.purdue.edu (scribe.cc.purdue.edu [128.210.11.6]) by hub.freebsd.org (Postfix) with ESMTP id A257937B422 for ; Fri, 18 Aug 2000 13:47:52 -0700 (PDT) Received: from [128.211.209.78] by scribe.cc.purdue.edu with ESMTP; Fri, 18 Aug 2000 15:47:46 -0500 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 56364195E; Fri, 18 Aug 2000 15:44:20 -0500 (EST) Date: Fri, 18 Aug 2000 15:44:20 -0500 From: Will Andrews To: matta Cc: Chris Cook , freebsd-isp@FreeBSD.ORG Subject: Re: Monitoring Network Traffic Message-Id: <20000818154420.L434@argon.gryphonsoft.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from matta@unixshell.com on Fri, Aug 18, 2000 at 03:59:59PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Aug 18, 2000 at 03:59:59PM -0400, matta wrote: > I have just noticed the Cricket port is very outdated. You can grab the > latest copy from http://cricket.sourceforge.net. Ok, this port has been updated. -- Will Andrews GCS/E/S @d- s+:+ a--- C++ UB++++$ P+ L- E--- W+ N-- !o ?K w--- O- M+ V- PS+ PE++ Y+ PGP+>+++ t++ 5 X+ R+ tv+ b++ DI+++ D+ G++ e>++++ h! r- y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 14:49: 4 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns.tcworks.net (ns.tcworks.net [216.61.218.2]) by hub.freebsd.org (Postfix) with ESMTP id 64D2637B422 for ; Fri, 18 Aug 2000 14:49:01 -0700 (PDT) Received: from tcworks.net (stuck.sticky.org [216.61.218.6]) by ns.tcworks.net (8.9.2/8.9.2) with ESMTP id QAA12176; Fri, 18 Aug 2000 16:43:50 -0500 (CDT) (envelope-from ccook@tcworks.net) Message-ID: <399DAF96.30129A@tcworks.net> Date: Fri, 18 Aug 2000 16:50:14 -0500 From: Chris Cook X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Nick Evans Cc: freebsd-isp@freebsd.org Subject: Re: Monitoring Network Traffic References: <712384017032D411AD7B0001023D799B33B2BF@sn1exchmbx.nextvenue.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I currently have MRTG in place but I was wanting to know if there was someway to record say... which ip addresses get the most traffic.. Thanks! > Nick Evans wrote: > > MRTG > > -----Original Message----- > From: Chris Cook [mailto:ccook@tcworks.net] > Sent: Friday, August 18, 2000 3:46 PM > To: freebsd-isp@freebsd.org > Subject: Monitoring Network Traffic > > Hello all, > I was wondering if anyone had some good suggestions on > software that > would allow us to monitor where the majority of our backbone traffic > is > being used. We have a cisco border router and FreeBSD servers... is > there some port or package that will help? Thanks in advance! > -- Chris o----< ccook@tcworks.net >-----------------------------------------o |Chris Cook - Network Admin | TCWORKS.NET - http://www.tcworks.net | |The Computer Works ISP | FreeBSD - http://www.freebsd.org | o------------------------------------------------------------------o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 15:47:59 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 73EB037B424 for ; Fri, 18 Aug 2000 15:47:56 -0700 (PDT) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id RAA36027; Fri, 18 Aug 2000 17:47:52 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <002101c00966$57b0e9a0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Ryan Thompson" , References: Subject: Re: FrontPage server publishing Date: Fri, 18 Aug 2000 17:47:51 -0500 Organization: West Bend Internet X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Ryan Thompson" > I've been fighting with the FrontPage extensions for a while (installed > from the apache13-fp port under FreeBSD 3.4). I've created a virtual > host, an account on the system, and I "Installed" (option 1) the FrontPage > extensions to the virtual server using fpsrvadm.exe, and the process > completed. The target directory now contains all the _vti_* directories, > .htaccess, etc. I can browse pages on the virtual host from anywhere, > but: > > a) Some FrontPage components do not work (hit counter, marquee, etc) > b) When I try to publish a site, Microsoft FrontPage (NT) reports: > Do the FP extentions work on the default Root Web? > At the same time, the httpd process that fielded the request dies with a > sig 11, and nothing appears in the Apache error log except a notice of the > sig 11. So, I bet the server is probably confounded by the request, dies, > and, as a result, only a partial or empty response is sent to the client, > which explains the error message, above. > > Has anyone else witnessed this? Solutions? > Normally, when you get the sig 11 when trying to connect with the Frontpage Client it indicates that the server is not running as the correct user for the suexec program or the installed suexec program wasn't patched for the Frontpage Extensions. Look in /usr/local/sbin, is suexec in this directory? Does it's date/time correspond to the date/time the httpd program was installed? By default the port builds suexec to expect the Apache server to run as user www. Do you have a user www in your password file? Does the httpd.conf file have the User directive set to the www user? Try rebuilding the port with: make clean make build -DSUEXEC HTTPD_USER= /usr/local/etc/rc.d/apache.sh stop pkg_delete apache_fp-1.3.12 make install /usr/local/etc/rc.d/apache.sh start Then try and connect to the server. Normally, when I create a Virtual Web I use the following script: $cat mkvirt #!/bin/sh FPSRV=/usr/local/frontpage/version4.0/bin HTTPD_CONF=/usr/local/etc/apache/httpd.conf ${FPSRV}/fpsrvadm.exe -o install -t apache-fp \ -s ${HTTPD_CONF} -p 80 -m $1 -u fpadmin -pw And you use the script as: mkvirt www.virtualhost.org NOTE: you'll want to chmod 0500 this file in order to protect the password Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 16: 0: 8 2000 Delivered-To: freebsd-isp@freebsd.org Received: from king1.vineyard.net (K1.VINEYARD.NET [204.17.195.90]) by hub.freebsd.org (Postfix) with ESMTP id C6B8537B423 for ; Fri, 18 Aug 2000 16:00:01 -0700 (PDT) Received: (from mail@localhost) by king1.vineyard.net (8.9.3/8.9.0) id TAA64595; Fri, 18 Aug 2000 19:00:00 -0400 (EDT) Received: from loopback(127.0.0.1) by K1.VINEYARD.NET via smap/slg (V2.0) id sma064578; Fri Aug 18 18:59:46 2000 Message-ID: <021101c00967$f995cf00$68c311cc@vineyard.net> From: "Eric W. Bates" To: , References: Subject: Re: BSDI -> Freebsd Date: Fri, 18 Aug 2000 18:59:32 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We are still in transition from BSDI to freebsd. For a number of reasons, we routinely propagate the authentications from BSDI to freebsd. The following code is from our general "copy from the old box to the new box" program. k1 is the new machine. apache is the old one. It is a pretty straight forward process of rewriting the group, passwd, and master.passwd files and running pwd_mkdb. Some care is taken to filter out "system" uids. Hope the snippet helps. sub do_accounts { # # Update the /etc/passwd, /etc/master.passwd files on k1 # # First grab the entries for UIDs less than 100 # get k1's password file &get_passwd(\@passwd,"$ssh k1 cat /etc/passwd|",sub {$_[2] < 100} ); &get_passwd(\@master,"$ssh k1 cat /etc/master.passwd|",sub {$_[2] < 100}); # Now append the UID entries from apache &get_passwd(\@passwd,"/etc/passwd", sub {$_[2] >= 100 }); &get_passwd(\@master,"/etc/master.passwd",sub {$_[2] >= 100 }); # Get the group file from local machine &get_passwd(\@group,"/etc/group",sub {1}); # permute the group file as necessary foreach $_ (@groups_remove){ &passwd_remove(\@group,$_); } # Add the groups from the remote machine that we don't have &get_passwd(\@group,"$ssh k1 cat /etc/group|", sub { !has_entry(\@group,$_[0])}); # Now send the files to the remote machine with the new names my $np = "/etc/passwd.new.$$"; my $nm = "/etc/master.passwd.new.$$"; my $ng = "/etc/group.new.$$"; &send_passwd(\@passwd,"|$ssh k1 'cat > $np'"); &send_passwd(\@master,"|$ssh k1 'cat > $nm'"); &send_passwd(\@group, "|$ssh k1 'cat > $ng'"); # Now move the files into place and run the program my $cmd =("mv $np /etc/passwd;mv $nm /etc/master.passwd;" . "mv $ng /etc/group;pwd_mkdb /etc/master.passwd"); system("$ssh k1 '$cmd'"); } # get_passwd(\@array,$file,$function) - get all passwd entries from file where t he UID is approved by function # sub get_passwd { my($array,$file,$fun) = @_; open(PASS,$file) || die "Cannot get $file, $!, "; while(){ if(&$fun(split(/:/,$_))){ push(@$array,$_); } } close(PASS); return; } # send_passwd(\@array,$file) # sub send_passwd { my($array,$file) = @_; open(PASS,$file) || die "Cannot open $file, $!, "; foreach $_ (@$array){ print PASS $_; } close(PASS); } ----- Original Message ----- From: Keith Woodworth To: Sent: Wednesday, August 16, 2000 7:08 PM Subject: BSDI -> Freebsd > > We will be moving part of our ISP services to some rackmount 1u's that > have been ordered from BSDI. They will have FreeBSD installed on them of > course. > > The services we will be moving are web, mail and radius authentication. As > we have everything on BSD/OS right now my main concern is moving the user > passwd files over. > > How interchangeable are the passwd files between FBSD and BSD/OS? Ideally > it would be nice to be able to copy the /etc/shells and /etc/groups files > and have them the same as the BSD/OS machine then if possible copy over > the master.passwd file from the BSD/OS box to the FreeBSD box then run > pwd_mkdb(8) on the FreeBSD machine. > > That just sounds too simple though. Are they similiar enough to acutally > do that? > > Thanks for any info. > Keith > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 16:11:32 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id C798A37B424 for ; Fri, 18 Aug 2000 16:11:29 -0700 (PDT) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id SAA36285; Fri, 18 Aug 2000 18:11:28 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <002801c00969$a3513c40$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Greg Skouby" , References: Subject: Re: frontpage extentions under FreeBSD 3.2 Date: Fri, 18 Aug 2000 18:11:27 -0500 Organization: West Bend Internet X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Greg Skouby" > I hate to even bring up the evil empire on this list but has anybody > gotten frontpage extentions to work under 3.2 with apache 1.3.12? I got > the extentions to work under 3.4 but for some reason not under 3.2. I > don't think there would be a reason why they wouldn't work under 3.2 if > they worked under 3.4 but I can't kludge it together. I keep on getting > premature end of script headers for shtml.exe under FreeBSD 3.2. Any > suggestions/pointers? Thanks. > The apache13-fp port should work on 3.2. Does the FrontPage Client work on the Root Web? If it does, then check if you have suexec in /usr/local/sbin Does it have the same date/time as the date/time the httpd program was installed? If it doesn't, then you need to recompile the port with: make clean make build -DSUEXEC HTTPD_USER= /usr/local/etc/rc.d/apache.sh stop pkg_delete apache_fp-1.3.12 make install /usr/local/etc/rc.d/apache.sh start Next you need to check the User directive in the httpd.conf file. Is it set to the "www" or ${HTTPD_USER} user? Is the "www" or ${HTTPD_USER} user in your password file? By default suexec expects the httpd server to run as the ${HTTPD_USER} (default: www). NOTE: The ${HTTPD_USER} is compiled in to the server and can't be changed. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 18 21:34:15 2000 Delivered-To: freebsd-isp@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id ADCC737B423 for ; Fri, 18 Aug 2000 21:34:09 -0700 (PDT) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.9.3/8.9.3) id OAA37038 for ; Sat, 19 Aug 2000 14:34:07 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) Received: from wf-145.aipo.gov.au(192.168.1.145) by pericles.IPAustralia.gov.au via smap (V2.0) id xma037035; Sat, 19 Aug 00 14:33:45 +1000 Received: from localhost (anwsmh@localhost) by stan (8.9.3/8.9.3) with ESMTP id OAA00373 for ; Sat, 19 Aug 2000 14:33:29 +1000 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) X-Authentication-Warning: stan: anwsmh owned process doing -bs Date: Sat, 19 Aug 2000 14:33:28 +1000 (EST) From: Stanley Hopcroft X-Sender: anwsmh@stan To: isp@FreeBSD.ORG Subject: Throughput & Availability: Does anyone have experience with Trunking products (eg EtherChannel) ... ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Ladies and Gentlemen, I am writing about getting beter throughput and availability for servers (by having many NICs in each server), and ask would anyone please care to compare their experience with 1 Trunking products (ie VLANs between switch ports that connect to Servers) such as Foundry's trunking products and EtherChannel 2 Equal Cost Mult-path routing (with or without a routing core). Writers to this list have commented favourably on the equal cost multi-path option, but that option seems to be notably absent from switch vendor literature; they only talk trunks (perhaps so they can sell more switch ports. See for example the Foundry ISP Co-Location and Co-Hosting "case study") The theoretical pluses and minuses of each seem to me to be Factor Trunk Multi-Path n x Throughput No (<= 2 x ) ~ = (n = number of NICs) eg 4 100 TX NICs => 200 Mbps => 400 Mbps Auto Failover Yes Yes (by switch) (by routing process) Switch Ports == NICs No (always 2 x) Yes dual or quad trunk any number of ports 2 or 4 ports Layer 2 (802.1q) Yes No Layer 3 No Yes Standard if 802.1q not ISL No ==> Available for FreeBSD No Yes Available for famous brand servers Yes (Sun, NT, AIX) Yes (maybe with Gated or if you've got the RRAS) right OS, driver etc All switches No (must have correct Yes firmware etc) Same NICs Yes No in server (supported with trunking drivers etc) TCP reordering No Yes Needs an L3 Core No Yes Needs a routing process No Yes Per server (or many defaults) My conclusion is that trunking products provide something like a statistical load balancing (half traffic uses one NIC, the remainder the other) and does not increase the client - server link capacity. It is therefore a feeble method of increasing server throughput even though it does improve link availality ? The only practical disadvantage of equal cost multi path are running routing processes on servers, having the TCP driver re order packets, and needing an L3 switch core (so that client traffic is fowarded to the server by all of the routes through the server NICs). Would any one like to comment on this, or better still let me know why trunking is a better proposal ? Alternatvely, why would anyone use Trunking (EtherChannel) ? I suppose Multi-link PPP is completely out of the question because no switch supports it ? Does anyone use the Foundry ServerIron only to provide better server throughput ? (the "Virtual IP" corresponds to many NICs in one server) Thank you, Yours sincerely. S Hopcroft Network Specialist IP Australia +61 2 6283 3189 +61 2 6281 1353 FAX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 19 8: 2:50 2000 Delivered-To: freebsd-isp@freebsd.org Received: from etinc.com (et-gw.etinc.com [207.252.1.2]) by hub.freebsd.org (Postfix) with ESMTP id E075E37B422 for ; Sat, 19 Aug 2000 08:02:47 -0700 (PDT) Received: from dbsys (dbsys.etinc.com [207.252.1.18]) by etinc.com (8.9.3/8.9.3) with SMTP id LAA10918; Sat, 19 Aug 2000 11:06:21 -0400 (EDT) Message-Id: <200008191506.LAA10918@etinc.com> X-Sender: dennis@etinc.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sat, 19 Aug 2000 11:18:43 -0400 To: Stanley Hopcroft From: Dennis Subject: Re: Throughput & Availability: Does anyone have experience with Trunking products (eg EtherChannel) ... ? Cc: freebsd-isp@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > eg 4 100 TX NICs > => 200 Mbps => 400 Mbps > >Auto Failover Yes Yes We've considered doing this by balancing ethernets within bridge groups (using our bridging code), but we have doubts about the marketability. "Marketability" implies 1) the number of people who need it and 2) the number of people willing to pay for a commercial product. Its fairly easy for us to do, but the question we ask is "why not just use gigabit ethernet" if the application is PTP. >I suppose Multi-link PPP is completely out of the question because no >switch supports it ? You would not want to use MPPP anyway...its not even widely used on its target (serial lines) except for dial up as its a horrible protocol and was designed with the basic (wrong) premise that TCP stacks cant handle out of order packets. The fact that it is in use at all is an indication about the cluelessness of the marketplace. Most T1 lines are load-balanced instead as its 1) more efficient 2) much less cpu intensive and 3) there is no "protocol" so 2 boxes with different mechanisms can be connected without problems. DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 19 15:26:38 2000 Delivered-To: freebsd-isp@freebsd.org Received: from aspenworks.com (aspenworks.com [192.94.236.1]) by hub.freebsd.org (Postfix) with ESMTP id 9FEF137B43C for ; Sat, 19 Aug 2000 15:26:35 -0700 (PDT) Received: from aspenworks.com (hh1127215.direcpc.com [206.71.127.215]) by aspenworks.com (8.9.3/8.9.3) with ESMTP id QAA43894 for ; Sat, 19 Aug 2000 16:26:30 -0600 (MDT) (envelope-from alex@aspenworks.com) Message-ID: <399F0951.964BA9D0@aspenworks.com> Date: Sat, 19 Aug 2000 16:25:21 -0600 From: Alex Reply-To: alex@aspenworks.com X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-isp@FreeBSD.ORG Subject: Secure Email end-to-end? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We have a small number of paranoid clients who'd really like us to provide encrypted Email services. Any suggestions on which method would provide end-to-end encoded email best? Perfer Netscape Email end-to-end or MS if need be. Thanks, -Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 19 15:31: 3 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.fpsn.net (mail.fpsn.net [63.224.69.57]) by hub.freebsd.org (Postfix) with ESMTP id 3FA8137B423 for ; Sat, 19 Aug 2000 15:31:01 -0700 (PDT) Received: from sharky (adsl-151-202-97-90.bellatlantic.net [151.202.97.90]) by mail.fpsn.net (8.9.3/8.9.3) with SMTP id CAA36795; Sun, 20 Aug 2000 02:48:15 -0600 (MDT) (envelope-from simon@optinet.com) Message-Id: <200008200848.CAA36795@mail.fpsn.net> From: "Simon" To: "alex@aspenworks.com" Cc: "freebsd-isp@FreeBSD.ORG" Date: Sat, 19 Aug 2000 18:33:50 -0400 Reply-To: "Simon" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195) In-Reply-To: <399F0951.964BA9D0@aspenworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Secure Email end-to-end? Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Perhaps PGP using email client with a plug-in? Eudora supports one and so do few other clients. -Simon On Sat, 19 Aug 2000 16:25:21 -0600, Alex wrote: > >We have a small number of paranoid clients who'd really like us to >provide encrypted Email services. Any suggestions on which method >would provide end-to-end encoded email best? Perfer Netscape Email >end-to-end or MS if need be. > >Thanks, > > -Alex > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 19 16:55:39 2000 Delivered-To: freebsd-isp@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 33AD637B423 for ; Sat, 19 Aug 2000 16:55:34 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id AAA06058; Sun, 20 Aug 2000 00:53:34 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.0/8.11.0) with ESMTP id e7JNrXh00972; Sun, 20 Aug 2000 00:53:33 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200008192353.e7JNrXh00972@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: joe.kamm@wnonline.net Cc: freebsd-isp@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: ZyXEL omni.net plus t/a In-Reply-To: Message from jk@wnonline.net of "Thu, 17 Aug 2000 14:22:26 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Aug 2000 00:53:33 +0100 From: Brian Somers Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > i know someone out there has had to use this t/a before. i can't get dual > channel capabilty with ppp -- my co-worker says it has worked for him > before but can't remember exactly how it was done. am i supposed to be > using mpd? can someone spare some configs or something? i've got one now > and an INIT from ZyXEL but i can't get anymore than 1b channel =( i've > been checking out the arvhices, RTFM'ing (including /usr/share/examples), > and i'm just running out of ideas :/ > > any help is appreciated. Doing multilink through a TA is nothing to do with ppp. The TA does the dual channel bit itself and pretends it's single channel to the ppp implementation. In short, you need to look at your TA handbook. If however you had a proper ISDN card, there are examples of doing multilink with ppp in share/examples/ppp/*isdn* > -jk > > --- > Joe Kamm -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message