From owner-freebsd-isp Sun Oct 28 2:10:52 2001 Delivered-To: freebsd-isp@freebsd.org Received: from ns.morning.ru (ns.morning.ru [195.161.98.5]) by hub.freebsd.org (Postfix) with ESMTP id 2C95637B403 for ; Sun, 28 Oct 2001 02:10:48 -0800 (PST) Received: (from root@localhost) by ns.morning.ru (8.11.5/8.11.5) id f9SAAWh76381; Sun, 28 Oct 2001 17:10:32 +0700 (KRAT) Date: Sun, 28 Oct 2001 17:10:31 +0700 From: Igor M Podlesny To: Johann Botha Cc: freebsd-isp@freebsd.org Subject: Re: punch_fw Message-ID: <20011028171031.A76033@ns.morning.ru> References: <20011028011245.A7860@blue.frogfoot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011028011245.A7860@blue.frogfoot.net> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 28, 2001 at 01:12:45AM +0200, Johann Botha wrote: > Hi! > > could anybody please point me to some docs on using punch_fw to get active > ftp working using natd. Sorry, I coming with no ideas about `punch_fw' (what it is at all? :-) but ipnat (ipfilter's sister) does it okay. It has some disavantages which natd hasn't (can't do NAT on ANY interface or on interface specified by its IP-address, you should exactly tell it which interface to work on) but it allows to use active ftp connections nicely. > > man natd does not say much. > > an example config using ipfw's divert natd would be nice. > > -- > Regards > Johann > > "They mostly come at night, mostly" - Newt > ______________________________________________________ > Johann L. Botha Debian GNU Jedi: joe@debian.org > +27.82.5626.167 PO Box 3472 > joe@frogfoot.net Matieland > workpage: http://www.frogfoot.net Stellenbosch > homepage: http://blue.frogfoot.net 7602 > ham: ZR1JOE South Africa > > Copyright (c) 2001. The Sovereigns of Frogfoot. All rights reserved. > Disclaimer available upon request. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message good luck, -- Igor M Podlesny http://morning.ru/~poige To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Oct 28 4:15: 1 2001 Delivered-To: freebsd-isp@freebsd.org Received: from blue.frogfoot.net (blue.frogfoot.net [66.8.28.50]) by hub.freebsd.org (Postfix) with SMTP id 0548437B403 for ; Sun, 28 Oct 2001 04:14:46 -0800 (PST) Received: (qmail 2889 invoked by uid 1004); 28 Oct 2001 12:14:37 -0000 Date: Sun, 28 Oct 2001 14:14:36 +0200 From: Johann Botha To: freebsd-isp@freebsd.org Subject: Re: punch_fw Message-ID: <20011028141436.A549@blue.frogfoot.net> References: <20011028011245.A7860@blue.frogfoot.net> <20011028171031.A76033@ns.morning.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011028171031.A76033@ns.morning.ru> User-Agent: Mutt/1.3.22i Organization: Frogfoot Networks X-Operating-System: Debian GNU/Linux blue 2.2.19 (Athlon) X-GPG-Public-Key: http://blue.frogfoot.net/keys/frogfoot.gpg X-Uptime: 1:49pm up 15 days, 22:52, 8 users, load average: 1.07, 1.06, 1.05 X-Edited-With-Muttmode: muttmail.sl - 2001-09-27 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi > > could anybody please point me to some docs on using punch_fw to get active > > ftp working using natd. > > Sorry, I coming with no ideas about `punch_fw' (what it is at all? :-) but > ipnat (ipfilter's sister) does it okay. man natd ------------< snip <------< snip <------< snip <------------ -punch_fw basenumber:count This option directs natd to `punch holes'' in an ipfirewall(4) based firewall for FTP/IRC DCC connections. This is done dynamically by installing temporary firewall rules which allow a particular connection (and only that con- nection) to go through the firewall. The rules are removed once the corresponding connection terminates. A maximum of count rules starting from the rule number basenumber will be used for punching firewall holes. The range will be cleared for all rules on startup. ------------< snip <------< snip <------< snip <------------ i've used ipfilter's nat for active ftp.. worked well, but i would really like to keep this box a ipfw box. some more info on what i would like to do (hoping somebody out there has a working punch_fw setup) i'm running FreeBSD 4.3 release, all the kernel configs are fine.. the box has been doing transparent proxy, logging etc. for some time now with no problems. i would like to enable active ftp (allow ftp-data connections to get routed back to my internal network).. but i dont want to do this: ------------< snip <------< snip <------< snip <------------ #pass tcp from 66.8.28.48/29 1025-65535 to any 20,21 out xmit ed0 #pass tcp from any 20,21 to 66.8.28.48/29 1025-65535 in recv ed0 ------------< snip <------< snip <------< snip <------------ this opens my network up to attacks coming from port 20, like: nmap -g 20 -p 389 -sS 66.8.28.50 ____________ | | outside --|ed0 ed1|----- [66.8.28.48/29] --- (66.8.28.50) |___________| ed0: 66.8.28.22 ed1: 66.8.28.54 i would like my firewall to divert an ftp connection initiated by 66.8.28.50 to natd: /etc/ipfw.rules ------------< snip <------< snip <------< snip <------------ divert 8668 tcp from any to any 20,21 via ed0 ------------< snip <------< snip <------< snip <------------ then it should alias this connection and send the traffic to the outside ftp server as if it where initiated by 66.8.28.22: root@pris:/# natd -punch_fw 0:16 -a 66.8.28.22 -v ------------< snip <------< snip <------< snip <------------ Out [TCP] [TCP] 66.8.28.50:4125 -> 66.8.28.1:21 aliased to [TCP] 66.8.28.22:4125 -> 66.8.28.1:21 ------------< snip <------< snip <------< snip <------------ then, the remote ftp server should respond to 66.8.28.22, this gets diverted to natd, natd passes the response to 66.8.28.50 natd should now add a dynamic rule to allow ftp-data traffic to 66.8.28.22, (i think so anyway) i dont see these rules added ? should i be able to see them with a "ipfw list" ? my ipfw setup also contains: pass tcp from 66.8.28.22/32 to any 20,21 out xmit ed0 to allow nat'd traffic to get out and: pass tcp from any 20,21 to 66.8.28.22/32 in recv ed0 to allow traffic back to natd in what order should these rules be ? ------------< snip <------< snip <------< snip <------------ # FTP divert 8668 tcp from any to any 20,21 via ed0 pass tcp from 66.8.28.22/32 to any 20,21 out xmit ed0 pass tcp from any 20,21 to 66.8.28.22/32 in recv ed0 ------------< snip <------< snip <------< snip <------------ using tcpdump i can see that outgoing requests reach the remote ftp server translated so they look as if they come from 66.8.28.22.. and traffic comes back in to 66.8.28.22.. but the traffic never goes to 66.8.28.50.. i allow all traffic to via ed1 so i think natd is broken.. ? it does not create the dynamic punch rules and it does not route traffic back to the box initiating a connection i've been looking at my ipfw logs, i dont see any deny/drop's relating to what natd should be doing. some example configs using natd/punch_fw with the ipfw rules to go with it would be great! thanks. -- Regards Johann "They mostly come at night, mostly" - Newt ______________________________________________________ Johann L. Botha Debian GNU Jedi: joe@debian.org +27.82.5626.167 PO Box 3472 joe@frogfoot.net Matieland workpage: http://www.frogfoot.net Stellenbosch homepage: http://blue.frogfoot.net 7602 ham: ZR1JOE South Africa Copyright (c) 2001. The Sovereigns of Frogfoot. All rights reserved. Disclaimer available upon request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Oct 28 7:39:33 2001 Delivered-To: freebsd-isp@freebsd.org Received: from ns1.cksoft.de (ns1.cksoft.de [62.111.66.1]) by hub.freebsd.org (Postfix) with ESMTP id CE62F37B401 for ; Sun, 28 Oct 2001 07:39:29 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by ns1.cksoft.de (Postfix) with ESMTP id 3C00514FA0; Sun, 28 Oct 2001 16:41:54 +0100 (CET) Received: by ns1.cksoft.de (Postfix, from userid 66) id 1CDBA14F9E; Sun, 28 Oct 2001 16:41:53 +0100 (CET) Received: by hirvi.cksoft.de (Postfix, from userid 1000) id DDFA45F; Sun, 28 Oct 2001 16:24:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by hirvi.cksoft.de (Postfix) with ESMTP id D4BB834BB; Sun, 28 Oct 2001 16:24:15 +0100 (CET) Date: Sun, 28 Oct 2001 16:24:15 +0100 (CET) From: Christian Kratzer To: Johann Botha Cc: Subject: Re: punch_fw In-Reply-To: <20011028141436.A549@blue.frogfoot.net> Message-ID: X-Spammer-Kill-Ratio: 75% MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, On Sun, 28 Oct 2001, Johann Botha wrote: [snipp] > i've used ipfilter's nat for active ftp.. worked well, but i would really > like to keep this box a ipfw box. [snipp] have you tried using the -s option on natd. This fixes active mode ftp and a couple of other protocols for natd. From the natd manpage. -use_sockets | -s Allocate a socket(2) in order to establish an FTP data or IRC DCC send connection. This option uses more system resources, but guarantees successful connections when port numbers con- flict. natd uses libalias (man libalias) to work the magic. I would be gratefull for a way of using libalias for a plain ipfw based firewall. One would propably have to hack something similar to natd and hang it in using divert. I just have not taken the time yet to fully understand the libalias api etc... to be able to hack something like that. Anybody done it yet ??? Greetings Christian -- CK Software GmbH i.G. Christian Kratzer, Schwarzwaldstr. 31, 71131 Jettingen Email: ck@cksoft.de Phone: +49 7452 889-135 Fax: +49 7452 889-136 FreeBSD spoken here! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Oct 28 7:43:38 2001 Delivered-To: freebsd-isp@freebsd.org Received: from blue.frogfoot.net (blue.frogfoot.net [66.8.28.50]) by hub.freebsd.org (Postfix) with SMTP id 7DC5437B408 for ; Sun, 28 Oct 2001 07:43:33 -0800 (PST) Received: (qmail 16424 invoked by uid 1004); 28 Oct 2001 15:43:24 -0000 Date: Sun, 28 Oct 2001 17:43:24 +0200 From: Johann Botha To: freebsd-isp@freebsd.org Subject: Re: punch_fw Message-ID: <20011028174324.A16095@blue.frogfoot.net> References: <20011028141436.A549@blue.frogfoot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22i Organization: Frogfoot Networks X-Operating-System: Debian GNU/Linux blue 2.2.19 (Athlon) X-GPG-Public-Key: http://blue.frogfoot.net/keys/frogfoot.gpg X-Uptime: 5:39pm up 16 days, 2:41, 5 users, load average: 1.01, 1.09, 1.09 X-Edited-With-Muttmode: muttmail.sl - 2001-09-27 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Christian! > have you tried using the -s option on natd. This fixes active mode ftp > and a couple of other protocols for natd. yes, my natd config file: ------------< snip <------< snip <------< snip <------------ interface ed0 punch_fw 8000:16 use_sockets yes same_ports yes log_denied yes log_facility security ------------< snip <------< snip <------< snip <------------ -- Regards Johann "They mostly come at night, mostly" - Newt ______________________________________________________ Johann L. Botha Debian GNU Jedi: joe@debian.org +27.82.5626.167 PO Box 3472 joe@frogfoot.net Matieland workpage: http://www.frogfoot.net Stellenbosch homepage: http://blue.frogfoot.net 7602 ham: ZR1JOE South Africa Copyright (c) 2001. The Sovereigns of Frogfoot. All rights reserved. Disclaimer available upon request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 29 4:50:55 2001 Delivered-To: freebsd-isp@freebsd.org Received: from norstar-bdc.norstarmolds.com (norstar-bdc.norstarmolds.com [209.83.39.145]) by hub.freebsd.org (Postfix) with ESMTP id E8B8F37B406 for ; Mon, 29 Oct 2001 04:50:52 -0800 (PST) Received: from nhikj.msn.com (host-041.gecapital.com [209.82.14.41]) by norstar-bdc.norstarmolds.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id 4KDZP07B; Mon, 29 Oct 2001 06:40:53 -0600 From: wzcn@msn.com To: mge110ex@msn.com Reply-To: celestinachabot623@excite.com Subject: Get Out of Debt NOW! [mqygl] Message-Id: <20011029125052.E8B8F37B406@hub.freebsd.org> Date: Mon, 29 Oct 2001 04:50:52 -0800 (PST) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org GET RID OF DEBT - NOW and FOREVER! IT'S JUST A PHONE CALL AWAY! Get a FREE QUOTE On Consolidating Your Bills * Drastically Reduce Your Interest Rates! * Stop Creditors From Harassing You! * Slash Your Monthly Payments in Half! WE HAVE HELPED THOUSANDS OF PEOPLE JUST LIKE YOU! WE CAN DO THE FOLLOWING FOR YOU: Drastically lower your interest rates One easy monthly payment Get your peace of mind back again Simply send your NAME: ADDRESS: CITY/STATE: PHONENUMBER:(H) (W) BEST TIME TO CALL: AMOUNT OF DEBT: (All information is strictly confidential) To be removed from our lists please hit reply and type remove in the subject line. Thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 29 19: 2:12 2001 Delivered-To: freebsd-isp@freebsd.org Received: from red.coral.com.mx (gdl.coral.com.mx [148.245.41.14]) by hub.freebsd.org (Postfix) with SMTP id 12AF637B403 for ; Mon, 29 Oct 2001 19:02:10 -0800 (PST) Received: (qmail 27016 invoked from network); 30 Oct 2001 02:00:00 -0000 Received: from ns.coral.com.mx (HELO coral01.coral.com.mx) (148.245.41.18) by gdl.coral.com.mx with SMTP; 30 Oct 2001 02:00:00 -0000 Subject: bridge+nat From: =?ISO-8859-1?Q?V=EDctor?= Manuel =?ISO-8859-1?Q?J=E1quez?= Leal To: freebsd-isp@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.16.99+cvs.2001.10.18.15.19 (Preview Release) Date: 29 Oct 2001 21:03:05 -0600 Message-Id: <1004410985.29379.12.camel@c018> Mime-Version: 1.0 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! Where I work, we installed a wireless network (802.11), but my boss asked me to control the bandwidth consumed by the costumers, and, in the other hand, we wanted to give them routable IPs. So I installed FreeBSD, put it as a bridge and control de bandwidth with DUMMYNET. But now, we run out of IP numbers. My boss wants to NAT some customers, but keep with their routable IPs some other customers, all this under the same access point. So now I've to NAT some unregistered IPs and bridge the rest, in the same computer. I've tryed some configuration but when I get the NAT, the kernel starts to send me this messages: bdg_forward: No rules match, so dropping packet! And the custumers with routable IP stops to receive packets (this occurs slowly). My first question is: Is it possible to do this? If it's, How I can tell to the ipfw which packets divert and which let'em go in the firewall stack? Thanks Vale Ceyusa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 29 19:54:33 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.jditeam.com (jditeam.com [202.150.226.81]) by hub.freebsd.org (Postfix) with SMTP id 8A9C937B40A for ; Mon, 29 Oct 2001 19:54:23 -0800 (PST) Received: (qmail 61332 invoked from network); 30 Oct 2001 03:52:41 -0000 Received: from unknown (HELO LocalHost) (202.150.254.99) by jditeam.com with SMTP; 30 Oct 2001 03:52:41 -0000 Message-ID: <010a01c160f6$8ecff820$63fe96ca@LocalHost> From: "Willys Matulatan" To: Subject: Migrating qmail+vpopmail to qmail+vpopmail+mysql Date: Tue, 30 Oct 2001 10:54:21 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi there, I have a mail server with qmail+vpopmail on Linux machine with a lot of virtual domain. I want to migrate all virtual domain to a brand new server with qmail+vpopmail+mysql on FreeBSD. Any body know the best way to do it? Best regards, Rizal Asia Net Id System Administrator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 6:11: 0 2001 Delivered-To: freebsd-isp@freebsd.org Received: from relay.kiev.sovam.com (relay.kiev.sovam.com [212.109.32.5]) by hub.freebsd.org (Postfix) with ESMTP id CE48437B405 for ; Tue, 30 Oct 2001 06:10:56 -0800 (PST) Received: from [212.109.32.117] (helo=dimitry-vm.kiev.sovam.com) by relay.kiev.sovam.com with esmtp (Exim 3.22 #4) id 15yZbS-000OMG-00 for freebsd-isp@FreeBSD.ORG; Tue, 30 Oct 2001 16:10:54 +0200 Date: Tue, 30 Oct 2001 16:10:53 +0200 From: Dmitry Alyabyev X-Mailer: The Bat! (v1.51) UNREG / CD5BF9353B3B7091 Reply-To: Dmitry Alyabyev X-Priority: 3 (Normal) Message-ID: <148526708604.20011030161053@al.org.ua> To: "BSD-ISP" Subject: Mylex tool for AccelRAID 170 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello AFAIK FreeBSD supports the RAID without a problem. But I cannot find the management pack for FreeBSD. In the same time I'm sure that lots of people use Mylex RAID under FreeBSD. So can someone points me to this software ? -- Dimitry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 6:59:12 2001 Delivered-To: freebsd-isp@freebsd.org Received: from sanyu1.sanyutel.com (sanyu1.sanyutel.com [216.250.215.14]) by hub.freebsd.org (Postfix) with ESMTP id 4916F37B403 for ; Tue, 30 Oct 2001 06:59:05 -0800 (PST) Received: from localhost (ksemat@localhost) by sanyu1.sanyutel.com (8.11.3/) with ESMTP id f9UF2L601161 for ; Tue, 30 Oct 2001 18:02:21 +0300 X-Authentication-Warning: sanyu1.sanyutel.com: ksemat owned process doing -bs Date: Tue, 30 Oct 2001 18:02:21 +0300 (EAT) From: X-X-Sender: To: Subject: PPPoE with Radius Accounting Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello everyone, I have the following setup: Alinux box dialing via PPPoE to a Freebsd 4.4-STABLE PPPoE server. The Freebsd server is set to authenticate againast a Radius Server Running RadiusNT with sql server 7 on Windows 2000 server ( I know all of this is lousy). Now dialup and authentication are ok however the problem comes with accouting packets. Somehow the accouting packets are not sent on to the accouting server which is the same as the Radius machine. I need this to work because I do a timing solution using Easy Access and thus when the customer logs off, the Bsd shoudl send a stop packet that causes the Radius server to send a CDR to the Easy Access machine and thus do an update of his remaining time. IN my /etc/radius.conf I have auth x.x.x.x secret acct x.x.x.x secret and in my /etc/ppp/ppp.conf I have pppoe: allow users enable pap allow mode direct set mru 1492 set mtu 1492 set speed sync enable lqr enable proxy accept dns set cd 5 set ifaddr x.x.x.x x.x.x.x-x.x.x.254 set dns x.x.x.x y.y.y.y set radius /etc/radius.conf ANyone experienced this before? Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 7: 6:32 2001 Delivered-To: freebsd-isp@freebsd.org Received: from proverbs.outreachnetworks.com (proverbs.outreachnetworks.com [65.196.249.4]) by hub.freebsd.org (Postfix) with SMTP id 5CC6037B406 for ; Tue, 30 Oct 2001 07:06:28 -0800 (PST) Received: (qmail 98763 invoked from network); 30 Oct 2001 15:06:23 -0000 Received: from unknown (HELO phoncella.outreachnetworks.com) (65.196.249.11) by proverbs.outreachnetworks.com with SMTP; 30 Oct 2001 15:06:23 -0000 Received: (from elh@localhost) by phoncella.outreachnetworks.com (8.11.6/8.11.2) id f9UF6N702377 for freebsd-isp@FreeBSD.ORG; Tue, 30 Oct 2001 10:06:23 -0500 Date: Tue, 30 Oct 2001 10:06:23 -0500 From: "Eric L. Howard" To: freebsd-isp@FreeBSD.ORG Subject: Re: Migrating qmail+vpopmail to qmail+vpopmail+mysql Message-ID: <20011030100622.A1301@outreachnetworks.com> Mail-Followup-To: freebsd-isp@FreeBSD.ORG References: <010a01c160f6$8ecff820$63fe96ca@LocalHost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <010a01c160f6$8ecff820$63fe96ca@LocalHost>; from willys.matulatan@jditeam.com on Tue, Oct 30, 2001 at 10:54:21AM +0700 Favorite-Scripture: Romans 8:18 Theocratic-Rule-Advocate: http://www.crossmovement.com Registered-Secret-Agent: Agent Double-Naught Seven Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At a certain time, now past, Willys Matulatan spake thusly: > Hi there, > > I have a mail server with qmail+vpopmail on Linux machine with a lot of > virtual domain. I want to migrate all virtual domain to a brand new server > with qmail+vpopmail+mysql on FreeBSD. Any body know the best way to do it? > Not sure what your plans for MySQL are, but Matt Simerson's guides are awesome. They make use of the ports system (The Life with qmail guide does not) which is always a huge plus. http://matt.simerson.net/computing/mail.shtml ~ELH~ -- Eric L. Howard e l h @ o u t r e a c h n e t w o r k s . c o m ------------------------------------------------------------------------ www.OutreachNetworks.com 313.297.9900 ------------------------------------------------------------------------ Advocate of the Theocratic Rule To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 7:19:16 2001 Delivered-To: freebsd-isp@freebsd.org Received: from kermit.netivity.nl (wc-68.r-195-85-144.essentkabel.com [195.85.144.68]) by hub.freebsd.org (Postfix) with ESMTP id B160F37B403 for ; Tue, 30 Oct 2001 07:19:12 -0800 (PST) Received: by KERMIT with Internet Mail Service (5.5.2653.19) id ; Tue, 30 Oct 2001 16:19:11 +0100 Message-ID: <510EAC2065C0D311929200A02472526237A470@NETIVITY-FS> From: Enriko Groen To: "'freebsd-isp@freebsd.org'" Subject: alias over tunnel Date: Tue, 30 Oct 2001 16:19:10 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! I have an ADSL connection which is tunnelled with net-graph. It's running fine. With this connection I got 4 ip-addresses... I would like to alias one of these addresses on the net-graph device. I am able to add the alias, however the alias address doesn't respond to a ping. I suppose this has something to do with the tunnel. What to do? -- Enriko Groen, Hosting manager -------------------------------------------------------- netivity bv www.netivity.nl enriko.groen@netivity.nl 038 - 850 1000 van nagellstraat 4 8011 eb zwolle -------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 9:13:32 2001 Delivered-To: freebsd-isp@freebsd.org Received: from web20109.mail.yahoo.com (web20109.mail.yahoo.com [216.136.226.46]) by hub.freebsd.org (Postfix) with SMTP id 566C837B405 for ; Tue, 30 Oct 2001 09:13:29 -0800 (PST) Message-ID: <20011030171328.34504.qmail@web20109.mail.yahoo.com> Received: from [193.227.212.160] by web20109.mail.yahoo.com via HTTP; Tue, 30 Oct 2001 18:13:28 CET Date: Tue, 30 Oct 2001 18:13:28 +0100 (CET) From: =?iso-8859-1?q?Fabrizio=20Ravazzini?= Subject: Dat Backups To: freebsd-isp@freebsd.org Cc: freebsd-cluster@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all, is there any way to make backups with using dat? Is there some documentation for either FreeBsd or Linux? can someone tell me what hw is supported and if there is some sw that can help me? Bye ______________________________________________________________________ Abbonati a Yahoo! ADSL con Atlanet! Naviga su Internet ad alta velocità, e senza limiti di tempo! Avrai sempre il telefono libero e non dovrai pagare il traffico telefonico per collegarti a Internet. Per saperne di più vai alla pagina http://adsl.yahoo.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 9:16:33 2001 Delivered-To: freebsd-isp@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id A25C637B409 for ; Tue, 30 Oct 2001 09:16:23 -0800 (PST) Received: (qmail 41288 invoked from network); 30 Oct 2001 17:16:30 -0000 Received: from localhost.nexgen.com (HELO alexus) (root@127.0.0.1) by localhost.nexgen.com with SMTP; 30 Oct 2001 17:16:30 -0000 Message-ID: <000d01c16166$95cbbb80$0d00a8c0@alexus> From: "alexus" To: "Fabrizio Ravazzini" , Cc: References: <20011030171328.34504.qmail@web20109.mail.yahoo.com> Subject: Re: Dat Backups Date: Tue, 30 Oct 2001 12:16:16 -0500 Organization: NexGen MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org i've learned my way... dump, restore, tar, cpio, dd, amanda those are software that you should use for backup ----- Original Message ----- From: "Fabrizio Ravazzini" To: Cc: Sent: Tuesday, October 30, 2001 12:13 PM Subject: Dat Backups > Hello all, is there any way to make backups with using > dat? > Is there some documentation for either FreeBsd or > Linux? > can someone tell me what hw is supported and if there > is some sw that can help me? > Bye > > ______________________________________________________________________ > > Abbonati a Yahoo! ADSL con Atlanet! > Naviga su Internet ad alta velocità, e senza limiti di tempo! > Avrai sempre il telefono libero e non dovrai pagare il traffico telefonico > per collegarti a Internet. > Per saperne di più vai alla pagina http://adsl.yahoo.it > > 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 Oct 30 9:19:19 2001 Delivered-To: freebsd-isp@freebsd.org Received: from web20105.mail.yahoo.com (web20105.mail.yahoo.com [216.136.226.42]) by hub.freebsd.org (Postfix) with SMTP id 11B3237B401 for ; Tue, 30 Oct 2001 09:19:17 -0800 (PST) Message-ID: <20011030171916.5346.qmail@web20105.mail.yahoo.com> Received: from [193.227.212.161] by web20105.mail.yahoo.com via HTTP; Tue, 30 Oct 2001 18:19:16 CET Date: Tue, 30 Oct 2001 18:19:16 +0100 (CET) From: =?iso-8859-1?q?Fabrizio=20Ravazzini?= Subject: Re: Dat Backups To: alexus Cc: freebsd-isp@freebsd.org In-Reply-To: <000d01c16166$95cbbb80$0d00a8c0@alexus> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ok, thanks, but is there some hw. best known for compatibility? best regards --- alexus ha scritto: > i've learned my way... > > dump, restore, tar, cpio, dd, amanda > > those are software that you should use for backup > > ----- Original Message ----- > From: "Fabrizio Ravazzini" > To: > Cc: > Sent: Tuesday, October 30, 2001 12:13 PM > Subject: Dat Backups > > > > Hello all, is there any way to make backups with > using > > dat? > > Is there some documentation for either FreeBsd or > > Linux? > > can someone tell me what hw is supported and if > there > > is some sw that can help me? > > Bye > > > > > ______________________________________________________________________ > > > > Abbonati a Yahoo! ADSL con Atlanet! > > Naviga su Internet ad alta velocità, e senza > limiti di tempo! > > Avrai sempre il telefono libero e non dovrai > pagare il traffico telefonico > > per collegarti a Internet. > > Per saperne di più vai alla pagina > http://adsl.yahoo.it > > > > 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 ______________________________________________________________________ Abbonati a Yahoo! ADSL con Atlanet! Naviga su Internet ad alta velocità, e senza limiti di tempo! Avrai sempre il telefono libero e non dovrai pagare il traffico telefonico per collegarti a Internet. Per saperne di più vai alla pagina http://adsl.yahoo.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 9:23:10 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.wanlogistics.net (mail.wanlogistics.net [63.209.114.3]) by hub.freebsd.org (Postfix) with ESMTP id 9D18437B405 for ; Tue, 30 Oct 2001 09:23:06 -0800 (PST) Received: from bilver.wjv.com (spdsl-033.wanlogistics.net [63.209.115.33]) by mail.wanlogistics.net (8.9.3/8.9.3) with ESMTP id MAA34646; Tue, 30 Oct 2001 12:23:05 -0500 (EST) (envelope-from bill@wjv.com) Received: (from bill@localhost) by bilver.wjv.com (8.11.6/8.11.1) id f9UHMZL54618; Tue, 30 Oct 2001 12:22:35 -0500 (EST) (envelope-from bill) Date: Tue, 30 Oct 2001 12:22:35 -0500 From: Bill Vermillion To: Fabrizio Ravazzini Cc: alexus , freebsd-isp@FreeBSD.ORG Subject: Re: Dat Backups Message-ID: <20011030122234.A52637@wjv.com> Reply-To: bv@wjv.com References: <000d01c16166$95cbbb80$0d00a8c0@alexus> <20011030171916.5346.qmail@web20105.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20011030171916.5346.qmail@web20105.mail.yahoo.com>; from freefabri@yahoo.it on Tue, Oct 30, 2001 at 06:19:16PM +0100 Organization: W.J.Vermillion / Orlando - Winter Park Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 30, 2001 at 06:19:16PM +0100, Fabrizio Ravazzini thus sprach: > ok, thanks, but is there some hw. best known for > compatibility? I've always used SCSI DATs. > best regards > > --- alexus ha scritto: > i've > learned my way... > > > > dump, restore, tar, cpio, dd, amanda > > > > those are software that you should use for backup > > > > ----- Original Message ----- > > From: "Fabrizio Ravazzini" > > To: > > Cc: > > Sent: Tuesday, October 30, 2001 12:13 PM > > Subject: Dat Backups > > > > > > > Hello all, is there any way to make backups with > > using > > > dat? > > > Is there some documentation for either FreeBsd or > > > Linux? > > > can someone tell me what hw is supported and if > > there > > > is some sw that can help me? > > > Bye > > > > > > > > > ______________________________________________________________________ > > > > > > Abbonati a Yahoo! ADSL con Atlanet! > > > Naviga su Internet ad alta velocità, e senza > > limiti di tempo! > > > Avrai sempre il telefono libero e non dovrai > > pagare il traffico telefonico > > > per collegarti a Internet. > > > Per saperne di più vai alla pagina > > http://adsl.yahoo.it > > > > > > 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 > > ______________________________________________________________________ > > Abbonati a Yahoo! ADSL con Atlanet! > Naviga su Internet ad alta velocità, e senza limiti di tempo! > Avrai sempre il telefono libero e non dovrai pagare il traffico telefonico > per collegarti a Internet. > Per saperne di più vai alla pagina http://adsl.yahoo.it > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > -- Bill Vermillion - bv @ wjv . com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 9:29: 8 2001 Delivered-To: freebsd-isp@freebsd.org Received: from web20107.mail.yahoo.com (web20107.mail.yahoo.com [216.136.226.44]) by hub.freebsd.org (Postfix) with SMTP id 8084F37B403 for ; Tue, 30 Oct 2001 09:29:02 -0800 (PST) Message-ID: <20011030172902.87703.qmail@web20107.mail.yahoo.com> Received: from [193.227.212.161] by web20107.mail.yahoo.com via HTTP; Tue, 30 Oct 2001 18:29:02 CET Date: Tue, 30 Oct 2001 18:29:02 +0100 (CET) From: =?iso-8859-1?q?Fabrizio=20Ravazzini?= Subject: Re: Dat Backups To: bv@wjv.com Cc: freebsd-isp@freebsd.org In-Reply-To: <20011030122234.A52637@wjv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org and is there some documentation? Thanks,bye --- Bill Vermillion ha scritto: > On Tue, Oct 30, 2001 at 06:19:16PM +0100, Fabrizio > Ravazzini thus sprach: > > ok, thanks, but is there some hw. best known for > > compatibility? > > I've always used SCSI DATs. > > > > best regards > > > > --- alexus ha scritto: > i've > > learned my way... > > > > > > dump, restore, tar, cpio, dd, amanda > > > > > > those are software that you should use for > backup > > > > > > ----- Original Message ----- > > > From: "Fabrizio Ravazzini" > > > To: > > > Cc: > > > Sent: Tuesday, October 30, 2001 12:13 PM > > > Subject: Dat Backups > > > > > > > > > > Hello all, is there any way to make backups > with > > > using > > > > dat? > > > > Is there some documentation for either FreeBsd > or > > > > Linux? > > > > can someone tell me what hw is supported and > if > > > there > > > > is some sw that can help me? > > > > Bye > > > > > > > > > > > > > > ______________________________________________________________________ > > > > > > > > Abbonati a Yahoo! ADSL con Atlanet! > > > > Naviga su Internet ad alta velocità, e senza > > > limiti di tempo! > > > > Avrai sempre il telefono libero e non dovrai > > > pagare il traffico telefonico > > > > per collegarti a Internet. > > > > Per saperne di più vai alla pagina > > > http://adsl.yahoo.it > > > > > > > > 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 > > > > > ______________________________________________________________________ > > > > Abbonati a Yahoo! ADSL con Atlanet! > > Naviga su Internet ad alta velocità, e senza > limiti di tempo! > > Avrai sempre il telefono libero e non dovrai > pagare il traffico telefonico > > per collegarti a Internet. > > Per saperne di più vai alla pagina > http://adsl.yahoo.it > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the > message > > > > -- > Bill Vermillion - bv @ wjv . com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message ______________________________________________________________________ Abbonati a Yahoo! ADSL con Atlanet! Naviga su Internet ad alta velocità, e senza limiti di tempo! Avrai sempre il telefono libero e non dovrai pagare il traffico telefonico per collegarti a Internet. Per saperne di più vai alla pagina http://adsl.yahoo.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 9:36:27 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mailsrv.amplex.net (mailsrv.amplex.net [209.57.124.54]) by hub.freebsd.org (Postfix) with ESMTP id C812237B408 for ; Tue, 30 Oct 2001 09:36:22 -0800 (PST) Received: from mark2000 (mark-laptop.amplex.net [65.165.120.147]) (authenticated) by mailsrv.amplex.net (8.11.2/8.11.2) with ESMTP id f9UHa4N59835; Tue, 30 Oct 2001 12:36:04 -0500 (EST) From: "Mark Radabaugh - Amplex" To: "Fabrizio Ravazzini" Cc: Subject: RE: Dat Backups Date: Tue, 30 Oct 2001 12:36:07 -0500 Message-ID: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20011030171916.5346.qmail@web20105.mail.yahoo.com> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm partial to DDS-2 drives myself - fast, reliable, inexpensive, cheap tapes ($6.00 US). Others will likely have a different opinion. http://www.pacificdata.com has always treated me well. As far as software AMANDA is highly recommended. Documentation is http://www.amanda.org. There is also a pretty good book on Unix backup: http://www.backupcentral.com/thebook.html Mark Radabaugh Amplex (419) 833-3635 > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Fabrizio Ravazzini > Sent: Tuesday, October 30, 2001 12:19 PM > To: alexus > Cc: freebsd-isp@FreeBSD.ORG > Subject: Re: Dat Backups > > > ok, thanks, but is there some hw. best known for > compatibility? > best regards > > --- alexus ha scritto: > i've > learned my way... > > > > dump, restore, tar, cpio, dd, amanda > > > > those are software that you should use for backup > > > > ----- Original Message ----- > > From: "Fabrizio Ravazzini" > > To: > > Cc: > > Sent: Tuesday, October 30, 2001 12:13 PM > > Subject: Dat Backups > > > > > > > Hello all, is there any way to make backups with > > using > > > dat? > > > Is there some documentation for either FreeBsd or > > > Linux? > > > can someone tell me what hw is supported and if > > there > > > is some sw that can help me? > > > Bye > > > > > > > > > ______________________________________________________________________ > > > > > > Abbonati a Yahoo! ADSL con Atlanet! > > > Naviga su Internet ad alta velocità, e senza > > limiti di tempo! > > > Avrai sempre il telefono libero e non dovrai > > pagare il traffico telefonico > > > per collegarti a Internet. > > > Per saperne di più vai alla pagina > > http://adsl.yahoo.it > > > > > > 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 > > ______________________________________________________________________ > > Abbonati a Yahoo! ADSL con Atlanet! > Naviga su Internet ad alta velocità, e senza limiti di tempo! > Avrai sempre il telefono libero e non dovrai pagare il > traffico telefonico > per collegarti a Internet. > Per saperne di più vai alla pagina http://adsl.yahoo.it > > 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 Oct 30 9:42:52 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.wanlogistics.net (mail.wanlogistics.net [63.209.114.3]) by hub.freebsd.org (Postfix) with ESMTP id E3F7437B401 for ; Tue, 30 Oct 2001 09:42:37 -0800 (PST) Received: from bilver.wjv.com (spdsl-033.wanlogistics.net [63.209.115.33]) by mail.wanlogistics.net (8.9.3/8.9.3) with ESMTP id MAA34905; Tue, 30 Oct 2001 12:42:36 -0500 (EST) (envelope-from bill@wjv.com) Received: (from bill@localhost) by bilver.wjv.com (8.11.6/8.11.1) id f9UHg7L55966; Tue, 30 Oct 2001 12:42:07 -0500 (EST) (envelope-from bill) Date: Tue, 30 Oct 2001 12:42:07 -0500 From: Bill Vermillion To: Mark Radabaugh - Amplex Cc: Fabrizio Ravazzini , freebsd-isp@FreeBSD.ORG Subject: Re: Dat Backups Message-ID: <20011030124206.D52637@wjv.com> Reply-To: bv@wjv.com References: <20011030171916.5346.qmail@web20105.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mark@amplex.net on Tue, Oct 30, 2001 at 12:36:07PM -0500 Organization: W.J.Vermillion / Orlando - Winter Park Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 30, 2001 at 12:36:07PM -0500, Mark Radabaugh - Amplex thus sprach: > I'm partial to DDS-2 drives myself - fast, reliable, inexpensive, > cheap tapes ($6.00 US). Others will likely have a different > opinion. http://www.pacificdata.com has always treated me well. I get mine from what is now www.tape.com. Great people whom I've known for years. I most often get DDS2 that has been used one time for quality control in drive manufacture. I've gotten mixed packages with some tapes even saying Seagate. > As far as software AMANDA is highly recommended. Documentation is > http://www.amanda.org. There is also a pretty good book on Unix > backup: http://www.backupcentral.com/thebook.html That is a bit of overkill if you arent' backing up a network of machines, isn't it. I have also installed commercial software on a couple of remote machines I maintain [no admins at the far side]. A product I called Lone-Tar that does a backup, rewinds the tapes and does a bit-level compare to make sure the tape matches the hd exactly. It's a nice product for a commercial business as it gives them warm-fuzzy feeling and they know they can get vendor support if a large Cicso router falls on my head and wipes me out. :-) Bill -- Bill Vermillion - bv @ wjv . com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 10:42:53 2001 Delivered-To: freebsd-isp@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id 6722D37B407 for ; Tue, 30 Oct 2001 10:42:50 -0800 (PST) Received: (qmail 43054 invoked from network); 30 Oct 2001 18:42:58 -0000 Received: from localhost.nexgen.com (HELO alexus) (root@127.0.0.1) by localhost.nexgen.com with SMTP; 30 Oct 2001 18:42:58 -0000 Message-ID: <000501c16172$aa5be640$0d00a8c0@alexus> From: "alexus" To: Subject: e-commerce Date: Tue, 30 Oct 2001 13:42:45 -0500 Organization: NexGen 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi one of my users requested shopping cart on his website any suggestions? which one is good? thanks in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 10:54:48 2001 Delivered-To: freebsd-isp@freebsd.org Received: from tc.ctbs.net (tc.ctbs.net [198.70.34.35]) by hub.freebsd.org (Postfix) with ESMTP id 5FA8F37B401 for ; Tue, 30 Oct 2001 10:54:45 -0800 (PST) Received: (from lists@localhost) by tc.ctbs.net (8.9.3/8.9.3) id MAA19821; Tue, 30 Oct 2001 12:55:15 -0600 (CST) (envelope-from lists) Date: Tue, 30 Oct 2001 12:55:15 -0600 From: Jeremy Campbell To: alexus Cc: freebsd-isp@FreeBSD.ORG Subject: Re: e-commerce Message-ID: <20011030125515.A19786@tc.ctbs.net> References: <000501c16172$aa5be640$0d00a8c0@alexus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000501c16172$aa5be640$0d00a8c0@alexus>; from ml@db.nexgen.com on Tue, Oct 30, 2001 at 01:42:45PM -0500 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have some experience with Miva Merchant. It runs on Miva's preprocessor Empressa, so you'd have to purchase both. But it's very ISP friendly. I've always ran it on Cobalt boxes and Windows boxes, never gotten the oppourtunity to run it on FreeBSD but IIRC there is a FreeBSD distrib... Jeremy... On Tue, Oct 30, 2001 at 01:42:45PM -0500, alexus wrote: > hi > > one of my users requested shopping cart on his website > > any suggestions? which one is good? > > thanks in advance > > > > 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 Oct 30 10:58:55 2001 Delivered-To: freebsd-isp@freebsd.org Received: from sanyu1.sanyutel.com (sanyu1.sanyutel.com [216.250.215.14]) by hub.freebsd.org (Postfix) with ESMTP id 59D8137B405 for ; Tue, 30 Oct 2001 10:58:49 -0800 (PST) Received: from localhost (ksemat@localhost) by sanyu1.sanyutel.com (8.11.3/) with ESMTP id f9UJ16Z03172; Tue, 30 Oct 2001 22:01:06 +0300 X-Authentication-Warning: sanyu1.sanyutel.com: ksemat owned process doing -bs Date: Tue, 30 Oct 2001 22:01:06 +0300 (EAT) From: X-X-Sender: To: Jeremy Campbell Cc: alexus , Subject: Re: e-commerce In-Reply-To: <20011030125515.A19786@tc.ctbs.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have had a ncie experience with interchange running on freebsd 4.4-STABLE. I have not heard of any security issues in the recent past. Noah. On Tue, 30 Oct 2001, Jeremy Campbell wrote: > I have some experience with Miva Merchant. It runs on Miva's preprocessor Empressa, so you'd have to purchase both. But it's very ISP friendly. I've always ran it on Cobalt boxes and Windows boxes, never gotten the oppourtunity to run it on FreeBSD but IIRC there is a FreeBSD distrib... > > Jeremy... > > On Tue, Oct 30, 2001 at 01:42:45PM -0500, alexus wrote: > > hi > > > > one of my users requested shopping cart on his website > > > > any suggestions? which one is good? > > > > thanks in advance > > > > > > > > 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 Oct 30 11:24:15 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.cableaz.com (mail.cableaz.com [63.241.154.20]) by hub.freebsd.org (Postfix) with ESMTP id 1A05F37B403 for ; Tue, 30 Oct 2001 11:24:12 -0800 (PST) Received: from caz ([63.241.150.31]) by mail.cableaz.com (Build 101 8.9.3/NT-8.9.3) with SMTP id MAA03074 for ; Tue, 30 Oct 2001 12:18:01 -0700 Message-ID: <000901c16178$4436dae0$0c0aa8c0@caz> From: "Jeremy Buckner" To: Subject: Bandwidth Monitor Date: Tue, 30 Oct 2001 12:22:50 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C1613D.97BF98E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C1613D.97BF98E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I am wondering if FreeBSD has any mods or anything like that, that would allow me to monitor per client bandwidth utilization. This would monitor between two and three-thousand clients. Any input on this or other ways to accomplish this would be helpful. Jeremy Buckner ------=_NextPart_000_0005_01C1613D.97BF98E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am = wondering if FreeBSD=20 has any mods or anything like that, that would allow me to monitor per = client=20 bandwidth utilization. This would monitor between two and three-thousand = clients. Any input on this or other ways to accomplish this would be=20 helpful.
 
Jeremy=20 Buckner
------=_NextPart_000_0005_01C1613D.97BF98E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 11:28:19 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail3.megamailservers.com (mail3.megamailservers.com [216.251.36.13]) by hub.freebsd.org (Postfix) with ESMTP id 64E9037B407 for ; Tue, 30 Oct 2001 11:28:08 -0800 (PST) Received: from blake ([24.101.32.246]) by mail3.megamailservers.com (8.12.1/8.12.0.Beta10) with SMTP id f9UJRrnT096065; Tue, 30 Oct 2001 14:27:54 -0500 (EST) From: "Blake Crosby" To: "Jeremy Buckner" , Subject: RE: Bandwidth Monitor Date: Tue, 30 Oct 2001 14:27:03 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0002_01C1614E.F18A98A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <000901c16178$4436dae0$0c0aa8c0@caz> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0002_01C1614E.F18A98A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit The only thing that comes to mind (and is quite insane) is to give each user a different ip for their gateway. Then get snmp+mrtg to monitor each ip address and graph, monitor bandwidth. ie: freebsd box has three ips, 192.168.0.10 ,192.168.0.12 ,192.168.0.13 client 1 uses 192.168.0.10 client 2 uses 192.168.0.12 client 3 uses 192.168.0.13 yes, insane with 2k-3k clients. you can also take a look at trafd, and get it to dump statistics every 5 min or so, then parse the data to see how much bandwidth they are using (5 min average). Blake -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Jeremy Buckner Sent: October 30, 2001 2:23 PM To: isp@FreeBSD.ORG Subject: Bandwidth Monitor I am wondering if FreeBSD has any mods or anything like that, that would allow me to monitor per client bandwidth utilization. This would monitor between two and three-thousand clients. Any input on this or other ways to accomplish this would be helpful. Jeremy Buckner ------=_NextPart_000_0002_01C1614E.F18A98A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
The=20 only thing that comes to mind (and is quite insane) is to give each user = a=20 different ip for their gateway. Then get snmp+mrtg to monitor each ip = address=20 and graph, monitor bandwidth.
 
ie:
 
freebsd box has three ips, 192.168.0.10 ,192.168.0.12=20 ,192.168.0.13
 
client=20 1 uses 192.168.0.10
client=20 2 uses 192.168.0.12
client=20 3 uses 192.168.0.13
 
yes,=20 insane with 2k-3k clients.
 
you=20 can also take a look at trafd, and get it to dump statistics every 5 min = or so,=20 then parse the data to see how much bandwidth they are using (5 min=20 average).
 
Blake
-----Original Message-----
From:=20 owner-freebsd-isp@FreeBSD.ORG = [mailto:owner-freebsd-isp@FreeBSD.ORG]On=20 Behalf Of Jeremy Buckner
Sent: October 30, 2001 2:23=20 PM
To: isp@FreeBSD.ORG
Subject: Bandwidth=20 Monitor

I am = wondering if FreeBSD=20 has any mods or anything like that, that would allow me to monitor per = client=20 bandwidth utilization. This would monitor between two and = three-thousand=20 clients. Any input on this or other ways to accomplish this would be=20 helpful.
 
Jeremy=20 Buckner
------=_NextPart_000_0002_01C1614E.F18A98A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 11:31:45 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.cableaz.com (mail.cableaz.com [63.241.154.20]) by hub.freebsd.org (Postfix) with ESMTP id 2738337B403 for ; Tue, 30 Oct 2001 11:31:40 -0800 (PST) Received: from caz ([63.241.150.31]) by mail.cableaz.com (Build 101 8.9.3/NT-8.9.3) with SMTP id MAA03209; Tue, 30 Oct 2001 12:25:28 -0700 Message-ID: <002f01c16179$4eabbee0$0c0aa8c0@caz> From: "Jeremy Buckner" To: "Paul Khavkine" Cc: References: <000901c16178$4436dae0$0c0aa8c0@caz> <3BDF3A00.AF71E12@colba.net> Subject: Re: Bandwidth Monitor Date: Tue, 30 Oct 2001 12:30:18 -0700 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well these would be for cable modem clients. They could be running any OS. Jeremy ----- Original Message ----- From: "Paul Khavkine" To: "Jeremy Buckner" Sent: Tuesday, October 30, 2001 4:38 PM Subject: Re: Bandwidth Monitor > On a LAN or WAN ? > What kind of clients ? > > Cheers > Paul > > > Jeremy Buckner wrote: > > I am wondering if FreeBSD has any mods or anything like that, that would > allow me to monitor per client bandwidth utilization. This would monitor > between two and three-thousand clients. Any input on this or other ways > to accomplish this would be helpful. Jeremy Buckner > > > -- > ************************************************* > Paul Khavkine > Network Administrator > Distributel Communications > 740 Notre Dame West, Suite 1135 > Montreal, Quebec, Canada, H3C 3X6 > 1-514-877-0064 > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 11:32: 5 2001 Delivered-To: freebsd-isp@freebsd.org Received: from freebsd.hbz.pl (freebsd.hbz.pl [213.77.124.2]) by hub.freebsd.org (Postfix) with ESMTP id 41B8B37B408 for ; Tue, 30 Oct 2001 11:31:57 -0800 (PST) Received: by freebsd.hbz.pl (Postfix, from userid 1002) id A6238120BC8; Tue, 30 Oct 2001 20:31:56 +0100 (CET) Date: Tue, 30 Oct 2001 20:31:56 +0100 From: Wojciech Sobczuk To: Jeremy Buckner Cc: isp@freebsd.org Subject: Re: Bandwidth Monitor Message-ID: <20011030203156.B89939@freebsd.hbz.pl> References: <000901c16178$4436dae0$0c0aa8c0@caz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000901c16178$4436dae0$0c0aa8c0@caz>; from jeremy@cableaz.com on Tue, Oct 30, 2001 at 12:22:50PM -0700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 30, 2001 at 12:22:50PM -0700, Jeremy Buckner wrote: > I am wondering if FreeBSD has any mods or anything like > that, that would allow me to monitor per client bandwidth > utilization. This would monitor between two and > three-thousand clients. Any input on this or other ways to > accomplish this would be helpful. > > Jeremy Buckner Depends on what You're serving for the clients. You can, for example, easily count HTTP traffic (by parsing the logs and counting the size of files served - and associating those with users). Similiar with mail traffic probably, and most FTP servers support traffic counting. Another option You have is to add an IPFW rule for each UID (provided that all the traffic generated by each user will be generated under the user's uid) - see the 'uid' IPFW option. Greetings, Wojtek -- Wojciech Sobczuk Omega Software Group --- http://www.osg-hq.net/ --- postbox@osg-hq.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 11:48: 9 2001 Delivered-To: freebsd-isp@freebsd.org Received: from digitalfreaks.org (ziccardi.ws.crane.stargate.net [216.151.124.200]) by hub.freebsd.org (Postfix) with SMTP id 28EF637B406 for ; Tue, 30 Oct 2001 11:48:06 -0800 (PST) Received: (qmail 71831 invoked by uid 1000); 30 Oct 2001 19:48:14 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 30 Oct 2001 19:48:14 -0000 Date: Tue, 30 Oct 2001 14:48:14 -0500 (EST) From: Chad Ziccardi To: Jeremy Buckner Cc: isp@FreeBSD.ORG Subject: Re: Bandwidth Monitor In-Reply-To: <000901c16178$4436dae0$0c0aa8c0@caz> Message-ID: <20011030144705.A70252-100000@digitalfreaks.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 30 Oct 2001, Jeremy Buckner wrote: > I am wondering if FreeBSD has any mods or anything like > that, that would allow me to monitor per client bandwidth > utilization. This would monitor between two and > three-thousand clients. Any input on this or other ways to > accomplish this would be helpful. ipfm will do it via IPs, not sure what you mean per client tho. For those who thought I mistyped ipfw, is this: /usr/ports/net/ipfm -- Chad Ziccardi, Professional Slacker cz@digitalfreaks.org "Some cause happiness wherever they go; others whenever they go." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 13: 0:38 2001 Delivered-To: freebsd-isp@freebsd.org Received: from tsunami.acidpit.org (tsunami.acidpit.org [206.190.163.234]) by hub.freebsd.org (Postfix) with ESMTP id B896037B403 for ; Tue, 30 Oct 2001 13:00:34 -0800 (PST) Received: (from rch@localhost) by tsunami.acidpit.org (8.11.3/8.11.3) id f9UL0Um68015; Tue, 30 Oct 2001 16:00:30 -0500 (EST) (envelope-from rch@acidpit.org) Date: Tue, 30 Oct 2001 16:00:30 -0500 From: Robert Hough To: Jeremy Buckner Cc: freebsd-isp@freebsd.org Subject: Re: Bandwidth Monitor Message-ID: <20011030160030.A67939@acidpit.org> Mail-Followup-To: Jeremy Buckner , freebsd-isp@freebsd.org References: <000901c16178$4436dae0$0c0aa8c0@caz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000901c16178$4436dae0$0c0aa8c0@caz>; from jeremy@cableaz.com on Tue, Oct 30, 2001 at 12:22:50 -0700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 30, 2001, Jeremy Buckner wrote: > > I am wondering if FreeBSD has any mods or anything like > that, that would allow me to monitor per client bandwidth > utilization. This would monitor between two and > three-thousand clients. Any input on this or other ways to > accomplish this would be helpful. Why not setup flows on your router, and use flow-tools to extract the information you want? Not exactly a complete FreeBSD solution but it's a solution none the less. :) -- Robert Hough (rch@acidpit.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 13:44: 1 2001 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.sysadmin-inc.com (ns2.sysadmin-inc.com [209.16.228.145]) by hub.freebsd.org (Postfix) with SMTP id AA5AD37B403 for ; Tue, 30 Oct 2001 13:43:57 -0800 (PST) Received: (qmail 72730 invoked by alias); 30 Oct 2001 21:43:56 -0000 Received: from unknown (HELO 98wkst) (10.10.1.70) by ns2.sysadmin-inc.com with SMTP; 30 Oct 2001 21:43:56 -0000 From: "Peter Brezny" To: Cc: Subject: RE: Bandwidth Monitor Date: Tue, 30 Oct 2001 16:43:07 -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.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <20011030160030.A67939@acidpit.org> Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org You might want to look at ipmeter. I don't have this implemented, but it looks like just what you are looking for. Another less intricate system that requires that all traffic be flowing through the box it runs on (unlike ipmeter) is bandmin www.bandmin.org. It's easy to implement. I've got a customized version that lets you create a file with the ip's you want monitored in it for bandmin to draw from, otherwise, it appears to pull the list of ip's to meter from those bound to the box. Peter Brezny SysAdmin Services Inc. -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Robert Hough Sent: Tuesday, October 30, 2001 4:01 PM To: Jeremy Buckner Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Bandwidth Monitor On Tue, Oct 30, 2001, Jeremy Buckner wrote: > > I am wondering if FreeBSD has any mods or anything like > that, that would allow me to monitor per client bandwidth > utilization. This would monitor between two and > three-thousand clients. Any input on this or other ways to > accomplish this would be helpful. Why not setup flows on your router, and use flow-tools to extract the information you want? Not exactly a complete FreeBSD solution but it's a solution none the less. :) -- Robert Hough (rch@acidpit.org) 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 Oct 30 14: 4:17 2001 Delivered-To: freebsd-isp@freebsd.org Received: from blue.frogfoot.net (blue.frogfoot.net [66.8.28.50]) by hub.freebsd.org (Postfix) with SMTP id 44EF037B403 for ; Tue, 30 Oct 2001 14:04:11 -0800 (PST) Received: (qmail 2929 invoked by uid 1004); 30 Oct 2001 22:04:02 -0000 Date: Wed, 31 Oct 2001 00:04:02 +0200 From: Johann Botha To: freebsd-isp@freebsd.org Subject: ldap schema for snmp mib Message-ID: <20011031000402.A2455@blue.frogfoot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i Organization: Frogfoot Networks X-Operating-System: Debian GNU/Linux blue 2.2.19 (Athlon) X-GPG-Public-Key: http://blue.frogfoot.net/keys/frogfoot.gpg X-Uptime: 11:59pm up 18 days, 9:01, 5 users, load average: 1.09, 1.20, 1.16 X-Edited-With-Muttmode: muttmail.sl - 2001-10-27 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! does anybody know of an ldap schema for snmp mib info ? anybody know of tools to convert mib files into ldif files for such a schema maybe ? -- Regards Johann "They mostly come at night, mostly" - Newt ______________________________________________________ Johann L. Botha Debian GNU Jedi: joe@debian.org +27.82.5626.167 PO Box 3472 joe@frogfoot.net Matieland workpage: http://www.frogfoot.net Stellenbosch homepage: http://blue.frogfoot.net 7602 ham: ZR1JOE South Africa Copyright (c) 2001. The Sovereigns of Frogfoot. All rights reserved. Disclaimer available upon request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 14: 9:28 2001 Delivered-To: freebsd-isp@freebsd.org Received: from fepD.post.tele.dk (fepD.post.tele.dk [195.41.46.149]) by hub.freebsd.org (Postfix) with ESMTP id 561CF37B405 for ; Tue, 30 Oct 2001 14:09:26 -0800 (PST) Received: from arnold.neland.dk ([62.243.124.200]) by fepD.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20011030220920.KSZJ16766.fepD.post.tele.dk@arnold.neland.dk> for ; Tue, 30 Oct 2001 23:09:20 +0100 Received: from gina ([192.168.5.109]) by arnold.neland.dk (8.11.6/8.11.6) with SMTP id f9UM8qq42099 for ; Tue, 30 Oct 2001 23:08:54 +0100 (CET) (envelope-from leifn@neland.dk) Message-ID: <00ac01c1618f$7489f3a0$6d05a8c0@neland.dk> From: "Leif Neland" To: Subject: "fuzzy" reverse dns for web-logs. Date: Tue, 30 Oct 2001 23:08:48 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org According to my weblogs, an increasing number of ip's doesn't have reverse lookup working. It appears that much of it is even lame delegations. I wish I had content worth enough to users to say "Sorry, your ISP is incompetent. Come back when he has fixed it" on my websites. But until then.... Is there a way to use ripe/arin whois to resolve the adresses instead? I'm in Europe, and I'd like to be able to break down the webstatistics in countries. But now, webalizer takes ages to process the logs, when I want to do reverse lookups. Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 14:17:59 2001 Delivered-To: freebsd-isp@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 204A037B401 for ; Tue, 30 Oct 2001 14:17:57 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f9UMHum71236 for ; Tue, 30 Oct 2001 16:17:56 -0600 (CST) (envelope-from nick@rogness.net) Date: Tue, 30 Oct 2001 16:17:56 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: freebsd-isp@freebsd.org Subject: PAM Virtual user login Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Does anyone have a PAM module that can translate a virtual username to a real userid via a db or equivalent mechanism and authenticate the real UID off of the password file? Example: Virtual Real PWD UID entry in system ================================================ info@domain1.com --> ID000001 info@domain2.com --> ID000002 . . . xxx@domain1.com --> IDXXXXXX yyy@domain2.com --> IDYYYYYY The thought was to let people with virtual usernames login to all of the services (ssh, ftp, etc) through this same mechanism. Nick Rogness - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 30 23:29:38 2001 Delivered-To: freebsd-isp@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 23C6D37B401 for ; Tue, 30 Oct 2001 23:29:36 -0800 (PST) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id f9V7TYl26415 for ; Wed, 31 Oct 2001 08:29:34 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id f9V7TXq26516 for ; Wed, 31 Oct 2001 08:29:33 +0100 (MET) Received: (from localhost) by curry.mchp.siemens.de (8.11.6/8.11.6) id f9V7TXf90672; Date: Wed, 31 Oct 2001 08:29:33 +0100 From: Andre Albsmeier To: freebsd-isp@FreeBSD.ORG Cc: Andre.Albsmeier@mchp.siemens.de Subject: Getting AC-Name of PPPoE sessions Message-ID: <20011031082933.A43922@curry.mchp.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike X-RAVMilter-Version: 8.3.0(snapshot 20010925) (curry.mchp.siemens.de) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org When stating a PPPoE session I can use tcpdump to get the AC-Name of the remote end: 19:59:08.678343 PPPoE PADO [AC-Name "MUNX13-erx"] [Host-Uniq UTF8] [Service-Name] [AC-Cookie UTF8] How can I determine this name later -- without using tcpdump during the session setup? Are there any netgraph related commands that could do that? I even would insert a small printf into the kernel if I knew where I can find it :-) Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 31 0:19:32 2001 Delivered-To: freebsd-isp@freebsd.org Received: from kermit.netivity.nl (wc-68.r-195-85-144.essentkabel.com [195.85.144.68]) by hub.freebsd.org (Postfix) with ESMTP id 57FF137B405 for ; Wed, 31 Oct 2001 00:19:27 -0800 (PST) Received: by KERMIT with Internet Mail Service (5.5.2653.19) id ; Wed, 31 Oct 2001 09:19:25 +0100 Message-ID: <510EAC2065C0D311929200A02472526237A476@NETIVITY-FS> From: Enriko Groen To: 'Fabrizio Ravazzini' , bv@wjv.com Cc: freebsd-isp@freebsd.org Subject: RE: Dat Backups Date: Wed, 31 Oct 2001 09:19:22 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > -----Original Message----- > From: Fabrizio Ravazzini [mailto:freefabri@yahoo.it] > Subject: Re: Dat Backups > > and is there some documentation? All you would need for SCSI backups is to have the "sa" driver in the Kernel. Read "man sa" to find out more about it. This is your standard SCSI tape driver. It runs on most SCSI tape drives. It's really simple to use. Be sure to have "sa", plugin your tape drive, boot the system. And it should recognize the drive right away. That use something like tar to archive... check "man tar". -- Enriko Groen, Hosting manager -------------------------------------------------------- netivity bv www.netivity.nl enriko.groen@netivity.nl 038 - 850 1000 van nagellstraat 4 8011 eb zwolle -------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 31 1: 7:40 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.isppro.net (mail.isppro.net [196.40.37.88]) by hub.freebsd.org (Postfix) with ESMTP id 3F30637B406 for ; Wed, 31 Oct 2001 01:07:37 -0800 (PST) Received: from localhost (jimmy@localhost) by mail.isppro.net (8.11.3/8.11.5) with ESMTP id f9PNLVJ53546; Thu, 25 Oct 2001 17:21:31 -0600 (CST) Date: Thu, 25 Oct 2001 17:21:31 -0600 (CST) From: Jimmy To: Manuel Jesus Cc: Subject: Re: subscribe In-Reply-To: <002501c15da6$f9252540$3ffad9d9@supercable.es> Message-ID: <20011025172101.T53523-100000@mail.isppro.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 26 Oct 2001, Manuel Jesus wrote: > > > Saludos. > Manuel Jesús. > Email: majesa@supercable.es Hola, bienvenido al grupo. JImmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 31 1:54: 4 2001 Delivered-To: freebsd-isp@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id 86D6837B403 for ; Wed, 31 Oct 2001 01:53:58 -0800 (PST) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id D8C782EF18; Wed, 31 Oct 2001 11:53:53 +0200 (EET) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.6/8.11.6) with SMTP id f9V9leY14987; Wed, 31 Oct 2001 11:47:40 +0200 (EET) Message-ID: <014501c161f0$52c6f360$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: "Jeremy Buckner" Cc: References: <000901c16178$4436dae0$0c0aa8c0@caz> Subject: Re: Bandwidth Monitor Date: Wed, 31 Oct 2001 12:42:14 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Original Message ----- From: Jeremy Buckner Newsgroups: lucky.freebsd.isp Sent: Tuesday, October 30, 2001 10:24 PM Subject: Bandwidth Monitor > I am wondering if FreeBSD has any mods or anything like > that, that would allow me to monitor per client bandwidth > utilization. This would monitor between two and > three-thousand clients. Any input on this or other ways to > accomplish this would be helpful. > You can use IPA, it makes IP accounting from IPv4/v6 Firewall and IP Filter, also IPA isn't only IP accounting software, more information about IPA you can find on: http://www.simon.org.ua/ipa/ IPA can be installed from FreeBSD ports collection: ports/sysutils/ipa. As well you can installed from its source. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 31 2:16:15 2001 Delivered-To: freebsd-isp@freebsd.org Received: from web20108.mail.yahoo.com (web20108.mail.yahoo.com [216.136.226.45]) by hub.freebsd.org (Postfix) with SMTP id 17DD837B407 for ; Wed, 31 Oct 2001 02:16:12 -0800 (PST) Message-ID: <20011031101611.14882.qmail@web20108.mail.yahoo.com> Received: from [193.227.212.161] by web20108.mail.yahoo.com via HTTP; Wed, 31 Oct 2001 11:16:11 CET Date: Wed, 31 Oct 2001 11:16:11 +0100 (CET) From: =?iso-8859-1?q?Fabrizio=20Ravazzini?= Subject: RE: Dat Backups To: freebsd-isp@freebsd.org In-Reply-To: <510EAC2065C0D311929200A02472526237A476@NETIVITY-FS> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ok,thanks to all, but for Amanda I don't know...because I don't have a network of machines. I have a two machine cluster mail,web server. The two machines access via nfs an array of disks where are stored the mails and data of the users. I need something that periodically makes the backup of the users data. any other help? thanks and best regards ______________________________________________________________________ Abbonati a Yahoo! ADSL con Atlanet! Naviga su Internet ad alta velocità, e senza limiti di tempo! Avrai sempre il telefono libero e non dovrai pagare il traffico telefonico per collegarti a Internet. Per saperne di più vai alla pagina http://adsl.yahoo.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 31 15:25: 9 2001 Delivered-To: freebsd-isp@freebsd.org Received: from stella.pyramus.com (stella.pyramus.com [206.129.206.3]) by hub.freebsd.org (Postfix) with ESMTP id 4EDB737B401 for ; Wed, 31 Oct 2001 15:25:06 -0800 (PST) Received: from pyramus.com (dark-star.pyramus.com [206.129.206.6]) by stella.pyramus.com (8.9.3/8.9.3) with ESMTP id PAA24174 for ; Wed, 31 Oct 2001 15:25:07 -0800 (PST) (envelope-from blake@pyramus.com) Message-ID: <3BE08A33.9E6F6192@pyramus.com> Date: Wed, 31 Oct 2001 15:33:07 -0800 From: Blake Swensen X-Mailer: Mozilla 4.74 [en]C-DIAL (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: Network Planning Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am researching methods of improving network reliability, taking into account my current network and all its dependencies. I am pretty certain that I can accomplish this by dedicating a private network to NFS, then having multiple redundant servers for our several services (smtp, http, etc.). This, however comes at a performance cost.... even on our 100BT net, NFS is just not performing fast enough. I would think that Gigabit would be the answer... having a gigabit "back plane" for NFS traffic and letting 100 baseT handle the rest. Considering that I have a mix of FreeBSD-3.3 and FreeBSD-4.x machines, I need to pick your collective brains about good, compatible hardware, experiences with Gigabit switches, or any other ideas you may have on this. Peace, Blake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Nov 1 1: 3:55 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.i-logic.ch (mail.pwh.ch [194.38.160.243]) by hub.freebsd.org (Postfix) with ESMTP id F110F37B401 for ; Thu, 1 Nov 2001 01:03:51 -0800 (PST) Received: from bureau (dclient217-162-180-90.hispeed.ch [217.162.180.90]) by mail.i-logic.ch (Postfix) with ESMTP id 28617ACB8 for ; Thu, 1 Nov 2001 10:02:03 +0100 (CET) From: freebsd-isp@leonini.net To: freebsd-isp@freebsd.org Date: Thu, 1 Nov 2001 10:03:43 +0100 MIME-Version: 1.0 Subject: Jail and IRCD problem Message-ID: <3BE11DFF.16118.569C59@localhost> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org When I try to run an ircd into a jail (ircu, ird-hybrid, ...), this seems to work, but when somebody try to connect to the server, he must wait a long time before he can really be connected. The difference between the server on a normal host and a jailed server is like that: (output of mirc client session) *** Connecting to bsd.fubar.net (6667) - -bsd.fubar.net- *** Looking up your hostname... - -bsd.fubar.net- *** Found your hostname, cached [^Here it's when the server is not jailed, if jailed this line never appear.] -bsd.fubar.net- *** Checking Ident - -bsd.fubar.net- *** No Ident response [Here it takes lot of time if the server is jailed (+- 1 minutes)] Welcome to BSDnet IRC - the Internet Relay Chat Network rb Your host is bsd.fubar.net, running version 2.8/hybrid-5.3p8 ... I have not found a solution and infos about this problem. I know jails have restriction with socket and cannot use raw socket but I don't see the direct link with this problem. The jail is perfectly working (it runs apache, mysql, pure-ftpd) and has a working dns, hostname. Any ideas ? Reguards Leo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Nov 1 2: 5:51 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by hub.freebsd.org (Postfix) with ESMTP id B315737B405 for ; Thu, 1 Nov 2001 02:05:44 -0800 (PST) Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout0.freenet.de with esmtp (Exim 3.33 #1) id 15zEjH-0005yW-00; Thu, 01 Nov 2001 11:05:43 +0100 Received: from aab64.pppool.de ([213.6.171.100] helo=Magelan.Leidinger.net) by mx2.freenet.de with esmtp (Exim 3.33 #3) id 15zEj2-0000Uz-00; Thu, 01 Nov 2001 11:05:29 +0100 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.11.6/8.11.6) with ESMTP id f9VHRS105419; Wed, 31 Oct 2001 18:27:29 +0100 (CET) (envelope-from netchild@Leidinger.net) Message-Id: <200110311727.f9VHRS105419@Magelan.Leidinger.net> Date: Wed, 31 Oct 2001 18:27:26 +0100 (CET) From: Alexander Leidinger Subject: Re: "fuzzy" reverse dns for web-logs. To: leifn@neland.dk Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: <00ac01c1618f$7489f3a0$6d05a8c0@neland.dk> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 30 Okt, Leif Neland wrote: > I'm in Europe, and I'd like to be able to break down the webstatistics > in countries. > But now, webalizer takes ages to process the logs, when I want to do > reverse lookups. Try modlogan (ports/textproc/modlogan), it has DNS caching. Or resolve the IPs before you feed the logs into webalizer, there's a script named ip2host.pl () which does several lookups in parallel. Very fast. Sorry I have no URL for it at the moment. Bye, Alexander. -- Secret hacker rule #11: hackers read manuals. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Nov 1 15:35:41 2001 Delivered-To: freebsd-isp@freebsd.org Received: from digitaldaemon.com (digitaldaemon.com [63.105.9.34]) by hub.freebsd.org (Postfix) with SMTP id 0D51237B401 for ; Thu, 1 Nov 2001 15:35:38 -0800 (PST) Received: (qmail 77619 invoked from network); 1 Nov 2001 23:35:20 -0000 Received: from unknown (HELO digitaldaemon.com) (192.168.0.73) by digitaldaemon.com with SMTP; 1 Nov 2001 23:35:20 -0000 Message-ID: <3BE1DB94.5060908@digitaldaemon.com> Date: Thu, 01 Nov 2001 18:32:36 -0500 From: Jan Knepper User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: FreeBSD ISP Subject: httpodbc.dll Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just found that httpodbc.dll is now being utilized, I guess by an other IIS worm. Any news on this I missed again? I finally got my net-block-owner detection build into firebird. http://www.digitaldaemon.com/FreeBSD/firebird/ Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Nov 3 9: 7:35 2001 Delivered-To: freebsd-isp@freebsd.org Received: from icarus.fccn.pt (icarus.fccn.pt [193.136.192.40]) by hub.freebsd.org (Postfix) with ESMTP id 3CED337B416 for ; Sat, 3 Nov 2001 09:07:30 -0800 (PST) Received: from jpsp2 (dhcp20.fccn.pt [193.136.7.220]) (authenticated bits=0) by icarus.fccn.pt (8.12.1/8.12.1) with ESMTP id fA3H7OHt082715 for ; Sat, 3 Nov 2001 17:07:28 GMT Message-ID: <002701c1648a$14a77db0$dc0788c1@jpsp2> From: =?iso-8859-1?Q?Jo=E3o_Pagaime?= To: Subject: Acquiring a DAT/DDS autoloader that works on FreeBSD Date: Sat, 3 Nov 2001 17:07:46 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all, I'm in the process of defining a centralized backup system for a few servers. Since we already use DDS technology and the total backup volume is relatively low (~120GB), I'm considering using Amanda/FreeBSD/DDS-Autoloader (one or more autoloaders). I was wondering if anyone could answer a few questions: - Are HP DDS autoloaders SCSI-tape-changer compatible? And what models are known to work with FreeBSD? At HP's website I find a few products of interest: --SureStor: ---dat40x6e tape autoloader, C5717B, External autoloader --Smart Storage ---dds-4 autoloader, C4318sz#111 ---dds-4 autoloader, C6370A ---dds-4 autoloader, C6371A - Are there other DDS autoloaders products, known to work with FreeBSD? We have a few Dell PowerEdge 4400 that shipped with a Sony (TSl-9000) internal autoloader, that we didn't manage to make it work, with chio or mtx. We also found some comments out there, saying that this equipment always requires manual intervention to change its takes. Thank you, João To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Nov 3 10:43:30 2001 Delivered-To: freebsd-isp@freebsd.org Received: from agena.meridian-enviro.com (thunder.meridian-enviro.com [207.109.234.227]) by hub.freebsd.org (Postfix) with ESMTP id 3538637B416 for ; Sat, 3 Nov 2001 10:43:28 -0800 (PST) Received: from delta.meridian-enviro.com (delta.meridian-enviro.com [10.10.10.43]) by agena.meridian-enviro.com (8.11.1/8.9.3) with ESMTP id fA3IhRa97137; Sat, 3 Nov 2001 12:43:27 -0600 (CST) (envelope-from rand@meridian-enviro.com) Received: (from rand@localhost) by delta.meridian-enviro.com (8.11.6/8.11.6) id fA3IhRA03910; Sat, 3 Nov 2001 12:43:27 -0600 (CST) (envelope-from rand@meridian-enviro.com) X-Authentication-Warning: delta.meridian-enviro.com: rand set sender to rand@meridian-enviro.com using -f To: =?iso-8859-1?q?Jo=E3o?= Pagaime Cc: Subject: Re: Acquiring a DAT/DDS autoloader that works on FreeBSD References: <002701c1648a$14a77db0$dc0788c1@jpsp2> From: rand@meridian-enviro.com (Douglas K. Rand) Date: 03 Nov 2001 12:43:26 -0600 In-Reply-To: <002701c1648a$14a77db0$dc0788c1@jpsp2> =?iso-8859-1?q?(Jo=E3o?= Pagaime's message of "Sat, 3 Nov 2001 17:07:46 -0000") Message-ID: <87ady34rw1.fsf@delta.meridian-enviro.com> Lines: 21 User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ** Jo=E3o Pagaime on Sat, 3 Nov 2001 17:07:46 -0000 ** in [Acquiring a DAT/DDS autoloader that works on FreeBSD] writes: Jo=E3o> [...] I'm considering using Amanda/FreeBSD/DDS-Autoloader (one Jo=E3o> or more autoloaders). This is what we use, and it works great. Jo=E3o> - Are HP DDS autoloaders SCSI-tape-changer compatible? Jo=E3o> And what models are known to work with FreeBSD? Jo=E3o> At HP's website I find a few products of interest: We've used both the DAT24x6i and the DAT40x6i, and both have worked great. Our DAT24x6i is currently in use as our archive drive, not using Amanda, its a set of shell scripts with FreeBSD. The DAT40x6i is our backup drive with Amanda, also with FreeBSD. I don't know what the external enclosures look like on these, so I have no opinion on that. We got the internal versions and love that we can put a 6 tape changer inside the case. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Nov 3 13:49: 3 2001 Delivered-To: freebsd-isp@freebsd.org Received: from ashram.rhavenn.net (ashram.rhavenn.net [209.150.195.50]) by hub.freebsd.org (Postfix) with ESMTP id 84DCC37B418 for ; Sat, 3 Nov 2001 13:49:01 -0800 (PST) Received: from there (2d30ffc1ee241b6ab4b50c9e48679bcd@gandalf.rhavenn.net [209.150.195.51]) by ashram.rhavenn.net (8.11.3/8.11.3) with SMTP id fA4LpKX17705 for ; Sun, 4 Nov 2001 15:51:20 -0600 (CST) Message-Id: <200111042151.fA4LpKX17705@ashram.rhavenn.net> Content-Type: text/plain; charset="iso-8859-1" From: Henrik Hudson Reply-To: lists@rhavenn.net To: freebsd-isp@freebsd.org Subject: Apache Options Question? Date: Sat, 3 Nov 2001 15:56:32 -0600 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hey List- Being as this is related to ISP security I'd ask here first and see if anyone has run across this and then try the Apache list. Does anyone know how to "ONLY" allow people to override the "Indexes" portion of the OPTIONS? I have set it up so that by default the only OPTIONS available to my users are: ExecCGI SymLinksIfOwnerMatch In the AllowOverRide section I would like to be able to speicify that a user is able to create a .htaccess file which contains: Options Indexes so they can allow indexing of certian directories at their discretion. I do NOT want them to be able to enable any of the other OPTIONS. Any ideas? Thanks. Henrik -- Henrik Hudson lists@rhavenn.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message