From owner-freebsd-isp Sun Jun 4 3:11:59 2000 Delivered-To: freebsd-isp@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id CFFBA37BA48 for ; Sun, 4 Jun 2000 03:11:47 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 1221 invoked from network); 4 Jun 2000 10:13:32 -0000 Received: from client99-59.hispeed.ch (62.2.99.59) by ns1.root-servers.ch with SMTP; 4 Jun 2000 10:13:32 -0000 Date: Sun, 4 Jun 2000 12:13:11 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (1.42) Business Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <154262607719.20000604121311@buz.ch> To: freebsd-isp@freebsd.org Subject: BIND doesn't want to accept all of my zonefiles.. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I've got a problem with my BIND setup. While it's doing its job as it should as long as I use trivial zonefiles with just one or two A records and several CNAMES, it doesn't want to accept more complicated zonefiles as the following: -- @ IN SOA ns1.root-servers.ch. admin.root-servers.ch. ( 2000060412 10800 3600 432000 38400 ) IN NS ns1 IN NS ns2 ns1 IN A 195.49.62.125 ns2 IN A 195.49.62.126 ns3 IN A 195.49.33.19 ns4 IN A 195.49.33.20 alpha IN A 195.49.62.125 beta IN A 195.49.33.19 ;Special Records for alpha. ;The box responsible for the webmail services for users on alpha webmail.alpha IN A 195.49.62.125 ;The box responsible for the http services for users on alpha web.alpha IN A 195.49.62.125 ;The box responsible for the mail services for users on alpha mail.alpha IN A 195.49.62.125 ;The box responsible for the qmailadmin services for users on alpha, in almost admin.alpha IN A 195.49.62.125 IN CNAME web.alpha mail IN CNAME mail.alpha www IN CNAME web.alpha ftp IN CNAME web.alpha IN MX 10 mail.alpha test IN CNAME web.alpha admin IN CNAME admin.alpha webmail IN CNAME webmail.alpha -- While I can't find any errors in it BIND seems to do and complains about them in syslog: Jun 4 12:02:45 alpha named[18495]: Zone "root-servers.ch" (file /var/named/root-servers.ch.hosts): No default TTL set using SOA minimum instead Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts: WARNING SOA expire value is less than 7 days (432000) Jun 4 12:02:45 alpha named[18495]: admin.alpha.root-servers.ch has CNAME and other data (invalid) Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts:25:admin.alpha.root-servers.ch: CNAME and OTHER data error Jun 4 12:02:45 alpha named[18495]: ftp.root-servers.ch has CNAME and other data (invalid) Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts:31:ftp.root-servers.ch: CNAME and OTHER data error Jun 4 12:02:45 alpha named[18495]: master zone "root-servers.ch" (IN) rejected due to errors (serial 2000060411) If I comment out the lines it complains about (which isn't a solution anyway) it begins to complain about other ones. What am I doing wrong? Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 3:20: 6 2000 Delivered-To: freebsd-isp@freebsd.org Received: from atlas.bit.net.au (atlas.bit.net.au [203.18.94.3]) by hub.freebsd.org (Postfix) with ESMTP id 985B037BA20 for ; Sun, 4 Jun 2000 03:19:39 -0700 (PDT) (envelope-from pdh@atlas.bit.net.au) Received: (from pdh@localhost) by atlas.bit.net.au (8.9.3/8.9.3/Debian/GNU) id UAA15677; Sun, 4 Jun 2000 20:19:18 +1000 Date: Sun, 4 Jun 2000 20:19:18 +1000 From: Phil Homewood To: Gabriel Ambuehl Cc: freebsd-isp@FreeBSD.ORG Subject: Re: BIND doesn't want to accept all of my zonefiles.. Message-ID: <20000604201918.D13239@atlas.bit.net.au> References: <154262607719.20000604121311@buz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <154262607719.20000604121311@buz.ch>; from gabriel_ambuehl@buz.ch on Sun, Jun 04, 2000 at 12:13:11PM +0200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gabriel Ambuehl wrote: > ftp IN CNAME web.alpha > IN MX 10 mail.alpha > While I can't find any errors in it BIND seems to do and complains > about them in syslog: > Jun 4 12:02:45 alpha named[18495]: Zone "root-servers.ch" (file /var/named/root-servers.ch.hosts): No default TTL set using SOA minimum instead Benign, but can be fixed by adding an explicit TTL. > Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts: WARNING SOA expire value is less than 7 days (432000) Ditto - benign, assuming you want it that way. > Jun 4 12:02:45 alpha named[18495]: ftp.root-servers.ch has CNAME and other data (invalid) > > If I comment out the lines it complains about (which isn't a solution > anyway) it begins to complain about other ones. What am I doing wrong? That is in fact the solution. Having a CNAME and other data is indeed invalid. You can't do it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 3:33: 1 2000 Delivered-To: freebsd-isp@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id A120D37B5D2 for ; Sun, 4 Jun 2000 03:32:53 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 1363 invoked from network); 4 Jun 2000 10:34:39 -0000 Received: from client99-59.hispeed.ch (62.2.99.59) by ns1.root-servers.ch with SMTP; 4 Jun 2000 10:34:39 -0000 Date: Sun, 4 Jun 2000 12:34:19 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (1.42) Business Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <193263875142.20000604123419@buz.ch> To: Phil Homewood Cc: freebsd-isp@freebsd.org Subject: Re[2]: BIND doesn't want to accept all of my zonefiles.. In-reply-To: <20000604201918.D13239@atlas.bit.net.au> References: <154262607719.20000604121311@buz.ch> <20000604201918.D13239@atlas.bit.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Phil, Sunday, June 04, 2000, 12:19:18 PM, you wrote: > That is in fact the solution. Having a CNAME and other data > is indeed invalid. You can't do it. Do you mean I can't mix CNAME and A records in the same zonefile? This can't be because the following is working without any problems! sh-network.ch. IN SOA alpha. admin.root-servers.ch. ( 20000424022 10800 3600 691200 38400) IN NS ns1.sh-network.ch. IN NS ns2.sh-network.ch. sh-network.ch. IN A 195.49.62.125 mail IN A 195.49.62.125 www IN CNAME mail ftp IN CNAME mail webmail IN CNAME mail admin IN CNAME mail sh-network.ch. IN MX 10 mail Or am I misinterpreting the errormessage? Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 3:40:24 2000 Delivered-To: freebsd-isp@freebsd.org Received: from atlas.bit.net.au (atlas.bit.net.au [203.18.94.3]) by hub.freebsd.org (Postfix) with ESMTP id ED7B937B99E for ; Sun, 4 Jun 2000 03:40:16 -0700 (PDT) (envelope-from pdh@atlas.bit.net.au) Received: (from pdh@localhost) by atlas.bit.net.au (8.9.3/8.9.3/Debian/GNU) id UAA19415; Sun, 4 Jun 2000 20:40:09 +1000 Date: Sun, 4 Jun 2000 20:40:09 +1000 From: Phil Homewood To: Gabriel Ambuehl Cc: freebsd-isp@freebsd.org Subject: Re: BIND doesn't want to accept all of my zonefiles.. Message-ID: <20000604204009.E13239@atlas.bit.net.au> References: <154262607719.20000604121311@buz.ch> <20000604201918.D13239@atlas.bit.net.au> <193263875142.20000604123419@buz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <193263875142.20000604123419@buz.ch>; from gabriel_ambuehl@buz.ch on Sun, Jun 04, 2000 at 12:34:19PM +0200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gabriel Ambuehl wrote: > Do you mean I can't mix CNAME and A records in the same zonefile? This > can't be because the following is working without any problems! > > Or am I misinterpreting the errormessage? You're misinterpreting it. You can't have a CNAME as well as any other form of record for a given entry. For example, "ftp" should have *either* a CNAME *or* an MX record - it can't have both. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 4:20:22 2000 Delivered-To: freebsd-isp@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id AB3B837B5C3 for ; Sun, 4 Jun 2000 04:20:18 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 1531 invoked from network); 4 Jun 2000 11:22:03 -0000 Received: from client99-59.hispeed.ch (62.2.99.59) by ns1.root-servers.ch with SMTP; 4 Jun 2000 11:22:03 -0000 Date: Sun, 4 Jun 2000 13:21:42 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (1.42) Business Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <88266718360.20000604132142@buz.ch> To: Phil Homewood Cc: freebsd-isp@freebsd.org Subject: Re[2]: BIND doesn't want to accept all of my zonefiles.. In-reply-To: <20000604204009.E13239@atlas.bit.net.au> References: <154262607719.20000604121311@buz.ch> <20000604201918.D13239@atlas.bit.net.au> <193263875142.20000604123419@buz.ch> <20000604204009.E13239@atlas.bit.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Or am I misinterpreting the errormessage? > You're misinterpreting it. You can't have a CNAME as well as > any other form of record for a given entry. For example, "ftp" > should have *either* a CNAME *or* an MX record - it can't have > both. Hmm. So I'll have to change IN CNAME web.alpha to IN A 195.49.62.125 not very nice but better than get bombed by errors. Seems like I should read DNS and BIND once again but this time a bit more seriously *g*. But anyway, I think using IN MX 10 mail-alpha * IN MX 10 web-alpha mail IN CNAME mail-alpha should save me from setting hardcoded A records in the zonefiles of the virtualdomains. Thanks anyway. Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 5:37:15 2000 Delivered-To: freebsd-isp@freebsd.org Received: from zwitterion.humbug.org.au (suter.slip.cc.uq.edu.au [130.102.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 23E9137B535 for ; Sun, 4 Jun 2000 05:37:08 -0700 (PDT) (envelope-from suter@zwitterion.humbug.org.au) Received: from localhost (suter@localhost) by zwitterion.humbug.org.au (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id WAA19132 for ; Sun, 4 Jun 2000 22:37:03 +1000 Date: Sun, 4 Jun 2000 22:37:03 +1000 (EST) From: Mark Suter To: freebsd-isp@FreeBSD.ORG Subject: Re: Re[2]: BIND doesn't want to accept all of my zonefiles.. In-Reply-To: <88266718360.20000604132142@buz.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gabriel, > But anyway, I think using > IN MX 10 mail-alpha > * IN MX 10 web-alpha > mail IN CNAME mail-alpha > should save me from setting hardcoded A records in the zonefiles of > the virtualdomains. Do you really want "does-not-exist.example.com" to return your MX records? Wildcard MX records are just a bad idea, plain and simple. They don't work the way you'd expect, and virtually no one gets them right. Avoid them at all costs. http://www.sendmail.org/faq/section4.html#4.1 Yours sincerely, - -- Mark John Suter | I know that you believe you understand suter@humbug.org.au | what you think I said, but I am not sure GPG key id F2FEBB36 | you realise that what you heard is not Ph: +61 4 1126 2316 | what I meant. anonymous -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (GNU/Linux) Comment: Public key available from Keyservers or http://www.uq.edu.au/~suter/ iD8DBQE5Ok1s7EsZXfL+uzYRAkCrAJ919u0IAHIch4xXVAiNxWksm4XCbgCdE7kn PzRBymPika6grEkIyHUDX5I= =84BD -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 9:30:36 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id B5C4237B905 for ; Sun, 4 Jun 2000 09:30:32 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from ns2.jjsoft.com (ns2.jjsoft.com [208.152.114.19]) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id LAA07657; Sun, 4 Jun 2000 11:21:25 -0500 (CDT) Date: Sun, 4 Jun 2000 11:21:24 -0500 (CDT) From: Jahanur R Subedar To: Gabriel Ambuehl Cc: freebsd-isp@FreeBSD.ORG Subject: Re: BIND doesn't want to accept all of my zonefiles.. In-Reply-To: <154262607719.20000604121311@buz.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org One thing I can tell you that I have read in the Dns and Bind book is that an alias should never be on the righthand side of the Resource Records. For example: This the Alias: ALIAS of wormhole.movie.com wh.movie.com IN CNAME wormhole.movie.com then we can not use wh.movie.com on the righthand side For example: anything IN NS wh.movie.com Or whatever IN CNAME wh.movie.com I hope you understand. One suggestion, Try to borrow the book "DNS and BIND" book, if you are serious. Jahanur On Sun, 4 Jun 2000, Gabriel Ambuehl wrote: > Hello, > I've got a problem with my BIND setup. While it's doing its job as it should > as long as I use trivial zonefiles with just one or two A records and > several CNAMES, it doesn't want to accept more complicated zonefiles > as the following: > -- > @ IN SOA ns1.root-servers.ch. admin.root-servers.ch. ( > 2000060412 > 10800 > 3600 > 432000 > 38400 ) > IN NS ns1 > IN NS ns2 > ns1 IN A 195.49.62.125 > ns2 IN A 195.49.62.126 > ns3 IN A 195.49.33.19 > ns4 IN A 195.49.33.20 > > alpha IN A 195.49.62.125 > beta IN A 195.49.33.19 > > ;Special Records for alpha. > ;The box responsible for the webmail services for users on alpha > webmail.alpha IN A 195.49.62.125 > ;The box responsible for the http services for users on alpha > web.alpha IN A 195.49.62.125 > ;The box responsible for the mail services for users on alpha > mail.alpha IN A 195.49.62.125 > ;The box responsible for the qmailadmin services for users on alpha, in almost > admin.alpha IN A 195.49.62.125 > > > IN CNAME web.alpha > mail IN CNAME mail.alpha > www IN CNAME web.alpha > ftp IN CNAME web.alpha > IN MX 10 mail.alpha > test IN CNAME web.alpha > admin IN CNAME admin.alpha > webmail IN CNAME webmail.alpha > -- > > While I can't find any errors in it BIND seems to do and complains > about them in syslog: > Jun 4 12:02:45 alpha named[18495]: Zone "root-servers.ch" (file /var/named/root-servers.ch.hosts): No default TTL set using SOA minimum instead > Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts: WARNING SOA expire value is less than 7 days (432000) > Jun 4 12:02:45 alpha named[18495]: admin.alpha.root-servers.ch has CNAME and other data (invalid) > Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts:25:admin.alpha.root-servers.ch: CNAME and OTHER data error > Jun 4 12:02:45 alpha named[18495]: ftp.root-servers.ch has CNAME and other data (invalid) > Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts:31:ftp.root-servers.ch: CNAME and OTHER data error > Jun 4 12:02:45 alpha named[18495]: master zone "root-servers.ch" (IN) rejected due to errors (serial 2000060411) > > If I comment out the lines it complains about (which isn't a solution > anyway) it begins to complain about other ones. What am I doing wrong? > > > Best regards, > Gabriel > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > Jahanur R Subedar WWW.JJSOFT.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 9:39:29 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id 75C8537BBB6 for ; Sun, 4 Jun 2000 09:39:25 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from ns2.jjsoft.com (ns2.jjsoft.com [208.152.114.19]) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id LAA07675; Sun, 4 Jun 2000 11:30:28 -0500 (CDT) Date: Sun, 4 Jun 2000 11:30:25 -0500 (CDT) From: Jahanur R Subedar To: Gabriel Ambuehl Cc: freebsd-isp@FreeBSD.ORG Subject: Re: BIND doesn't want to accept all of my zonefiles.. In-Reply-To: <154262607719.20000604121311@buz.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 4 Jun 2000, Gabriel Ambuehl wrote: > Hello, > I've got a problem with my BIND setup. While it's doing its job as it should > as long as I use trivial zonefiles with just one or two A records and > several CNAMES, it doesn't want to accept more complicated zonefiles > as the following: > -- > @ IN SOA ns1.root-servers.ch. admin.root-servers.ch. ( > 2000060412 > 10800 > 3600 > 432000 > 38400 ) > IN NS ns1 > IN NS ns2 > ns1 IN A 195.49.62.125 > ns2 IN A 195.49.62.126 > ns3 IN A 195.49.33.19 > ns4 IN A 195.49.33.20 > > alpha IN A 195.49.62.125 > beta IN A 195.49.33.19 > > ;Special Records for alpha. > ;The box responsible for the webmail services for users on alpha > webmail.alpha IN A 195.49.62.125 > ;The box responsible for the http services for users on alpha > web.alpha IN A 195.49.62.125 > ;The box responsible for the mail services for users on alpha > mail.alpha IN A 195.49.62.125 > ;The box responsible for the qmailadmin services for users on alpha, in almost > admin.alpha IN A 195.49.62.125 > > > IN CNAME web.alpha > mail IN CNAME mail.alpha The above line means: mail.mail.alpha I dont know you want it or not. > www IN CNAME web.alpha > ftp IN CNAME web.alpha > IN MX 10 mail.alpha Are you expecting any mail in ftp.whatever.com. If you live the most lefthandside field empty then the resolver assumes the immediat entry, in the above case you are saying ftp IN MX 10 mail.alpha.whatever.com I think you ment to do like this: mail IN CNAME alpha IN MX 10 alpha > test IN CNAME web.alpha > admin IN CNAME admin.alpha > webmail IN CNAME webmail.alpha Please read my previous email for the above CNAME record. > -- > > While I can't find any errors in it BIND seems to do and complains > about them in syslog: > Jun 4 12:02:45 alpha named[18495]: Zone "root-servers.ch" (file /var/named/root-servers.ch.hosts): No default TTL set using SOA minimum instead > Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts: WARNING SOA expire value is less than 7 days (432000) > Jun 4 12:02:45 alpha named[18495]: admin.alpha.root-servers.ch has CNAME and other data (invalid) > Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts:25:admin.alpha.root-servers.ch: CNAME and OTHER data error > Jun 4 12:02:45 alpha named[18495]: ftp.root-servers.ch has CNAME and other data (invalid) > Jun 4 12:02:45 alpha named[18495]: /var/named/root-servers.ch.hosts:31:ftp.root-servers.ch: CNAME and OTHER data error > Jun 4 12:02:45 alpha named[18495]: master zone "root-servers.ch" (IN) rejected due to errors (serial 2000060411) > > If I comment out the lines it complains about (which isn't a solution > anyway) it begins to complain about other ones. What am I doing wrong? > > > Best regards, > Gabriel > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > Jahanur R Subedar WWW.JJSOFT.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 9:48:40 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id 1E57237BC01 for ; Sun, 4 Jun 2000 09:48:34 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from ns2.jjsoft.com (ns2.jjsoft.com [208.152.114.19]) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id LAA07690; Sun, 4 Jun 2000 11:39:26 -0500 (CDT) Date: Sun, 4 Jun 2000 11:39:26 -0500 (CDT) From: Jahanur R Subedar To: Gabriel Ambuehl Cc: Phil Homewood , freebsd-isp@FreeBSD.ORG Subject: Re: Re[2]: BIND doesn't want to accept all of my zonefiles.. In-Reply-To: <193263875142.20000604123419@buz.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 4 Jun 2000, Gabriel Ambuehl wrote: > Hello Phil, > Sunday, June 04, 2000, 12:19:18 PM, you wrote: > > > That is in fact the solution. Having a CNAME and other data > > is indeed invalid. You can't do it. > > Do you mean I can't mix CNAME and A records in the same zonefile? This > can't be because the following is working without any problems! > > sh-network.ch. IN SOA alpha. admin.root-servers.ch. ( > 20000424022 > 10800 > 3600 > 691200 > 38400) > IN NS ns1.sh-network.ch. > IN NS ns2.sh-network.ch. > sh-network.ch. IN A 195.49.62.125 > mail IN A 195.49.62.125 > www IN CNAME mail > ftp IN CNAME mail > webmail IN CNAME mail > admin IN CNAME mail > sh-network.ch. IN MX 10 mail and I think it will make it faster if you said like this sh-network.ch. IN MX 10 sh-netwrk.ch. or you could also say mail IN MX 10 mail > > Or am I misinterpreting the errormessage? > Now try putting @ instead of the sh-network.ch. in the begining or the first line. See if that gives problem. > > > > Best regards, > Gabriel > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > Jahanur R Subedar WWW.JJSOFT.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 10: 3:32 2000 Delivered-To: freebsd-isp@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id 8DD2B37BC4B for ; Sun, 4 Jun 2000 10:03:29 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 4335 invoked from network); 4 Jun 2000 17:05:14 -0000 Received: from client99-59.hispeed.ch (62.2.99.59) by ns1.root-servers.ch with SMTP; 4 Jun 2000 17:05:14 -0000 Date: Sun, 4 Jun 2000 19:04:56 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (1.42) Business Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <2287312052.20000604190456@buz.ch> To: Mark Suter Cc: freebsd-isp@freebsd.org Subject: Re[4]: BIND doesn't want to accept all of my zonefiles.. In-reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Do you really want "does-not-exist.example.com" to return your MX > records? Oops. Should be wildcard CNAME of course. The other one is just a bad idea as the mailserver would reject the mail anyway... Was kinda stressed today *g* Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 10:38: 2 2000 Delivered-To: freebsd-isp@freebsd.org Received: from bilmax.cho.cstone.net (bilmax.cho.cstone.net [209.145.79.244]) by hub.freebsd.org (Postfix) with ESMTP id 0C22337B678 for ; Sun, 4 Jun 2000 10:37:56 -0700 (PDT) (envelope-from wer@cstone.net) Received: from cstone.net (localhost.cstone.net [127.0.0.1]) by bilmax.cho.cstone.net (8.9.3/8.9.3) with ESMTP id NAA05980; Sun, 4 Jun 2000 13:32:51 -0400 (EDT) (envelope-from wer@cstone.net) Message-ID: <393A92C3.518C530C@cstone.net> Date: Sun, 04 Jun 2000 13:32:51 -0400 From: "William E. Reid" X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Leif Neland Cc: freebsd-isp@FreeBSD.ORG Subject: Re: cistron-radiusd: no acct References: <004101bfcd23$cadd1860$0e00a8c0@neland.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You could try running it with a radiusd -y A directory gets created for each device that is logging to radius. It should have start and stop records. -=Bill Leif Neland wrote: > I want to use cistron-radius from the ports, because of its ability to limit > simultaneous use of an account. > > So I installed it from ports. > > It authenticates nicely, but I get no accounting information, and > radwtmp/radutmp is empty. > > I have verified by netstat that something is listening on udp 1645/1646 and > the portmaster is using these ports. > > This also could account for the difference in the detail of the detail-file: > No start-stop info. > > The "old radius": > Merit AAA server Version 3.6B , licensed software > COPYRIGHT 1992, 1993, 1994, 1995, 1996, 1997, 1998 > THE REGENTS OF THE UNIVERSITY OF MICHIGAN > ALL RIGHTS RESERVED > > Use -h for help > Version 3.6B NDBM NOSHADOW linux > ASCEND BINARY_FILTERS > directory = /usr/local/etc/raddb > Produces this: > Tue May 30 23:55:22 2000 > Acct-Session-Id = "1A09EFB1" > User-Name = "idk43807" > NAS-IP-Address = 194.19.140.23 > NAS-Port = 0 > NAS-Port-Type = ISDN-Sync > Acct-Status-Type = Stop > Acct-Session-Time = 93 > Acct-Authentic = RADIUS > Acct-Input-Octets = 1025 > Acct-Output-Octets = 1515 > Called-Station-Id = "33361515" > Calling-Station-Id = "44831791" > Acct-Terminate-Cause = User-Request > LE-Terminate-Detail = "User Request - Call Circuit Closed" > Service-Type = Framed > Framed-Protocol = PPP > Framed-IP-Address = 194.255.12.212 > Acct-Delay-Time = 0 > > The cistron is: > radiusd: RADIUS version cistron-1.6.3 02-Apr-2000 > Compilation flags: NOSHADOW ATTRIB_NMC COMPAT_1543 > Cistron produces only this: > Fri Jun 2 01:09:27 2000 > User-Name = "idk70678" > NAS-IP-Address = 194.19.140.23 > NAS-Port-Id = 0 > NAS-Port-Type = ISDN > Service-Type = Framed-User > Framed-Protocol = PPP > Called-Station-Id = "33361515" > Calling-Station-Id = "43427036" > Timestamp = 959900967 > > There is no accounting information here. > Coherent with it is only logging auth, not acct. > > Any clues where I should start looking? > > 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 Sun Jun 4 19: 2:44 2000 Delivered-To: freebsd-isp@freebsd.org Received: from net-tech.com.au (redback.net-tech.com.au [203.87.28.11]) by hub.freebsd.org (Postfix) with SMTP id 4B10037BC16 for ; Sun, 4 Jun 2000 19:02:40 -0700 (PDT) (envelope-from corey@net-tech.com.au) Received: (qmail 58480 invoked by uid 71); 5 Jun 2000 02:09:05 -0000 Received: from unknown (HELO coreyx.net-tech.com.au) (203.36.214.208) by 203.87.28.11 with SMTP; 5 Jun 2000 02:09:05 -0000 Received: from corey by coreyx.net-tech.com.au with local (Exim 3.12 #1 (Debian)) id 12ymHQ-0003Au-00 for ; Mon, 05 Jun 2000 12:06:16 +1000 Date: Mon, 5 Jun 2000 12:06:16 +1000 To: freebsd-isp@freebsd.org Subject: Digi Xem Message-ID: <20000605120616.A12113@coreyx.net-tech.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.12i From: Corey Ralph Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am currently setting up a dial up system with a digi xem card using the dgm driver, and the ports/16em boxes. I have it initialising the card OK, but don't know the io addresses for the ports to add the sio entries. Can anybody help me out? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 20: 3:36 2000 Delivered-To: freebsd-isp@freebsd.org Received: from wat-border.sentex.ca (waterloo-hespler.sentex.ca [199.212.135.66]) by hub.freebsd.org (Postfix) with ESMTP id A8FF137BCCD for ; Sun, 4 Jun 2000 20:03:33 -0700 (PDT) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite-atm.sentex.ca [209.112.4.1]) by wat-border.sentex.ca (8.9.3/8.9.3) with ESMTP id XAA26592; Sun, 4 Jun 2000 23:03:32 -0400 (EDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (chimpcage.simianscience.com [64.7.134.130]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id XAA15655; Sun, 4 Jun 2000 23:03:31 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: leifn@neland.dk ("Leif Neland") Cc: freebsd-isp@FreeBSD.ORG Subject: Re: cistron-radiusd: no acct Date: Mon, 05 Jun 2000 02:59:33 GMT Message-ID: <393b1762.103334186@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 3 Jun 2000 02:41:09 -0400, in sentex.lists.freebsd.isp you wrote: >It authenticates nicely, but I get no accounting information, and >radwtmp/radutmp is empty. Are you sure you have the dictionaries installed correctly ? ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 4 20:20:18 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ux.accesscom.net (ux.accesscom.net [204.181.176.2]) by hub.freebsd.org (Postfix) with SMTP id E3E7737B52C for ; Sun, 4 Jun 2000 20:20:12 -0700 (PDT) (envelope-from mlistbsd@icorp.net) Received: from p539.accesscom.net (icorp.net [206.160.4.39]) by ux(smtpd 2.1.3) with SMTP id smtp005584 for ; Mon, 5 Jun 00 03:19:25 GMT (envelope-from ) Message-ID: <393B1C21.19859DE3@icorp.net> Date: Sun, 04 Jun 2000 22:18:58 -0500 From: James X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en Mime-Version: 1.0 To: Simon Cc: "freebsd-isp@FreeBSD.ORG" Subject: Re: RAID: AMI or Mylex References: <200006032003.OAA15885@mail.fpsn.net> Content-Length: 1097 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Simon wrote: > Hey, > > Mylex makes good ones. Unfortunately, they stopped making AcceleRAID 250, but you can still get AcceleRAID 150 > which will do the trick unless you need something more powerful. What do you need this controller for? How many > drives, etc... Initially, the system will have 3 9GB Cheetahs. I do not mind purchasing a high-end card that exceeds what I might need right now. The system will be handling a lot of web traffic, cgi and peripheral services. > > > -Simon > > On Sat, 03 Jun 2000 20:41:16 -0500, James wrote: > > > > >Ok, forget software RAID. Hardware-wise, which is the best controller > >to use for FreeBSD? I keep asking this question and every time the > >thread mutates into an argument about vinum. Anyone using hardware RAID > >under FreeBSD? If so, please give me the dirt on what you use, what you > >like, and what you don't like. MUCH appreciated... Lots of good kharma > >for helpful responses! > > > > > > > > > > > >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 Sun Jun 4 20:26:32 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.fpsn.net (mail.fpsn.net [63.224.69.57]) by hub.freebsd.org (Postfix) with ESMTP id 0CB7237B52C for ; Sun, 4 Jun 2000 20:26:27 -0700 (PDT) (envelope-from simon@optinet.com) Received: from station1 (adsl-151-202-94-150.bellatlantic.net [151.202.94.150]) by mail.fpsn.net (8.9.3/8.9.3) with SMTP id PAA18596; Sun, 4 Jun 2000 15:30:25 -0600 (MDT) (envelope-from simon@optinet.com) Message-Id: <200006042130.PAA18596@mail.fpsn.net> From: "Simon" To: "James" Cc: "freebsd-isp@FreeBSD.ORG" Date: Sun, 04 Jun 2000 23:29:48 -0500 Reply-To: "Simon" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195) In-Reply-To: <393B1C21.19859DE3@icorp.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_=_=_=IMA.BOUNDARY.HTML_4963392=_=_=_" Subject: Re: RAID: AMI or Mylex Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --_=_=_=IMA.BOUNDARY.HTML_4963392=_=_=_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Ok, then, look into DAC960 controllers that Mylex makes. Though, if you'll stick with 3 cheetah drives, AcceleRAID 150 should do it for you. You can get it for around $400 whereas other controllers would run at a price of $800+ -Simon On Sun, 04 Jun 2000 22:18:58 -0500, James wrote: >Simon wrote: > >> Hey, >> >> Mylex makes good ones. Unfortunately, they stopped making AcceleRAID 250, but you can still get AcceleRAID 150 >> which will do the trick unless you need something more powerful. What do you need this controller for? How many >> drives, etc... > >Initially, the system will have 3 9GB Cheetahs. I do not mind purchasing a high-end card that exceeds what I might >need right now. The system will be handling a lot of web traffic, cgi and peripheral services. > > > > > > >> >> >> -Simon >> >> On Sat, 03 Jun 2000 20:41:16 -0500, James wrote: >> >> > >> >Ok, forget software RAID. Hardware-wise, which is the best controller >> >to use for FreeBSD? I keep asking this question and every time the >> >thread mutates into an argument about vinum. Anyone using hardware RAID >> >under FreeBSD? If so, please give me the dirt on what you use, what you >> >like, and what you don't like. MUCH appreciated... Lots of good kharma >> >for helpful responses! >> > >> > >> > >> > >> > >> >To Unsubscribe: send mail to majordomo@FreeBSD.org >> >with "unsubscribe freebsd-isp" in the body of the message >> > > > --_=_=_=IMA.BOUNDARY.HTML_4963392=_=_=_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit Ok, then, look into DAC960 controllers that Mylex makes. Though, if you'll stick with 3 cheetah drives, AcceleRAID 150 should do it for you. You can get it for around $400 whereas other controllers would run at a price of $800+
-Simon

On Sun, 04 Jun 2000 22:18:58 -0500, James wrote:

>Simon wrote:
>
>> Hey,
>>
>> Mylex makes good ones. Unfortunately, they stopped making AcceleRAID 250, but you can still get AcceleRAID 150
>> which will do the trick unless you need something more powerful. What do you need this controller for? How many
>> drives, etc...
>
>Initially, the system will have 3 9GB Cheetahs. I do not mind purchasing a high-end card that exceeds what I might
>need right now. The system will be handling a lot of web traffic, cgi and peripheral services.
>
>
>
>
>
>
>>
>>
>> -Simon
>>
>> On Sat, 03 Jun 2000 20:41:16 -0500, James wrote:
>>
>> >
>> >Ok, forget software RAID. Hardware-wise, which is the best controller
>> >to use for FreeBSD? I keep asking this question and every time the
>> >thread mutates into an argument about vinum. Anyone using hardware RAID
>> >under FreeBSD? If so, please give me the dirt on what you use, what you
>> >like, and what you don't like. MUCH appreciated... Lots of good kharma
>> >for helpful responses!
>> >
>> >
>> >
>> >
>> >
>> >To Unsubscribe: send mail to majordomo@FreeBSD.org
>> >with "unsubscribe freebsd-isp" in the body of the message
>> >
>
>

--_=_=_=IMA.BOUNDARY.HTML_4963392=_=_=_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 5 2:51: 0 2000 Delivered-To: freebsd-isp@freebsd.org Received: from atlas.usls.edu (atlas.usls.edu [202.47.133.46]) by hub.freebsd.org (Postfix) with ESMTP id 514D837B5B1 for ; Mon, 5 Jun 2000 02:50:55 -0700 (PDT) (envelope-from francis@usls.edu) Received: by atlas.usls.edu (Postfix, from userid 1001) id 771989B33; Mon, 5 Jun 2000 17:50:31 +0800 (PHT) Received: from localhost (localhost [127.0.0.1]) by atlas.usls.edu (Postfix) with ESMTP id 6BE295D19 for ; Mon, 5 Jun 2000 17:50:31 +0800 (PHT) Date: Mon, 5 Jun 2000 17:50:31 +0800 (PHT) From: "Francis A. Vidal" To: FreeBSD ISP Subject: finding files Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi all, i want to purge all inactive accounts on the system. i have 2,000 accounts on the system and i don't want to check them one by one manually. how do i do this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 5 3:21:14 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 8A1BF37BD27 for ; Mon, 5 Jun 2000 03:21:09 -0700 (PDT) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.9.2/8.9.3) with UUCP id MAA77459 for freebsd-isp@FreeBSD.ORG; Mon, 5 Jun 2000 12:25:08 +0200 (CEST) (envelope-from leifn@neland.dk) Received: from gina (gina.neland.dk [192.168.0.14]) by arnold.neland.dk (8.9.3/8.9.3) with SMTP id MAA71634; Mon, 5 Jun 2000 12:20:32 +0200 (CEST) (envelope-from leifn@neland.dk) Message-ID: <003501bfced7$b2e4e8e0$0e00a8c0@neland.dk> Reply-To: "Leif Neland" From: "Leif Neland" To: "Leif Neland" , References: <004101bfcd23$cadd1860$0e00a8c0@neland.dk> Subject: Re: cistron-radiusd: no acct: SOLVED! Date: Mon, 5 Jun 2000 12:20:07 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Original Message ----- From: "Leif Neland" To: Sent: Saturday, June 03, 2000 8:19 AM Subject: cistron-radiusd: no acct > I want to use cistron-radius from the ports, because of its ability to limit > simultaneous use of an account. > > So I installed it from ports. > > It authenticates nicely, but I get no accounting information, and > radwtmp/radutmp is empty. > > I have verified by netstat that something is listening on udp 1645/1646 and > the portmaster is using these ports. I found the problem: Even if something was indeed listening on 1646, it appearently wasn't hard enough :-) I had in /etc/services changed radius from 1812 to 1645, but I hadn't changed radacct from its IANA assigned nr 1813 to 1646. When I did this, accounting records and over-sumultaneous-login-kickofs started to appear. Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 5 8:18:34 2000 Delivered-To: freebsd-isp@freebsd.org Received: from internet.conectividad.com.mx (internet.conectividad.com.mx [200.23.128.241]) by hub.freebsd.org (Postfix) with ESMTP id A680C37BC3D for ; Mon, 5 Jun 2000 08:18:28 -0700 (PDT) (envelope-from dperez@conectividad.com.mx) Received: by INTERNET with Internet Mail Service (5.5.2650.21) id ; Mon, 5 Jun 2000 10:19:34 -0500 Message-ID: From: David Perez Marfil To: 'Gabriel Ambuehl' Cc: "'freebsd-isp@freebsd.org'" Subject: RE: BIND doesn't want to accept all of my zonefiles.. Date: Mon, 5 Jun 2000 10:19:34 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jun 4 12:02:45 alpha named[18495]: Zone "root-servers.ch" (file /var/named/root-servers.ch.hosts): No default TTL set using SOA minimum instead >>for this specific error You should include this line at the firts line of your zone file.... $TTL 3600 >>is the TTL parameter for al the zone file... @ IN SOA ns1.root-servers.ch. admin.root-servers.ch. ( 2000060412 10800 3600 432000 38400 ) David Perez To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 5 8:32:44 2000 Delivered-To: freebsd-isp@freebsd.org Received: from hq.seicom.net (hq.seicom.net [194.97.200.30]) by hub.freebsd.org (Postfix) with ESMTP id 6522E37BDC7 for ; Mon, 5 Jun 2000 08:32:41 -0700 (PDT) (envelope-from Andy.Wolf@nextra.de) Received: from andy by hq.seicom.net (8.9.3/8.9.3) with SMTP id RAA87775; Mon, 5 Jun 2000 17:32:35 +0200 (CEST) From: "Andy Wolf" To: "Gabriel Ambuehl" Cc: "Freebsd-Isp List" Subject: RE: BIND doesn't want to accept all of my zonefiles.. Date: Mon, 5 Jun 2000 17:32:10 +0200 Message-ID: <002e01bfcf03$371de1e0$f1d761c2@andy.seicom.net> 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 8.5, Build 4.71.2173.0 In-Reply-To: <154262607719.20000604121311@buz.ch> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, > @ IN SOA ns1.root-servers.ch. admin.root-servers.ch. ( > 2000060412 > 10800 > 3600 > 432000 > 38400 ) > Jun 4 12:02:45 alpha named[18495]: master zone "root-servers.ch" > (IN) rejected due to errors (serial 2000060411) have a look at the two different serials ! just my two cents...Andy -- Andy Wolf, Software Development Baden-Wuerttemberg Nextra Baden-Wuerttemberg tel.: +49(0)711/6015-0 Communication Service Provider GmbH fax : +49(0)711/6015-199 Nadlerstr. 21, D-70173 Stuttgart ----- http://www.nextra.de ----- mailto:andy.wolf@nextra.de ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 5 9:39:31 2000 Delivered-To: freebsd-isp@freebsd.org Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id 91A6037B586 for ; Mon, 5 Jun 2000 09:39:27 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.10.1/8.10.1) with ESMTP id e55GdC805374; Mon, 5 Jun 2000 12:39:13 -0400 (EDT) Date: Mon, 5 Jun 2000 12:39:12 -0400 (EDT) From: jack To: Corey Ralph Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Digi Xem In-Reply-To: <20000605120616.A12113@coreyx.net-tech.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Today Corey Ralph wrote: > I have it initialising the card OK, but don't know the io addresses for the > ports to add the sio entries. Can anybody help me out? You don't use the sio entries. You need to make the device nodes, `MAKEDEV cuaM0' and `MAKEDEV ttyM0', and use them to access the ports. cuaM0a0, ttyM0a0 is the first port on the first expansion box. cuaM0df, ttyM0df is the last port on the fourth expansion box. ^^box a thru d, followed by the 16 ports 0 thru f. -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 5 12:47:13 2000 Delivered-To: freebsd-isp@freebsd.org Received: from archer.fsr.net (archer.fsr.net [207.141.26.3]) by hub.freebsd.org (Postfix) with ESMTP id AC11137BD68 for ; Mon, 5 Jun 2000 12:47:08 -0700 (PDT) (envelope-from mharsh@fsr.com) Received: from localhost (mharsh@localhost) by archer.fsr.net (8.9.3/8.9.3) with ESMTP id MAA64776 for ; Mon, 5 Jun 2000 12:47:07 -0700 (PDT) (envelope-from mharsh@fsr.com) X-Authentication-Warning: archer.fsr.net: mharsh owned process doing -bs Date: Mon, 5 Jun 2000 12:47:07 -0700 (PDT) From: Mike Harshbarger X-Sender: mharsh@archer.fsr.net To: freebsd-isp@FreeBSD.ORG Subject: pw usermod -g problems... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've recently upgraded our dialup account management server from 2.2.6 to 4.0 (yeah, quite a jump, and I'm VERY happy with 4.0). Today I've noticed a problem. I cannot change group id's with the `pw usermod` command anymore. In fact, pw is failing on all my other 4.0 boxen too. real life example: perch:/root grep mharsh /etc/passwd mharsh:*:4521:100:Mike Harshbarger:/home/mharsh:/bin/bash perch:/root pw usermod mharsh -g 198 [long pause, like it's actually doing something] perch:/root grep mharsh /etc/passwd mharsh:*:4521:100:Mike Harshbarger:/home/mharsh:/bin/bash And I'm still in group 100 instead of 198. Any help would be appreciated... vipw is quickly becoming a pain in the arse. :) As a side note, the -g option used with `pw useradd` works okay. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 5 12:59:59 2000 Delivered-To: freebsd-isp@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 1E8AF37BDB3 for ; Mon, 5 Jun 2000 12:59:53 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id UAA42896; Mon, 5 Jun 2000 20:56:49 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id TAA00769; Mon, 5 Jun 2000 19:56:41 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200006051856.TAA00769@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Gabriel Ambuehl Cc: Phil Homewood , freebsd-isp@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: Re[2]: BIND doesn't want to accept all of my zonefiles.. In-Reply-To: Message from Gabriel Ambuehl of "Sun, 04 Jun 2000 13:21:42 +0200." <88266718360.20000604132142@buz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 05 Jun 2000 19:56:41 +0100 From: Brian Somers Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> Or am I misinterpreting the errormessage? > > You're misinterpreting it. You can't have a CNAME as well as > > any other form of record for a given entry. For example, "ftp" > > should have *either* a CNAME *or* an MX record - it can't have > > both. > > Hmm. So I'll have to change > IN CNAME web.alpha > to > IN A 195.49.62.125 > not very nice but better than get bombed by errors. Seems like I > should read DNS and BIND once again but this time a bit more seriously > *g*. But anyway, I think using > IN MX 10 mail-alpha > * IN MX 10 web-alpha > mail IN CNAME mail-alpha > should save me from setting hardcoded A records in the zonefiles of > the virtualdomains. Given what you originally had: ftp IN CNAME web.alpha I suspect you should just remove the ftp IN MX 10 mail.alpha When someone sends mail to ``ftp'', it'll go to the MX of web.alpha (or whatever ftp is ultimately a CNAME for). This is far better than adding an A record for ``ftp'' as your mail config just doesn't need to know about ``ftp'' if it's a CNAME. > Thanks anyway. > > Best regards, > Gabriel -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jun 6 4:51: 7 2000 Delivered-To: freebsd-isp@freebsd.org Received: from terror.hungry.com (terror.hungry.com [199.181.107.40]) by hub.freebsd.org (Postfix) with SMTP id 55E1437B57D for ; Tue, 6 Jun 2000 04:51:03 -0700 (PDT) (envelope-from fn@Hungry.COM) Received: (qmail 25705 invoked from network); 6 Jun 2000 11:50:59 -0000 Received: from starvation.hungry.com (199.181.107.58) by terror.hungry.com with SMTP; 6 Jun 2000 11:50:59 -0000 Received: (from fn@localhost) by starvation.hungry.com (8.9.3/8.9.3) id EAA38507; Tue, 6 Jun 2000 04:52:33 -0700 (PDT) (envelope-from fn@Hungry.COM) Date: Tue, 6 Jun 2000 04:52:33 -0700 From: Faried Nawaz To: freebsd-isp@freebsd.org Subject: Re: pw usermod -g problems... Message-ID: <20000606045219.A38433@starvation.hungry.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Today I've noticed a problem. I cannot change group id's with the `pw > usermod` command anymore. In fact, pw is failing on all my other 4.0 boxen > too. Here is where this bug was introduced: http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/pw/pw_user.c.diff?r1=1.32&r2=1.33 On line 471 of pw_user.c, change pw->pw_gid = pw->pw_gid; to pw->pw_gid = newgid; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jun 6 15:30:52 2000 Delivered-To: freebsd-isp@freebsd.org Received: from arachna.worldonline.es (arachna.worldonline.es [212.7.33.97]) by hub.freebsd.org (Postfix) with ESMTP id 43B8137B755 for ; Tue, 6 Jun 2000 15:30:50 -0700 (PDT) (envelope-from jesusr@worldonline.es) Received: from wol170.tm.bcn.worldonline.ct (pc170.worldonline.es [212.7.35.170]) by arachna.worldonline.es (Postfix) with ESMTP id 6470DFE9FD for ; Wed, 7 Jun 2000 00:30:38 +0200 (CEST) Date: Wed, 7 Jun 2000 00:33:09 +0200 (CEST) From: Jesus Rodriguez X-Sender: jesusr@wol170.tm.bcn.worldonline.ct To: isp@freebsd.org Subject: Fake-dns Message-ID: 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 X-Loop: FreeBSD.org Hello, I know this is a strange thing but... =BFthere is some way i can have a dns/proxy-dns/or-any-other-thing emulating a dns answering the same ip address for any A resolv query?. I need "intercept" *all* tcp port 80 outgoing connection demands from my network and redirect them to an unique local=20 url. I know i can do transparent proxy but maybe dns is an=20 easier solution. 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 Jun 6 20: 0:15 2000 Delivered-To: freebsd-isp@freebsd.org Received: from atlas.usls.edu (atlas.usls.edu [202.47.133.46]) by hub.freebsd.org (Postfix) with ESMTP id A81EF37B635 for ; Tue, 6 Jun 2000 20:00:10 -0700 (PDT) (envelope-from francis@usls.edu) Received: by atlas.usls.edu (Postfix, from userid 1001) id B41E79B1A; Wed, 7 Jun 2000 10:59:54 +0800 (PHT) Received: from localhost (localhost [127.0.0.1]) by atlas.usls.edu (Postfix) with ESMTP id A85375D14 for ; Wed, 7 Jun 2000 10:59:54 +0800 (PHT) Date: Wed, 7 Jun 2000 10:59:54 +0800 (PHT) From: "Francis A. Vidal" To: FreeBSD ISP Subject: deleting users from txt file source Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi all, i have all inactive accounts in a txt file and i want to delete them all. i tried using: pw userdel `cat inactive.txt` -r but i guess it didn't work. any ideas? -- francis vidal university of st. la salle, bacolod city, philippines . . . . . . . PGP key available via e-mail / subject: get PGP key u s l s N E T tel nos. (+63.34).433.3526 / fax (+63.34).434.0415 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jun 6 21:28:25 2000 Delivered-To: freebsd-isp@freebsd.org Received: from atlas.usls.edu (atlas.usls.edu [202.47.133.46]) by hub.freebsd.org (Postfix) with ESMTP id 7B4DF37BC1C for ; Tue, 6 Jun 2000 21:28:14 -0700 (PDT) (envelope-from francis@usls.edu) Received: by atlas.usls.edu (Postfix, from userid 1001) id 9665F9B1B; Wed, 7 Jun 2000 12:27:58 +0800 (PHT) Received: from localhost (localhost [127.0.0.1]) by atlas.usls.edu (Postfix) with ESMTP id 16D435D14 for ; Wed, 7 Jun 2000 12:27:57 +0800 (PHT) Date: Wed, 7 Jun 2000 12:27:57 +0800 (PHT) From: "Francis A. Vidal" To: FreeBSD ISP Subject: Re: deleting users from txt file source In-Reply-To: <200006070308.NAA09688@mail.theinternet.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi all, thanks to those who helped me =) -- francis vidal university of st. la salle, bacolod city, philippines . . . . . . . PGP key available via e-mail / subject: get PGP key u s l s N E T tel nos. (+63.34).433.3526 / fax (+63.34).434.0415 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 0:14:16 2000 Delivered-To: freebsd-isp@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id 1A70337B52D for ; Wed, 7 Jun 2000 00:14:14 -0700 (PDT) (envelope-from zicc@bellatlantic.net) Received: from bellatlantic.net (adsl-151-201-20-104.bellatlantic.net [151.201.20.104]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id DAA17655 for ; Wed, 7 Jun 2000 03:14:07 -0400 (EDT) Message-ID: <393DF64B.35AB6963@bellatlantic.net> Date: Wed, 07 Jun 2000 03:14:19 -0400 From: Chad Ziccardi X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: Credit Card processing? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I was curious what companies do you recommend to use as credit card processing with freebsd? Basic breakdown is this: We will be taking credit card numbers via ssl, we will store them in a database (on a internal server) which software/companies do you recommend we use for processing/billing these cards? --Chad Ziccardi Hufftown Networks, Inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 1: 5:42 2000 Delivered-To: freebsd-isp@freebsd.org Received: from epsilon.lucida.qc.ca (epsilon.lucida.qc.ca [216.95.146.6]) by hub.freebsd.org (Postfix) with SMTP id 611F337BCB1 for ; Wed, 7 Jun 2000 01:05:37 -0700 (PDT) (envelope-from matt@ARPA.MAIL.NET) Received: (qmail 438 invoked by uid 1000); 7 Jun 2000 08:05:36 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Jun 2000 08:05:36 -0000 Date: Wed, 7 Jun 2000 04:05:33 -0400 (EDT) From: Matt Heckaman X-Sender: matt@epsilon.lucida.qc.ca To: Chad Ziccardi Cc: freebsd-isp@freebsd.org Subject: Re: Credit Card processing? In-Reply-To: <393DF64B.35AB6963@bellatlantic.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 My opinion is stay as far away from PlanetPayment as you can. I hear good things about authorize.net from a friend who does it through them though, I know the two are associated, but PlanetPayment was damned unethical in a situation involving my company and them. It's not an approriate matter for the FreeBSD ISP list to discuss it, but mail me privately if you are at all interested in the why's. Regards, Matt On Wed, 7 Jun 2000, Chad Ziccardi wrote: : Date: Wed, 7 Jun 2000 03:14:19 -0400 : From: Chad Ziccardi : To: freebsd-isp@freebsd.org : Subject: Credit Card processing? : : Hello, : I was curious what companies do you recommend to use as credit card : processing with freebsd? : : Basic breakdown is this: We will be taking credit card numbers via ssl, we : will store them in a database (on a internal server) which : software/companies do you recommend we use for processing/billing these : cards? : : : : --Chad Ziccardi : Hufftown Networks, Inc : : : To Unsubscribe: send mail to majordomo@FreeBSD.org : with "unsubscribe freebsd-isp" in the body of the message : Matt Heckaman matt@arpa.mail.net http://www.lucida.qc.ca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (FreeBSD) Comment: http://www.lucida.qc.ca/pgp iD8DBQE5PgJPdMMtMcA1U5ARAuo9AJ4w8Xw3d5Fuj1pK2MSyQibRLMyB7QCgp993 0t60vSTsm/tcfOE2iJ+CQxE= =NlCN -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 8: 4:38 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.prophetnetworks.net (mail.pns.net [63.71.252.9]) by hub.freebsd.org (Postfix) with ESMTP id 1828937B651 for ; Wed, 7 Jun 2000 08:04:34 -0700 (PDT) (envelope-from bvaughn@pns.net) Received: from shell01.pns.net (bvaughn@shell01.prophetnetworks.net [63.71.252.10]) by mail.prophetnetworks.net (8.9.3/8.9.1) with SMTP id KAA88074; Wed, 7 Jun 2000 10:04:12 -0500 (EST) (envelope-from bvaughn@pns.net) Date: Wed, 7 Jun 2000 10:04:12 -0500 (EST) From: Ben Vaughn To: "Francis A. Vidal" Cc: FreeBSD ISP Subject: Re: deleting users from txt file source In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would be interested in hearing how you all helped him. :-) -biv On Wed, 7 Jun 2000, Francis A. Vidal wrote: > hi all, > > thanks to those who helped me =) > > -- > francis vidal university of st. la salle, bacolod city, philippines > . . . . . . . PGP key available via e-mail / subject: get PGP key > u s l s N E T tel nos. (+63.34).433.3526 / fax (+63.34).434.0415 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 8:33:11 2000 Delivered-To: freebsd-isp@freebsd.org Received: from tol.netreach.net (tol.netreach.net [207.29.194.114]) by hub.freebsd.org (Postfix) with ESMTP id 1D7D537B5B3 for ; Wed, 7 Jun 2000 08:33:08 -0700 (PDT) (envelope-from petef@tol.netreach.net) Received: (from petef@localhost) by tol.netreach.net (8.9.3/8.9.3) id LAA05907; Wed, 7 Jun 2000 11:36:47 -0400 (EDT) Date: Wed, 7 Jun 2000 11:36:47 -0400 From: Pete Fritchman To: Ben Vaughn Cc: freebsd-isp@freebsd.org Subject: Re: deleting users from txt file source Message-ID: <20000607113647.C2932@netreach.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Probably a short shell script: #!/bin/sh for user in `cat file.txt`; do pw userdel $user -r done -Pete ++ 07/06/00 10:04 -0500 - Ben Vaughn: >I would be interested in hearing how you all helped him. > >:-) > >-biv > >On Wed, 7 Jun 2000, Francis A. Vidal wrote: > >> hi all, >> >> thanks to those who helped me =) >> >> -- >> francis vidal university of st. la salle, bacolod city, philippines >> . . . . . . . PGP key available via e-mail / subject: get PGP key >> u s l s N E T tel nos. (+63.34).433.3526 / fax (+63.34).434.0415 >> >> >> >> 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 Wed Jun 7 15: 1:59 2000 Delivered-To: freebsd-isp@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 8A98937C112; Wed, 7 Jun 2000 15:01:50 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id AAA34121; Thu, 8 Jun 2000 00:01:38 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: hackers@freebsd.org, isp@freebsd.org Subject: Anyone feel like donating a T1 CSU/DSU ? From: Poul-Henning Kamp Date: Thu, 08 Jun 2000 00:01:38 +0200 Message-ID: <34119.960415298@critter.freebsd.dk> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm writing a driver for LanMedias LMC1504, but despite me asking God and Everybody over here, I have not been able to find any equipment I can test the T1 functionality with, so for now the driver will be E1 only. If anybody on the other side of the pond has a T1 device, (preferably one that can do fractional T1), they could part with for a good cause, I would be most happy. A V.35 CSU/DSU would be great but other devices can probably be fit into my setup as well. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 15:14:36 2000 Delivered-To: freebsd-isp@freebsd.org Received: from post.mail.areti.net (meteora.areti.com [193.118.189.10]) by hub.freebsd.org (Postfix) with ESMTP id B07E137B782 for ; Wed, 7 Jun 2000 15:14:22 -0700 (PDT) (envelope-from ndear@areti.net) Received: from acropolis (acropolis.noc.areti.net [193.118.189.102]) by post.mail.areti.net (8.9.3/8.9.3/Areti-2.0.0) with ESMTP id XAA08637 for ; Wed, 7 Jun 2000 23:14:20 +0100 From: "Nicholas J. Dear" Organization: Areti Internet Ltd. To: Date: Wed, 7 Jun 2000 23:09:26 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: Cucipop port/source Reply-To: ndear@areti.net Message-ID: <393ED626.11132.C14F995@localhost> In-reply-to: References: X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Guys, After reading everything about cucipop here - I'd like to go ahead and get it installed onto our pop3 servers here. However, when I compile, I get the following: su-2.03# make cc -O -DUSE_DB -c authenticate.c In file included from authenticate.c:58: sdb.h:4: db2/db.h: No such file or directory *** Error code 1 Stop. FreeBSD 3.4-STABLE Any ideas? :) Thanks! N. -- Nicholas J. Dear Mail: ndear@areti.net Tel: +44 (0)20-8402-4041 Areti Internet Ltd., http://www.areti.co.uk/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 15:33:49 2000 Delivered-To: freebsd-isp@freebsd.org Received: from boston.eaznet.com (boston.eaznet.com [216.19.20.6]) by hub.freebsd.org (Postfix) with ESMTP id A430537B80A for ; Wed, 7 Jun 2000 15:33:42 -0700 (PDT) (envelope-from eddie@eaznet.com) Received: from eaznet.com (admin.eaznet.com [216.19.20.16]) by boston.eaznet.com (8.9.1a/8.9.1) with ESMTP id PAA02847 for ; Wed, 7 Jun 2000 15:39:11 -0700 (MST) Message-ID: <393ECE93.C69E7BB7@eaznet.com> Date: Wed, 07 Jun 2000 15:37:07 -0700 From: Eddie - EAZNet Internet Services X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD ISP Mailing List Subject: Sendmail Spammers Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm having a problem with spammers using a list of common email addresses and sending them to xxx@eaznet.com. Is there a way to prevent this? How can I figure out where this idiot is coming from? I'm using sendmail v8.9.1. -- Eddie Fry eddie@eaznet.com EAZNet Internet Services 220 West 7th Street Safford, AZ 85546 (520) 348-0292 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 17:16: 2 2000 Delivered-To: freebsd-isp@freebsd.org Received: from atlas.usls.edu (atlas.usls.edu [202.47.133.46]) by hub.freebsd.org (Postfix) with ESMTP id 2E27737BF00 for ; Wed, 7 Jun 2000 17:15:53 -0700 (PDT) (envelope-from francis@usls.edu) Received: by atlas.usls.edu (Postfix, from userid 1001) id 322A49B01; Thu, 8 Jun 2000 08:15:18 +0800 (PHT) Received: from localhost (localhost [127.0.0.1]) by atlas.usls.edu (Postfix) with ESMTP id 272675D03; Thu, 8 Jun 2000 08:15:18 +0800 (PHT) Date: Thu, 8 Jun 2000 08:15:18 +0800 (PHT) From: "Francis A. Vidal" To: Ben Vaughn Cc: FreeBSD ISP Subject: Re: deleting users from txt file source In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ---- Quoting Ben Vaughn's message, sent 06/07/00 10:04am ---- > I would be interested in hearing how you all helped him. They gave me sample script: #!/bin/sh for user in `cat inactive.txt` do echo "Deleting ${user}..." pw userdel ${user} -r done -- francis vidal university of st. la salle, bacolod city, philippines . . . . . . . PGP key available via e-mail / subject: get PGP key u s l s N E T tel nos. (+63.34).433.3526 / fax (+63.34).434.0415 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 21: 0:28 2000 Delivered-To: freebsd-isp@freebsd.org Received: from systemadmin.sheltonbbs.com (systemadmin.sheltonbbs.com [206.196.109.5]) by hub.freebsd.org (Postfix) with ESMTP id 211DF37B5EC for ; Wed, 7 Jun 2000 21:00:15 -0700 (PDT) (envelope-from butch@sheltonbbs.com) Received: from localhost (localhost.sheltonbbs.com [127.0.0.1]) by systemadmin.sheltonbbs.com (8.9.3/8.9.3) with ESMTP id WAA05617 for ; Wed, 7 Jun 2000 22:59:34 GMT (envelope-from butch@sheltonbbs.com) Date: Wed, 7 Jun 2000 22:59:34 +0000 (GMT) From: Butch Evans X-Sender: root@systemadmin.sheltonbbs.com To: freebsd-isp@FreeBSD.ORG Subject: problem with procfs In-Reply-To: <393141D9.D688E8CF@EnContacto.Net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I get the following error anytime I run anything that uses procfs. (ps, w, top, etc) proc size mismatch (57640 total, 1044 chunks) What do I do to resolve this? I have attempted to rebuild the ps command, thinking at first that this was the only problem. Any pointers would be appreciated. I have searched the documentation and the FAQ, but could find nothing related that offered any solution. Butch Evans To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 21:23:38 2000 Delivered-To: freebsd-isp@freebsd.org Received: from lark.capnet.state.tx.us (lark.capnet.state.tx.us [204.65.39.249]) by hub.freebsd.org (Postfix) with ESMTP id DC5DA37B9DD for ; Wed, 7 Jun 2000 21:23:31 -0700 (PDT) (envelope-from Bryan.Bradsby@capnet.state.tx.us) Received: from localhost (bbradsby@localhost) by lark.capnet.state.tx.us (8.10.0/8.10.0) with ESMTP id e584NNP10519; Wed, 7 Jun 2000 23:23:27 -0500 (CDT) Date: Wed, 7 Jun 2000 23:23:23 -0500 (CDT) From: Bryan Bradsby To: Eddie - EAZNet Internet Services Cc: FreeBSD ISP Mailing List Subject: Re: Sendmail Spammers In-Reply-To: <393ECE93.C69E7BB7@eaznet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm having a problem with spammers using a list of common email > addresses and sending them to xxx@eaznet.com. You mean you have a distribution list or majordomo (or similar) listserver at an address being abused by spammers? > Is there a way to prevent this? How can I figure out where this idiot > is coming from? Look at the headers, and add the source IP to the 'access' database. This is documented pretty well on the sendmail web page. http://www.sendmail.org > I'm using sendmail v8.9.1. Your version 8.9.1a/8.9.1 is vulnerable to relaying via a known hack. Strongly suggest you upgrade to current version. > Eddie Fry > eddie@eaznet.com -bryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 22:39:58 2000 Delivered-To: freebsd-isp@freebsd.org Received: from atlas.usls.edu (atlas.usls.edu [202.47.133.46]) by hub.freebsd.org (Postfix) with ESMTP id 6B44237BA7A for ; Wed, 7 Jun 2000 22:39:52 -0700 (PDT) (envelope-from francis@usls.edu) Received: by atlas.usls.edu (Postfix, from userid 1001) id 832CE9B01; Thu, 8 Jun 2000 13:39:08 +0800 (PHT) Received: from localhost (localhost [127.0.0.1]) by atlas.usls.edu (Postfix) with ESMTP id 78C3C5D03 for ; Thu, 8 Jun 2000 13:39:08 +0800 (PHT) Date: Thu, 8 Jun 2000 13:39:08 +0800 (PHT) From: "Francis A. Vidal" To: FreeBSD ISP Subject: How-to Cyclades dialup server Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Is there an existing HOW-TO for setting up a Cyclades Cyclom YeP dialup server? Thanks! -- francis vidal university of st. la salle, bacolod city, philippines . . . . . . . PGP key available via e-mail / subject: get PGP key u s l s N E T tel nos. (+63.34).433.3526 / fax (+63.34).434.0415 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 23: 1:34 2000 Delivered-To: freebsd-isp@freebsd.org Received: from shell.csocs.com (shell.csocs.com [207.49.21.231]) by hub.freebsd.org (Postfix) with ESMTP id B215637B9A1 for ; Wed, 7 Jun 2000 23:01:25 -0700 (PDT) (envelope-from admin@csocs.com) Received: from csocs.com (fuzzy.csocs.com [209.64.46.30]) by shell.csocs.com (8.9.3/8.9.3) with ESMTP id AAA52528 for ; Thu, 8 Jun 2000 00:00:06 -0600 (MDT) (envelope-from admin@csocs.com) Message-ID: <393F3688.77CE2347@csocs.com> Date: Thu, 08 Jun 2000 00:00:40 -0600 From: J & C Frazier Organization: C Shells on the C Shore (CSOCS) X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: static hosts for dhcp customers Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am interested in providing static hosts for my dhcp customers. (very much like dynip, dhs, or dyndns do) I was curious if any of you have ever attemped anything similar, and what the outcome was. I would also be interested in any scripts/servers you may know of already written that may do something similar, or any tips on where to begin. My guess is a short shell script to manipulate a zone with a 10 minute TTL, which can be accessed via our homepage and a short client, which I'll write in C++ for windows (or base something off of one already written from one of the previously mentioned). Any ideas, comments, suggestions? J.C. Frazier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 7 23:46:29 2000 Delivered-To: freebsd-isp@freebsd.org Received: from systemadmin.sheltonbbs.com (systemadmin.sheltonbbs.com [206.196.109.5]) by hub.freebsd.org (Postfix) with ESMTP id D477537BAE2 for ; Wed, 7 Jun 2000 23:46:14 -0700 (PDT) (envelope-from butch@sheltonbbs.com) Received: from localhost (localhost.sheltonbbs.com [127.0.0.1]) by systemadmin.sheltonbbs.com (8.9.3/8.9.3) with ESMTP id BAA98451 for ; Thu, 8 Jun 2000 01:45:38 GMT (envelope-from butch@sheltonbbs.com) Date: Thu, 8 Jun 2000 01:45:38 +0000 (GMT) From: Butch Evans X-Sender: root@systemadmin.sheltonbbs.com To: freebsd-isp@FreeBSD.ORG Subject: Re: problem with procfs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 7 Jun 2000, Butch Evans wrote: > I get the following error anytime I run anything that uses > procfs. (ps, w, top, etc) > > > proc size mismatch (57640 total, 1044 chunks) > > What do I do to resolve this? I have attempted to rebuild the ps I finally found a reference in the FAQ that answered this question. It is found at http://www.freebsd.org/FAQ/install.html#AEN984 Although the question asked here did not describe the problem I was having, the answer to the question DID fix my problem. Thanks to Mark Lutgen for the quick response (as well as Colin Campbell). Mark put me on the trail. I don't know how frequently this comes up, but perhaps there could be a bit more documentation on when running "make world" is appropriate in the section of the Handbook that deals with building a custom kernel. Just my $0.02. -- Butch Evans Shelton Internet Network Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 1: 7:49 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id A00C737BACC for ; Thu, 8 Jun 2000 01:07:43 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from desktop.freebsd.org (surry-pool-215.alpha.net.au [203.41.44.215] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id SAA15707; Thu, 8 Jun 2000 18:09:28 +1000 From: Danny To: Eddie - EAZNet Internet Services , FreeBSD ISP Mailing List Subject: Re: Sendmail Spammers Date: Fri, 9 Jun 2000 18:15:35 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <393ECE93.C69E7BB7@eaznet.com> MIME-Version: 1.0 Message-Id: <00060918155001.00887@desktop.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Have you tried to view all message header. On Thu, 08 Jun 2000, Eddie - EAZNet Internet Services wrote: > I'm having a problem with spammers using a list of common email > addresses and sending them to xxx@eaznet.com. > > Is there a way to prevent this? How can I figure out where this idiot > is coming from? > > I'm using sendmail v8.9.1. > > -- > Eddie Fry > eddie@eaznet.com > EAZNet Internet Services > 220 West 7th Street > Safford, AZ 85546 > (520) 348-0292 > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 1:19:16 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id E4B3B37BB05 for ; Thu, 8 Jun 2000 01:19:06 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id KAA05478 for ; Thu, 8 Jun 2000 10:17:36 +0200 From: Thierry.Herbelot@alcatel.fr Received: from frmta003.netfr.alcatel.fr (frmta003.netfr.alcatel.fr [155.132.251.32]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id KAA09563 for ; Thu, 8 Jun 2000 10:17:34 +0200 (MET DST) Received: by frmta003.netfr.alcatel.fr(Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) id C12568F8.002DAFFC ; Thu, 8 Jun 2000 10:19:01 +0200 X-Lotus-FromDomain: ALCATEL To: isp@freebsd.org Message-ID: Date: Thu, 8 Jun 2000 10:18:58 +0200 Subject: KVM switch recommendation Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [This may be a FAQ] I'm investigating the field of Keyboard/Video/Mouse switches for a new development platform where I'll install a certain number of PCs with M$'s NT (this hurts ;-)) I have found a "Matrix servswitch" from Blackbox which seems to be interesting : there is a possibility of selecting a PC remotely, from the screen instead of being obliged to walk to where the switch is located. Has any one used this beast ? (and is happy with it ?) TIA TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 1:27:42 2000 Delivered-To: freebsd-isp@freebsd.org Received: from inc.net (mailhost.inc.net [204.95.160.26]) by hub.freebsd.org (Postfix) with ESMTP id 7F20337BF87 for ; Thu, 8 Jun 2000 01:27:37 -0700 (PDT) (envelope-from steve@inc.net) Received: from inc.net (ess.phreak.net [207.250.97.69]) by inc.net (8.9.3/8.9.1) with ESMTP id DAA21411; Thu, 8 Jun 2000 03:27:33 -0500 (CDT) Message-ID: <393F591F.A81FB382@inc.net> Date: Thu, 08 Jun 2000 03:28:15 -0500 From: Steve Kaczkowski Organization: Time Warner Telecom Internet & Data Division X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en,zh,zh-CN,zh-TW,ja MIME-Version: 1.0 To: Thierry.Herbelot@alcatel.fr Cc: isp@FreeBSD.ORG Subject: Re: KVM switch recommendation References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thierry.Herbelot@alcatel.fr wrote: > > [This may be a FAQ] > > I'm investigating the field of Keyboard/Video/Mouse switches for a new development platform > where I'll install a certain number of PCs with M$'s NT (this hurts ;-)) > > I have found a "Matrix servswitch" from Blackbox which seems to be interesting : there is a possibility > of selecting a PC remotely, from the screen instead of being obliged to walk to where the switch is > located. > > Has any one used this beast ? (and is happy with it ?) Thierry, Take a look at the Belkin OmniView series, quite cheap lots of different options, expandable and they also have a nice keyboard shortcut to switch boxes (Hit Scroll Lock twice then up/down arrows).. I've been real happy with mine.. Oh, they make 2 versions, one supports MS Intellimouse the other doesn't, that's one of the big differences although prices seem the same.. Hope this helps.. -- Steve Kaczkowski Time Warner Telecom IDD steve@inc.net (414)908-9012 http://www.inc.net (603)737-9209 Fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 6:48:56 2000 Delivered-To: freebsd-isp@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id DD71937BFC6; Thu, 8 Jun 2000 06:48:42 -0700 (PDT) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id PAA03955; Thu, 8 Jun 2000 15:48:17 +0200 (CEST) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200006081348.PAA03955@info.iet.unipi.it> Subject: HEADS UP- WF2Q and RED now available in -current To: net@freebsd.org Date: Thu, 8 Jun 2000 15:48:17 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Bcc to -current and -isp as relevant for them as well] Hi, as the subject says, i have just committed some new code to dummynet (and related hooks and documentation for ipfw) to implement RED (thanks to Gianluca Iannaccone) and a variant of Weighted Fair Queueing called WF2Q+ I have tested it locally and would like to have this code in -STABLE and hopefully -RELENG_3 before 3.5 if time permits. Read the manpage for more details. An updated PicoBSD image should appear soon at http://www.iet.unipi.it/~luigi/ip_dummynet/ In order to test WFQ you can try the following: ipfw add 100 queue 10 icmp from any to any out ipfw add 200 queue 11 ip from any to any out ipfw queue 10 config weight 1 pipe 2 ipfw queue 11 config weight 10 pipe 2 mask all ipfw pipe 2 config bw 200Kbit/s and then see how a ping -f to the outside will not disturb other IP traffic, while still being able to use the full bandwidth configured for the pipe. Please email me if you make use of this feature, or you find bugs, etc. cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) Mobile +39-347-0373137 -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 7: 9:32 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns.tcworks.net (ns.tcworks.net [216.61.218.2]) by hub.freebsd.org (Postfix) with ESMTP id E1A6F37B7C7 for ; Thu, 8 Jun 2000 07:09:28 -0700 (PDT) (envelope-from ccook@tcworks.net) Received: from tcworks.net (stuck.sticky.org [216.61.218.6]) by ns.tcworks.net (8.9.2/8.9.2) with ESMTP id JAA79214 for ; Thu, 8 Jun 2000 09:04:46 -0500 (CDT) (envelope-from ccook@tcworks.net) Message-ID: <393F62E2.C80CD770@tcworks.net> Date: Thu, 08 Jun 2000 09:09:54 +0000 From: Chris Cook X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: Anti-Relaying Solutions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I have seen on this list before but cannot find information about letting users relay for your domain after being authenticated via pop3. Was that a sendmail/postfix issue or a pop3 deal? Can someone please point me in the right direction? We have many virtual hosts that have customers using email accounts from these hosts all around the country and I am not wanting to have to add each customers ISP domain manually. Thanks. -- Chris o----< ccook@tcworks.net >-----------------------------------------o |Chris Cook - Network Admin | TCWORKS.NET - http://www.tcworks.net | |The Computer Works ISP | FreeBSD - http://www.freebsd.org | o------------------------------------------------------------------o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 7:35:24 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mailrelay.wirehub.nl (mailrelay.wirehub.nl [195.86.25.80]) by hub.freebsd.org (Postfix) with ESMTP id 896F237C14D for ; Thu, 8 Jun 2000 07:35:19 -0700 (PDT) (envelope-from Ben.Grimm@wirehub.net) Received: from ben.wirehub.nl (ben.wirehub.nl [195.86.25.13]) by mailrelay.wirehub.nl (8.9.3/8.9.3) with SMTP id QAA11826; Thu, 8 Jun 2000 16:35:13 +0200 (CEST) From: "Ben C. O. Grimm" To: Chris Cook Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Anti-Relaying Solutions Date: Thu, 08 Jun 2000 16:35:13 +0200 Organization: Wirehub! Internet Engineering Message-ID: References: <393F62E2.C80CD770_tcworks.net@ns.sol.net> In-Reply-To: <393F62E2.C80CD770_tcworks.net@ns.sol.net> X-Mailer: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 08 Jun 2000 14:09:52 +0000, Chris Cook wrote: > Hello, > I have seen on this list before but cannot find information about > letting users relay for your domain after being authenticated via pop3. > Was that a sendmail/postfix issue or a pop3 deal? Can someone please > point me in the right direction? We have many virtual hosts that have > customers using email accounts from these hosts all around the country > and I am not wanting to have to add each customers ISP domain manually. > Thanks. Search engines are your friend :) http://iecc.com/pop-before-smtp.html -- - Ben C. O. Grimm ----------------- Ben.Grimm@wirehub.net - - Wirehub! Internet Engineering - http://www.wirehub.net/ - - Wirehub! Backbone --- http://doema.wirehub.net/wirehub/ - - Private Ponderings ------- http://libertas.wirehub.net/ - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 11:25:14 2000 Delivered-To: freebsd-isp@freebsd.org Received: from lineone.net (m551-mp1-cvx2b.bre.ntl.com [62.253.86.39]) by hub.freebsd.org (Postfix) with SMTP id 3719337BB68 for ; Thu, 8 Jun 2000 11:25:11 -0700 (PDT) (envelope-from Shamen@lineone.net) Message-ID: <184672000648182432908@lineone.net> X-EM-Version: 4, 5, 0, 6 X-EM-Registration: #31A3410714080C03F530 From: "Steve" To: "Freebsd-ISP" Subject: FREE BonziBUDDY Gift from your friend: Steve Date: Thu, 8 Jun 2000 19:24:32 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This e-mail message will entitle you to a FREE copy of my new found friend, BonziBUDDY! BonziBUDDY is an interactive gorilla that travels the Internet as your sidekick, speaking, singing, laughing and learning from you over time! He can even send and receive animated talking e-mail! BonziBUDDY retails for $40.00, but for a limited time, you can download your own copy of BonziBUDDY - FREE! http://www.bonzi.com/bonzibuddy/bonzibuddyfriend.asp http://www.bonzico m/bonzibuddy/bonzibuddyfriend.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 11:33:49 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mta02-svc.server.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 9DF3E37C0B0; Thu, 8 Jun 2000 11:33:36 -0700 (PDT) (envelope-from topper.harley@ntlworld.com) Received: from conax ([62.253.84.15]) by mta02-svc.server.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20000608193311.WXWW10065.mta02-svc.server.ntlworld.com@conax>; Thu, 8 Jun 2000 19:33:11 +0000 From: "Steve" To: "Listar@Isc. Org" , "Freebsd-Net" , "Freebsd-Net" , "FreeBSD-ISP" , "Freebsd-ISP" , "Freebsd-Hackers" , "Freebsd-Current" , "Cvs-All" , "Current" , "Comp-Protocols-Dns-Bind" , "Bind-Users-Bounce" , "Bind-Users" Subject: Stupid Bonzi program Date: Thu, 8 Jun 2000 19:32:53 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please accept my sincere apologies for sending this mail, I at least thought that the program would give a conformation of the addresses sent to. Apologies Steve. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 11:33:56 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mta02-svc.server.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 9DF3E37C0B0; Thu, 8 Jun 2000 11:33:36 -0700 (PDT) (envelope-from topper.harley@ntlworld.com) Received: from conax ([62.253.84.15]) by mta02-svc.server.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20000608193311.WXWW10065.mta02-svc.server.ntlworld.com@conax>; Thu, 8 Jun 2000 19:33:11 +0000 From: "Steve" To: "Listar@Isc. Org" , "Freebsd-Net" , "Freebsd-Net" , "FreeBSD-ISP" , "Freebsd-ISP" , "Freebsd-Hackers" , "Freebsd-Current" , "Cvs-All" , "Current" , "Comp-Protocols-Dns-Bind" , "Bind-Users-Bounce" , "Bind-Users" Subject: Stupid Bonzi program Date: Thu, 8 Jun 2000 19:32:53 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please accept my sincere apologies for sending this mail, I at least thought that the program would give a conformation of the addresses sent to. Apologies Steve. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 13:23:51 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mercury.emind.com (mercury.emind.com [63.209.80.35]) by hub.freebsd.org (Postfix) with SMTP id 806A737C10F for ; Thu, 8 Jun 2000 13:23:42 -0700 (PDT) (envelope-from max.clark@emind.com) Received: (qmail 48832 invoked from network); 8 Jun 2000 20:39:11 -0000 Received: from unknown (HELO PHATBOY) (172.16.1.201) by mercury.emind.com with SMTP; 8 Jun 2000 20:39:11 -0000 From: "Max Clark" To: Subject: Raid-1 Mirroring of boot disk using vinum? Date: Thu, 8 Jun 2000 13:24:34 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_003F_01BFD14C.E2B8E130" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-MS-TNEF-Correlator: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_003F_01BFD14C.E2B8E130 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I would like to implement Raid-1 disk mirroring of two 18 GB drives in a new FreeBSD 4.0 server that I am building. I was able to find instructions for setting up Vinum on disks other than the /, /var and /usr file systems. Does anyone have personal experience setting this up? Are there any web sites that talk about doing this? Thanks, Maxwell Clark Site Architect, eMind.com p: 310/823.6692 f: 801/761.0926 e: max.clark@eMind.com Visit us @ http://www.eMind.com Knowledge * Vision * Success This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to postmaster@emind.com ___________________ eMind.com, LLC http://www.emind.com ------=_NextPart_000_003F_01BFD14C.E2B8E130 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IiIUAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANAHBgAIAA0AGAAAAAQADgEB A5AGACgIAAAmAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAAAAAADADYAAAAAAB4AcAAB AAAAKwAAAFJhaWQtMSBNaXJyb3Jpbmcgb2YgYm9vdCBkaXNrIHVzaW5nIHZpbnVtPwAAAgFxAAEA AAAWAAAAAb/Rh48Lzzw1Ygz7RUCGM5w8ShOGpAAAAgEdDAEAAAAZAAAAU01UUDpNQVguQ0xBUktA RU1JTkQuQ09NAAAAAAsAAQ4AAAAAQAAGDgAwwnqH0b8BAgEKDgEAAAAYAAAAAAAAAB0q87n8xNMR oDIAUASVI6HCgAAACwAfDgEAAAACAQkQAQAAAMgDAADEAwAAbwUAAExaRnVXmqTEAwAKAHJjcGcx MjUWMgD4C2BuDhAwMzNPAfcCpARkAgBjaArAc/BldDAgCFUHsgKDAFDxEGdwcnESgRD/EgYOUG8D 1BN5BxMCgH0KgAjIIFo7CW8wAoAKgXYIkHfSawuAZDQMYGMAUAsDIQu1IEkgdwhgbGQAIGxpa2Ug dG/2IAdwC1BlB4ACMAfwC3AgZC0xIGQEAGsgOG1pcgNgBRAPICBvBmYbkBrwIDE4IEc2QhzQBRB2 B5ELgCBhFCBuB9FGCdFCU0TYIDQuFAAT0HIe0AXADnQToAVAGtBhbSBirnUDEBzgDyAuGsJhBCA3 AaAcABuSZhlxHwFzdPJyGcB0aQIgBCACEAXAhxPRI7AdoXVwIFYLgN51IVACIBzTBCBvINAgpKMD oCYBIC8sJtB2CsHjAHAbMC91cwXAIvAikcxzeSNgHBBzLgqiCoTZCoBEbweRAHB5AiAbgNMToB7Q IHAEkHMCIAdAmCBleCqRCJBuYygh7yRlINAEACTBPxZBG4EmEacbgCnRGuBlYiBQaShw9wQgINMB kGwdEAGgCGAFQNRkbywWPyjKVCZhJcC2LCjKCvRjAEEPBDIZoFMAQAXQYXgtwGwDIEPpC2ByayjK Uy4RFkETkKcuESOgJvBlTRlxLgWgQm0oxHA6IDMPQC+AODIzLjY2OQ5QBSjTZjbwODAxLzesNjEg MDewNijEZTbw7QDAeDZAM/JANf0oxCUAdy4BJMAEIEAqMAJANuAvFC93PMAuNf1Lbm/SdxwAZGcb gCok8QCQ+yVhPpBTGcAroBWBMVoD0PgxNiAw0CxxHBALcAMg+QeBc2E+YSxxJBImoirA/yKRJ7Ab gB3SJrELgChwGYA1CYAgF8BjBSArcXQo7HMpJ1MAwHkoxAWgAjD9C3EgReEi8AEAAjAHMSdT/xMw HsAoAT5gIyIkEQDAI7K1IfBBLZF1KuAvMGgdcf56RBMZIjE1QwEm8BzhOfB8b3MIcEMhBcAc4SNw aa8hcCOyQfITMG8sYGIuEe82MBrAHeAp8HUfMCzxPgD/LpFDiSjEREcm8BvxIkAbgN9F4yOgQmRD 4gXAYi2gF8C/C1AtoEEkJ2IBACNhby2gfwdAAyAFoESBP6VDRR1xZ+8LgCrxQYUou1QbsFJUG6H7 CGFSpmQdMAMAI2Eg8EvT/URBdFKAJvBRsidRQRUbodpwS3B0AMAoYXI6QFiRdTY5X1yvXyjKNfcm 8Ez8TEMoxDxaW8cyYAFADwZfFQIxuQu2KNMWwQBj4AMAAHwFAAAAAwAAgAggBgAAAAAAwAAAAAAA AEYAAAAAUoUAACdqAQAeAAGACCAGAAAAAADAAAAAAAAARgAAAABUhQAAAQAAAAQAAAA5LjAACwAC gAggBgAAAAAAwAAAAAAAAEYAAAAABoUAAAAAAAADAAOACCAGAAAAAADAAAAAAAAARgAAAAABhQAA AAAAAAsABIAIIAYAAAAAAMAAAAAAAABGAAAAAAOFAAAAAAAACwAFgAggBgAAAAAAwAAAAAAAAEYA AAAADoUAAAAAAAADAAaACCAGAAAAAADAAAAAAAAARgAAAAAQhQAAAAAAAAMAB4AIIAYAAAAAAMAA AAAAAABGAAAAABGFAAAAAAAAAwAIgAggBgAAAAAAwAAAAAAAAEYAAAAAGIUAAAAAAAAeAAmACCAG AAAAAADAAAAAAAAARgAAAAA2hQAAAQAAAAEAAAAAAAAAHgAKgAggBgAAAAAAwAAAAAAAAEYAAAAA N4UAAAEAAAABAAAAAAAAAB4AC4AIIAYAAAAAAMAAAAAAAABGAAAAADiFAAABAAAAAQAAAAAAAAAL AHOACCAGAAAAAADAAAAAAAAARgAAAACChQAAAQAAAAIB+A8BAAAAEAAAAB0q87n8xNMRoDIAUASV I6ECAfoPAQAAABAAAAAdKvO5/MTTEaAyAFAElSOhAgH7DwEAAABzAAAAAAAAADihuxAF5RAaobsI ACsqVsIAAFBTVFBSWC5ETEwAAAAAAAAAAE5JVEH5v7gBAKoAN9luAAAAQzpcRG9jdW1lbnRzIGFu ZCBTZXR0aW5nc1xtYXhjXE15IERvY3VtZW50c1xNYWlsXG1heGMucHN0AAADAP4PBQAAAAMADTT9 NwAAAgF/AAEAAAAzAAAAPE5EQkJLQURDQk5IS1BIQ01OUEdGSUVPRURFQUEubWF4LmNsYXJrQGVt aW5kLmNvbT4AAAMABhDzrR0WAwAHEAYDAAADABAQAAAAAAMAERAAAAAAHgAIEAEAAABlAAAASVdP VUxETElLRVRPSU1QTEVNRU5UUkFJRC0xRElTS01JUlJPUklOR09GVFdPMThHQkRSSVZFU0lOQU5F V0ZSRUVCU0Q0MFNFUlZFUlRIQVRJQU1CVUlMRElOR0lXQVNBQkxFVAAAAACq+Q== ------=_NextPart_000_003F_01BFD14C.E2B8E130-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 13:28:19 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns0.sitesnow.com (ns0.sitesnow.com [63.166.182.130]) by hub.freebsd.org (Postfix) with ESMTP id 05B5937C103 for ; Thu, 8 Jun 2000 13:28:14 -0700 (PDT) (envelope-from gskouby@ns0.sitesnow.com) Received: from gskouby (helo=localhost) by ns0.sitesnow.com with local-esmtp (Exim 3.13 #1) id 1308uN-0002zY-00; Thu, 08 Jun 2000 16:28:07 -0400 Date: Thu, 8 Jun 2000 16:28:07 -0400 (EDT) From: Greg Skouby To: Max Clark Cc: freebsd-isp@freebsd.org Subject: Re: Raid-1 Mirroring of boot disk using vinum? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have used the RAID-5 vinum stuff as well as concatenating disks with it. It is not too hard. A lot easier than ccd was. check out http://www.lemis.com and follow the links to vinum On Thu, 8 Jun 2000, Max Clark wrote: > I would like to implement Raid-1 disk mirroring of two 18 GB drives in a new > FreeBSD 4.0 server that I am building. I was able to find instructions for > setting up Vinum on disks other than the /, /var and /usr file systems. > > Does anyone have personal experience setting this up? Are there any web > sites that talk about doing this? > > Thanks, > > Maxwell Clark > > Site Architect, eMind.com > p: 310/823.6692 > f: 801/761.0926 > e: max.clark@eMind.com > > Visit us @ http://www.eMind.com > Knowledge * Vision * Success > > This email message is for the sole use of the intended recipient(s) and may > contain confidential and privileged information. Any unauthorized review, > use, disclosure or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply email and destroy all copies > of the original message. > > To reply to our email administrator directly, send an email to > postmaster@emind.com > ___________________ > > eMind.com, LLC > http://www.emind.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 13:36:41 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mercury.emind.com (mercury.emind.com [63.209.80.35]) by hub.freebsd.org (Postfix) with SMTP id 227A037B8A0 for ; Thu, 8 Jun 2000 13:36:37 -0700 (PDT) (envelope-from max.clark@emind.com) Received: (qmail 50278 invoked from network); 8 Jun 2000 20:34:50 -0000 Received: from unknown (HELO PHATBOY) (172.16.1.201) by mercury.emind.com with SMTP; 8 Jun 2000 20:34:50 -0000 From: "Max Clark" To: Subject: RE: Raid-1 Mirroring of boot disk using vinum? Date: Thu, 8 Jun 2000 13:37:27 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0047_01BFD14E.AFE296A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-MS-TNEF-Correlator: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0047_01BFD14E.AFE296A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Okay- I just read an interesting blurb that I cannot install the "/" filesystem on a vinum volume. Does anyone have any ideas as to how I could do this without buying a Raid controller (this whole this started because I have a Compaq Smart 221 I couldn't get working under FreeBSD). Maxwell Clark Site Architect, eMind.com p: 310/823.6692 f: 801/761.0926 e: max.clark@eMind.com Visit us @ http://www.eMind.com Knowledge * Vision * Success This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to postmaster@emind.com ___________________ eMind.com, LLC http://www.emind.com > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG] > Sent: Thursday, June 08, 2000 1:25 PM > To: freebsd-isp@freebsd.org > Subject: Raid-1 Mirroring of boot disk using vinum? > > I would like to implement Raid-1 disk mirroring of two 18 GB drives in a > new FreeBSD 4.0 server that I am building. I was able to find instructions > for setting up Vinum on disks other than the /, /var and /usr file > systems. > > Does anyone have personal experience setting this up? Are there any web > sites that talk about doing this? > > Thanks, > > Maxwell Clark > > Site Architect, eMind.com > p: 310/823.6692 > f: 801/761.0926 > e: max.clark@eMind.com > > Visit us @ http://www.eMind.com > Knowledge * Vision * Success > > This email message is for the sole use of the intended recipient(s) and > may > contain confidential and privileged information. Any unauthorized review, > use, disclosure or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply email and destroy all copies > of the original message. > > To reply to our email administrator directly, send an email to > postmaster@emind.com > ___________________ > > eMind.com, LLC > http://www.emind.com > ------=_NextPart_000_0047_01BFD14E.AFE296A0 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IhsUAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANAHBgAIAA0AJQAAAAQAGwEB A5AGAJgKAAAoAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAAAAAADAC4AAAAAAAMANgAA AAAAHgBwAAEAAAArAAAAUmFpZC0xIE1pcnJvcmluZyBvZiBib290IGRpc2sgdXNpbmcgdmludW0/ AAACAXEAAQAAABsAAAABv9GHjwvPPDViDPtFQIYznDxKE4akAABXJbAAAgEdDAEAAAAZAAAAU01U UDpNQVguQ0xBUktARU1JTkQuQ09NAAAAAAsAAQ4AAAAAQAAGDgC+rEuJ0b8BAgEKDgEAAAAYAAAA AAAAAB0q87n8xNMRoDIAUASVI6HCgAAACwAfDgEAAAACAQkQAQAAAOkFAADlBQAAiQsAAExaRnX/ e+eOAwAKAHJjcGcxMjUWMgD4C2BuDhAwMzNPAfcCpARkAgBjaArAc/BldDAgCFUHsgKDAFDxEGdw cnESgRD/EgYOUO8D1BN5BxMCgzMVNxMxFSGxE5dUYWgDcQKAfQqA2QjIIDsJbw4wNRnvCmBLAoAK gXYIkHdrC4Bk2jQMYGMAUAsDYxJyC8QAIE9rYXktIEkwIGp1cwVAG1BhZLYgA5ELgHQEkAeQdAuA hGcgCjFyYiB0E6DLBUAfAGMAcG5vBUALgA8fQAdAAyAhEGUgIi9YIiBmAxAHkHkfQGUsbSACIB+w IBywbnXNI4B2BvAkIGUuCqIKhNkKgERvB5EAcHkCICKQvROgdiKQJdEf4AEAYSWx6QQgdG8mMG8H 4CFhCGC6bB+gZCdwIRAEACAD8MchEAhgBUBidXkgciPQ/lILcB+gBaACMANgIkAR0f4oKIQYoCMQ KHQiEQAgCYD7IKAFkGEfMCKQHwAmRBQROm0KsHEGAADAACAgMqQyMSfGbicFQGcT4G8owAWwHPEg kHUdEBHRRuEJ0UJTRCkkux3RDlAdDwQyHTAAQAXQYXh3umUiQUMLYC+gJMpTKOAPIpAHEBOQNGFj dCwgVGVNHQEuBaBtJMRwCDogMw9ALzgyM7AuNjY5DlAk02Y2UAA4MDEvNzYxLmowNxA2JMRlNlAA wHjbNaAzUkA1XSTEVgQAKOA7L/AEIEAmMAJANkAvL6p3PCAuNV1LIbB3IxDiZC9AICogOwIjoT3w elMdUGMHkBWQMQoD0DF+NhhwKJIjcAtwAyAHgXO+YT3BKKECEAXAInJzK2L5LLJvZiJjH/IwER+g G1COYwUgCJACMChzKR+x+x+gAMB5JMQqMgtxKiIi8N8BAAIwBzFEYxMwaRywIxB/L0AfoAuAQZEA wCBgAiAuvxZAJqEwACygKPEFEHpDc90csiwkxCyxNTBkBAA5UHxvcwhwQoEFwEqBKmBprylQR/JB UhMwbyiQYjRh7zWQHvBCsCXwdR+wSwEhsv9C2iTEQ6c1MAtQJvEikEVD7zUQQcRDQgXAYiawG1AL UN8msECERHIBAEuBbyawIjLfBaBD4T8FQqVI8WcLgEZh+0DlJLtUJ3BRtCdhCGFSBnxkbQuAS3Ih MEszQ6F0v1HgNTBREh+yQIQnYXBK0HZ0AMAjUXI5oFfxNZlfHVwPXyTKNVc1MExMQ/8kxDu6Wycd 4AFADwYVAj+FDwvDHTAk1wswbGkzNvcBQExhNPIgAzAyCBbyQAHqLWUiT1S2TUD0ZSMkxh9jhGNR CxNjhAIAaS0x5DQ0YKFpMTfAAUAM0L9owyDwMGADcDZQDINiFAAzJ6AmEHItA1AJ4GJzJGQtBABw QDBlLk+wUkcgW0CSJ2A6av99bApdCuMKgSDwBmACMDq/anZAMAhwbgAewDUwSjAAOSKQMDg1MAHQ aVAgMeI6DjAgUE1vR1ZwcBcrbbpttS4FsGdvSHVi/mo1AXAXKeJosAXQWMADYL8FECCBQqEG4CHB SoFrO1H7IHIj8z8w+2c/aENjFGDI3x41HwAvgCgSYxBrK4EncP8HcE/hB4ACMHbGeGNX8HdphnQv gHIQOCBHQihAf0bhB5FFkSPQJhAH4DBlIHY0ODBRAXImYEGyITNh/yOAKVADEEqADyBNASjAJwLf AmB9wyLwRIEh8nIdUEfy50F0E9EgY3VwPgEkEiOhf3hiBCAhwCKAgvMDoCJyL9k1MC92CsFEci8f MAXAtyLyK+AjQ3MkvyXLcASQ80IQVPJleIzRQ/E+0IaH+yiDhxA/FkErgiAhJoMy8P8g8DshB5Eh EyIheJABoCkS/yhQjlZ5a0AwAHCIAEnFMV//Mm8zfzSPNZ82rze/OM853/867zv/PQ8+Hz8vQD9B T0Jf/0NvRH9Fj0afR69Iv0nPSt//S+9M/04PTx9QL1E/Uk9TX/9Ub1V/Vo9Xn1ivWb9az1vf/1zv Xf9fD2AfYS8MAYsTGQECAMWAAAAAHgBCEAEAAAAzAAAAPE5EQkJLQURDQk5IS1BIQ01OUEdGSUVP RURFQUEubWF4LmNsYXJrQGVtaW5kLmNvbT4AAAMAAHwFAAAAAwAAgAggBgAAAAAAwAAAAAAAAEYA AAAAUoUAACdqAQAeAAGACCAGAAAAAADAAAAAAAAARgAAAABUhQAAAQAAAAQAAAA5LjAACwACgAgg BgAAAAAAwAAAAAAAAEYAAAAABoUAAAAAAAADAAOACCAGAAAAAADAAAAAAAAARgAAAAABhQAAAAAA AAsABIAIIAYAAAAAAMAAAAAAAABGAAAAAAOFAAAAAAAACwAFgAggBgAAAAAAwAAAAAAAAEYAAAAA DoUAAAAAAAADAAaACCAGAAAAAADAAAAAAAAARgAAAAAQhQAAAAAAAAMAB4AIIAYAAAAAAMAAAAAA AABGAAAAABGFAAAAAAAAAwAIgAggBgAAAAAAwAAAAAAAAEYAAAAAGIUAAAAAAAAeAAmACCAGAAAA AADAAAAAAAAARgAAAAA2hQAAAQAAAAEAAAAAAAAAHgAKgAggBgAAAAAAwAAAAAAAAEYAAAAAN4UA AAEAAAABAAAAAAAAAB4AC4AIIAYAAAAAAMAAAAAAAABGAAAAADiFAAABAAAAAQAAAAAAAAALAHOA CCAGAAAAAADAAAAAAAAARgAAAACChQAAAQAAAAIB+A8BAAAAEAAAAB0q87n8xNMRoDIAUASVI6EC AfoPAQAAABAAAAAdKvO5/MTTEaAyAFAElSOhAgH7DwEAAABzAAAAAAAAADihuxAF5RAaobsIACsq VsIAAFBTVFBSWC5ETEwAAAAAAAAAAE5JVEH5v7gBAKoAN9luAAAAQzpcRG9jdW1lbnRzIGFuZCBT ZXR0aW5nc1xtYXhjXE15IERvY3VtZW50c1xNYWlsXG1heGMucHN0AAADAP4PBQAAAAMADTT9NwAA AgF/AAEAAAAzAAAAPE5EQkJLQURDQk5IS1BIQ01OUEdGSUVPRkRFQUEubWF4LmNsYXJrQGVtaW5k LmNvbT4AAAMABhBC+waUAwAHEKEGAAADABAQAAAAAAMAERABAAAAHgAIEAEAAABlAAAAT0tBWS1J SlVTVFJFQURBTklOVEVSRVNUSU5HQkxVUkJUSEFUSUNBTk5PVElOU1RBTExUSEUiLyJGSUxFU1lT VEVNT05BVklOVU1WT0xVTUVET0VTQU5ZT05FSEFWRUFOWUlERQAAAAATxw== ------=_NextPart_000_0047_01BFD14E.AFE296A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 13:38:19 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns1.websitefactory.net (ns1.websitefactory.net [208.26.83.130]) by hub.freebsd.org (Postfix) with ESMTP id 641D837BFD7 for ; Thu, 8 Jun 2000 13:38:12 -0700 (PDT) (envelope-from jweaver@websitefactory.net) Received: from asbestos.websitefactory.net (asbestos.websitefactory.net [208.26.78.16]) by ns1.websitefactory.net (Postfix) with ESMTP id 3FCDFAEAC7; Thu, 8 Jun 2000 16:38:56 -0400 (EDT) Date: Thu, 08 Jun 2000 16:38:31 -0400 From: Jonathan Weaver To: Chad Ziccardi , freebsd-isp@freebsd.org Subject: Re: Credit Card processing? Message-ID: <2704604450.960482311@asbestos.websitefactory.net> In-Reply-To: <393DF64B.35AB6963@bellatlantic.net> X-Mailer: Mulberry/2.0.0 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --On Wednesday, June 07, 2000 3:14 AM -0400 Chad Ziccardi wrote: > Hello, > I was curious what companies do you recommend to use as credit card > processing with freebsd? > > Basic breakdown is this: We will be taking credit card numbers via ssl, > we will store them in a database (on a internal server) which > software/companies do you recommend we use for processing/billing these > cards? > > Cybercash(.com) has a client side API for FreeBSD. I use it for CC processing and later billing. The API is the thing to go for, so you can code to it. authorize.net is strictly a webform-post company if I remember correctly.. They also run on NT! Cybercash uses unix at least. - Jonathan > > --Chad Ziccardi > Hufftown Networks, Inc > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 13:46:13 2000 Delivered-To: freebsd-isp@freebsd.org Received: from brs.com.br (brs.com.br [192.41.24.32]) by hub.freebsd.org (Postfix) with ESMTP id 96B6437C1A3 for ; Thu, 8 Jun 2000 13:46:10 -0700 (PDT) (envelope-from email@carlos.eti.br) Received: from fraga.carlos.eti.br ([200.241.0.6]) by brs.com.br (8.8.5) id SAA12975; Thu, 8 Jun 2000 18:46:11 -0200 (GMT+2) X-Authentication-Warning: brs.com.br: Host [200.241.0.6] claimed to be fraga.carlos.eti.br Message-Id: <4.3.2.7.2.20000608174748.00b484d0@carlos.eti.br> X-Sender: email@carlos.eti.br X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 08 Jun 2000 17:47:54 -0300 To: freebsd-isp@FreeBSD.ORG From: Carlos Fraga Subject: Re: It's worth ! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A site that pays you to receive some e-mails. No more than that. Nothing to buy, just to receive the e-mail and click on the link to visit the site. Don't you believe it exists ? Yes, it exists. And I have already received a US$ 50,00 check. Will you say that you don't want some money ? It's up to you to subscribe and start receiving e-mails and money ! Follow the link: http://www.sendmoreinfo.com/id/871883 See you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 13:47:36 2000 Delivered-To: freebsd-isp@freebsd.org Received: from kaon.intercom.com (kaon.intercom.com [198.143.3.30]) by hub.freebsd.org (Postfix) with ESMTP id D977237C129 for ; Thu, 8 Jun 2000 13:47:32 -0700 (PDT) (envelope-from jason@intercom.com) Received: from shagalicious.com ([206.98.165.250] helo=intercom.com ident=fernando) by kaon.intercom.com with esmtp (Exim 3.13 #1) id 1309D4-000OjE-00; Thu, 08 Jun 2000 16:47:26 -0400 Message-ID: <3940065D.7BFB196F@intercom.com> Date: Thu, 08 Jun 2000 16:47:25 -0400 From: "Jason J. Horton" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Max Clark Cc: freebsd-isp@freebsd.org Subject: Re: Raid-1 Mirroring of boot disk using vinum? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org http://www.arcoide.com/ only works for IDE drives.... pretty inexpensive Max Clark wrote: > > Okay- I just read an interesting blurb that I cannot install the "/" > filesystem on a vinum volume. > > Does anyone have any ideas as to how I could do this without buying a Raid > controller (this whole this started because I have a Compaq Smart 221 I > couldn't get working under FreeBSD). -- -Jason J. Horton Fat Man in a Little Coat Intercom Online Inc. 212.376.7440 | http://www.intercom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 13:51:28 2000 Delivered-To: freebsd-isp@freebsd.org Received: from workhorse.iMach.com (workhorse.iMach.com [206.127.77.89]) by hub.freebsd.org (Postfix) with ESMTP id D003E37C149 for ; Thu, 8 Jun 2000 13:51:23 -0700 (PDT) (envelope-from forrestc@imach.com) Received: from localhost (forrestc@localhost) by workhorse.iMach.com (8.9.3/8.9.3) with ESMTP id NAA03162; Thu, 8 Jun 2000 13:52:24 -0600 (MDT) Date: Thu, 8 Jun 2000 13:52:23 -0600 (MDT) From: "Forrest W. Christian" To: Jonathan Weaver Cc: Chad Ziccardi , freebsd-isp@FreeBSD.ORG Subject: Re: Credit Card processing? In-Reply-To: <2704604450.960482311@asbestos.websitefactory.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 8 Jun 2000, Jonathan Weaver wrote: > Cybercash(.com) has a client side API for FreeBSD. I use it for CC > processing and later billing. The API is the thing to go for, so you can > code to it. authorize.net is strictly a webform-post company if I remember > correctly.. They also run on NT! Cybercash uses unix at least. I highly recommend signio (now Verisign) processing services. If you don't have a suitable merchant account and/or would like to talk to someone about one, I can refer you to the person I used. - Forrest W. Christian (forrestc@imach.com) AC7DE ---------------------------------------------------------------------- iMach, Ltd., P.O. Box 5749, Helena, MT 59604 http://www.imach.com Solutions for your high-tech problems. (406)-442-6648 ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 13:53: 7 2000 Delivered-To: freebsd-isp@freebsd.org Received: from courier.beachin.net (courier.beachin.net [206.156.15.28]) by hub.freebsd.org (Postfix) with ESMTP id 5FEB037C15B for ; Thu, 8 Jun 2000 13:53:03 -0700 (PDT) (envelope-from lord@beachin.net) Received: by courier.beachin.net with Internet Mail Service (5.5.2650.21) id ; Thu, 8 Jun 2000 16:49:50 -0400 Message-ID: <9D2D4C65BF9FD311A9D900805FCB3DD02D319A@courier.beachin.net> From: John Lord To: "'freebsd-isp@FreeBSD.ORG'" Subject: mirror web server? Date: Thu, 8 Jun 2000 16:49:44 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hey , does anyone know what i need to use to mirror our west coast web servers to our east coast webservers, the west coast ones have freebsd on them and the east coast have bsdi. I did some searching for something but when i type in mirror all i get are mirrors John Lord(jlord@4jon.com) Network Administrator Studio for Publication www.4jon.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 14: 6:42 2000 Delivered-To: freebsd-isp@freebsd.org Received: from vyrus.net (vyrus.net [207.246.130.43]) by hub.freebsd.org (Postfix) with ESMTP id 6E88A37BCFB for ; Thu, 8 Jun 2000 14:06:38 -0700 (PDT) (envelope-from phill@vyrus.net) Received: from localhost (phill@localhost) by vyrus.net (8.9.3/8.9.3) with ESMTP id OAA91051; Thu, 8 Jun 2000 14:03:58 -0700 (PDT) (envelope-from phill@vyrus.net) Date: Thu, 8 Jun 2000 14:03:58 -0700 (PDT) From: Phillip Salzman To: "Forrest W. Christian" Cc: Jonathan Weaver , Chad Ziccardi , freebsd-isp@FreeBSD.ORG Subject: Re: Credit Card processing? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone ever tried using this with the tallyman software? (http://www.tallyman.com) Or does anyone know of other eshopping packages that do verification of a credit card before accepting the order? Possibly via a checksum at least.... On Thu, 8 Jun 2000, Forrest W. Christian wrote: > On Thu, 8 Jun 2000, Jonathan Weaver wrote: > > > Cybercash(.com) has a client side API for FreeBSD. I use it for CC > > processing and later billing. The API is the thing to go for, so you can > > code to it. authorize.net is strictly a webform-post company if I remember > > correctly.. They also run on NT! Cybercash uses unix at least. > > I highly recommend signio (now Verisign) processing services. > > If you don't have a suitable merchant account and/or would like to talk to > someone about one, I can refer you to the person I used. > > - Forrest W. Christian (forrestc@imach.com) AC7DE > ---------------------------------------------------------------------- > iMach, Ltd., P.O. Box 5749, Helena, MT 59604 http://www.imach.com > Solutions for your high-tech problems. (406)-442-6648 > ---------------------------------------------------------------------- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 14: 7:24 2000 Delivered-To: freebsd-isp@freebsd.org Received: from vyrus.net (vyrus.net [207.246.130.43]) by hub.freebsd.org (Postfix) with ESMTP id D0B0A37BFBD for ; Thu, 8 Jun 2000 14:07:21 -0700 (PDT) (envelope-from phill@vyrus.net) Received: from localhost (phill@localhost) by vyrus.net (8.9.3/8.9.3) with ESMTP id OAA91063; Thu, 8 Jun 2000 14:04:46 -0700 (PDT) (envelope-from phill@vyrus.net) Date: Thu, 8 Jun 2000 14:04:46 -0700 (PDT) From: Phillip Salzman To: John Lord Cc: "'freebsd-isp@FreeBSD.ORG'" Subject: Re: mirror web server? In-Reply-To: <9D2D4C65BF9FD311A9D900805FCB3DD02D319A@courier.beachin.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org rsync, mirror, cvs, ftp, etc. I'd recommend using rsync. On Thu, 8 Jun 2000, John Lord wrote: > hey , does anyone know what i need to use to mirror our west coast web > servers to our east coast webservers, the west coast ones have freebsd on > them and the east coast have bsdi. I did some searching for something but > when i type in mirror all i get are mirrors > > John Lord(jlord@4jon.com) > Network Administrator > Studio for Publication > www.4jon.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 14:16:17 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mercury.emind.com (mercury.emind.com [63.209.80.35]) by hub.freebsd.org (Postfix) with SMTP id 558CF37BFBD for ; Thu, 8 Jun 2000 14:16:10 -0700 (PDT) (envelope-from max.clark@emind.com) Received: (qmail 54664 invoked from network); 8 Jun 2000 21:14:24 -0000 Received: from unknown (HELO PHATBOY) (172.16.1.201) by mercury.emind.com with SMTP; 8 Jun 2000 21:14:24 -0000 From: "Max Clark" To: "Phillip Salzman" , "John Lord" Cc: Subject: RE: mirror web server? Date: Thu, 8 Jun 2000 14:17:01 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You can also use wget. Maxwell Clark Site Architect, eMind.com p: 310/823.6692 f: 801/761.0926 e: max.clark@eMind.com Visit us @ http://www.eMind.com Knowledge * Vision * Success This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to postmaster@emind.com ___________________ eMind.com, LLC http://www.emind.com -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Phillip Salzman Sent: Thursday, June 08, 2000 2:05 PM To: John Lord Cc: 'freebsd-isp@FreeBSD.ORG' Subject: Re: mirror web server? rsync, mirror, cvs, ftp, etc. I'd recommend using rsync. On Thu, 8 Jun 2000, John Lord wrote: > hey , does anyone know what i need to use to mirror our west coast web > servers to our east coast webservers, the west coast ones have freebsd on > them and the east coast have bsdi. I did some searching for something but > when i type in mirror all i get are mirrors > > John Lord(jlord@4jon.com) > Network Administrator > Studio for Publication > www.4jon.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 14:21:41 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mercury.emind.com (mercury.emind.com [63.209.80.35]) by hub.freebsd.org (Postfix) with SMTP id D4AD737C031 for ; Thu, 8 Jun 2000 14:21:36 -0700 (PDT) (envelope-from max.clark@emind.com) Received: (qmail 55186 invoked from network); 8 Jun 2000 21:19:51 -0000 Received: from unknown (HELO PHATBOY) (172.16.1.201) by mercury.emind.com with SMTP; 8 Jun 2000 21:19:51 -0000 From: "Max Clark" To: "Jason J. Horton" Cc: Subject: RE: Raid-1 Mirroring of boot disk using vinum? Date: Thu, 8 Jun 2000 14:22:27 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <3940065D.7BFB196F@intercom.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am also aware of the promise IDE controllers. I assume that these are transparent to the OS? Maxwell Clark Site Architect, eMind.com p: 310/823.6692 f: 801/761.0926 e: max.clark@eMind.com Visit us @ http://www.eMind.com Knowledge * Vision * Success This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to postmaster@emind.com ___________________ eMind.com, LLC http://www.emind.com -----Original Message----- From: root [mailto:root]On Behalf Of Jason J. Horton Sent: Thursday, June 08, 2000 1:47 PM To: Max Clark Cc: freebsd-isp@freebsd.org Subject: Re: Raid-1 Mirroring of boot disk using vinum? http://www.arcoide.com/ only works for IDE drives.... pretty inexpensive Max Clark wrote: > > Okay- I just read an interesting blurb that I cannot install the "/" > filesystem on a vinum volume. > > Does anyone have any ideas as to how I could do this without buying a Raid > controller (this whole this started because I have a Compaq Smart 221 I > couldn't get working under FreeBSD). -- -Jason J. Horton Fat Man in a Little Coat Intercom Online Inc. 212.376.7440 | http://www.intercom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 14:25:32 2000 Delivered-To: freebsd-isp@freebsd.org Received: from lily.ezo.net (lily.ezo.net [206.102.130.13]) by hub.freebsd.org (Postfix) with ESMTP id D239537C280 for ; Thu, 8 Jun 2000 14:25:29 -0700 (PDT) (envelope-from jflowers@ezo.net) Received: from lily.ezo.net (jflowers@localhost.ezo.net [127.0.0.1]) by lily.ezo.net (8.8.7/8.8.7) with SMTP id RAA09431; Thu, 8 Jun 2000 17:25:18 -0400 (EDT) Date: Thu, 8 Jun 2000 17:25:18 -0400 (EDT) From: Jim Flowers To: John Lord Cc: "'freebsd-isp@FreeBSD.ORG'" Subject: Re: mirror web server? In-Reply-To: <9D2D4C65BF9FD311A9D900805FCB3DD02D319A@courier.beachin.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sounds like you're about ready for a hierarchal cache system. Lots of benefits. Jim Flowers #4 ISP on C|NET, #1 in Ohio On Thu, 8 Jun 2000, John Lord wrote: > hey , does anyone know what i need to use to mirror our west coast web > servers to our east coast webservers, the west coast ones have freebsd on > them and the east coast have bsdi. I did some searching for something but > when i type in mirror all i get are mirrors > > John Lord(jlord@4jon.com) > Network Administrator > Studio for Publication > www.4jon.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 14:27: 3 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns1.websitefactory.net (ns1.websitefactory.net [208.26.83.130]) by hub.freebsd.org (Postfix) with ESMTP id 3090937BCE0 for ; Thu, 8 Jun 2000 14:27:00 -0700 (PDT) (envelope-from jweaver@websitefactory.net) Received: from asbestos.websitefactory.net (asbestos.websitefactory.net [208.26.78.16]) by ns1.websitefactory.net (Postfix) with ESMTP id A4AEBAE9E2; Thu, 8 Jun 2000 17:27:40 -0400 (EDT) Date: Thu, 08 Jun 2000 17:27:03 -0400 From: Jonathan Weaver To: Phillip Salzman , "Forrest W. Christian" Cc: Chad Ziccardi , freebsd-isp@FreeBSD.ORG Subject: Re: Credit Card processing? Message-ID: <2707516307.960485223@asbestos.websitefactory.net> In-Reply-To: X-Mailer: Mulberry/2.0.0 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --On Thursday, June 08, 2000 2:03 PM -0700 Phillip Salzman wrote: > Has anyone ever tried using this with the tallyman software? > (http://www.tallyman.com) > > Or does anyone know of other eshopping packages that do verification > of a credit card before accepting the order? Possibly via a checksum > at least.... > You can code a simple luhn-10 check against the card and test the card prefix versus it's type. Amex 34, 37 width 15 Bankcard 56 width 16 Diners or Carte Blanche 300 to 305, 36, 38 width 14 Discover 6011 width 16 Enroute 2014, 2149 width 15 Jcb(1) 3 width 16 Jcb(2) 2131, 1800 width 15 Mastercard 51 to 55 width 16 Switch width 16, 18, 19 Visa or Delta 4 width 13, 16 A small table of prefixes and width's. =) - Jonathan > On Thu, 8 Jun 2000, Forrest W. Christian wrote: > >> On Thu, 8 Jun 2000, Jonathan Weaver wrote: >> >> > Cybercash(.com) has a client side API for FreeBSD. I use it for CC >> > processing and later billing. The API is the thing to go for, so you >> > can code to it. authorize.net is strictly a webform-post company if I >> > remember correctly.. They also run on NT! Cybercash uses unix at >> > least. >> >> I highly recommend signio (now Verisign) processing services. >> >> If you don't have a suitable merchant account and/or would like to talk >> to someone about one, I can refer you to the person I used. >> >> - Forrest W. Christian (forrestc@imach.com) AC7DE >> ---------------------------------------------------------------------- >> iMach, Ltd., P.O. Box 5749, Helena, MT 59604 http://www.imach.com >> Solutions for your high-tech problems. (406)-442-6648 >> ---------------------------------------------------------------------- >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-isp" in the body of the message >> > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 14:32:11 2000 Delivered-To: freebsd-isp@freebsd.org Received: from kaon.intercom.com (kaon.intercom.com [198.143.3.30]) by hub.freebsd.org (Postfix) with ESMTP id B84C937B6D1 for ; Thu, 8 Jun 2000 14:32:08 -0700 (PDT) (envelope-from jason@intercom.com) Received: from shagalicious.com ([206.98.165.250] helo=intercom.com ident=fernando) by kaon.intercom.com with esmtp (Exim 3.13 #1) id 1309uJ-000PuC-00; Thu, 08 Jun 2000 17:32:07 -0400 Message-ID: <394010D6.53D274C3@intercom.com> Date: Thu, 08 Jun 2000 17:32:06 -0400 From: "Jason J. Horton" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Max Clark Cc: freebsd-isp@freebsd.org Subject: Re: Raid-1 Mirroring of boot disk using vinum? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If I remember correctly, the Promise cards and built in controllers are not OS transparent, only devices like ArcoIDE and 3ware (http://www.3ware.com/index.shtml) are OS transparent. Mike Smith would be able to provide a better answer tho. Max Clark wrote: > I am also aware of the promise IDE controllers. I assume that these are > transparent to the OS? -- -Jason J. Horton Fat Man in a Little Coat Intercom Online Inc. 212.376.7440 | http://www.intercom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 14:56:57 2000 Delivered-To: freebsd-isp@freebsd.org Received: from larryboy.graphics.cornell.edu (larryboy.graphics.cornell.edu [128.84.247.48]) by hub.freebsd.org (Postfix) with ESMTP id 99A4537B618 for ; Thu, 8 Jun 2000 14:56:53 -0700 (PDT) (envelope-from mkc@larryboy.graphics.cornell.edu) Received: from larryboy.graphics.cornell.edu (mkc@localhost) by larryboy.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id RAA57281; Thu, 8 Jun 2000 17:56:42 -0400 (EDT) (envelope-from mkc@larryboy.graphics.cornell.edu) Message-Id: <200006082156.RAA57281@larryboy.graphics.cornell.edu> To: "Max Clark" Cc: freebsd-isp@FreeBSD.ORG Subject: Re: mirror web server? In-Reply-To: Your message of "Thu, 08 Jun 2000 14:17:01 PDT." Date: Thu, 08 Jun 2000 17:56:41 -0400 From: Mitch Collinsworth Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >You can also use wget. > > >rsync, mirror, cvs, ftp, etc. > >I'd recommend using rsync. I'm actually doing this with wget, but in order to get it to work correctly I had to have wget use ftp to do the actual mirroring. I haven't looked at rsync or mirror, but if I were doing it again I'd take a look at those before jumping for wget. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 15: 6:30 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mercury.emind.com (mercury.emind.com [63.209.80.35]) by hub.freebsd.org (Postfix) with SMTP id 0CF9E37BB69 for ; Thu, 8 Jun 2000 15:06:27 -0700 (PDT) (envelope-from max.clark@emind.com) Received: (qmail 60085 invoked from network); 8 Jun 2000 22:04:41 -0000 Received: from unknown (HELO PHATBOY) (172.16.1.201) by mercury.emind.com with SMTP; 8 Jun 2000 22:04:41 -0000 From: "Max Clark" To: Subject: RE: Raid-1 Mirroring of boot disk using vinum? Date: Thu, 8 Jun 2000 15:07:17 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <394010D6.53D274C3@intercom.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This hardware mirroring thing has gotten way out of control... New question - I have a single processor server with two 10K RPM 18GB hard drives. This machine will take over e-mail duties from an old P1 4GB machine. Given that I will be running FreeBSD, qmail-1.03, POP3 (no IMAP), and maybe Apache what would be the best partition configuration. We are currently serving 15,000 e-mails a day and the company is growing. I was thinking something like this: Disk 1 - / 500MB swap 256 MB /var 500MB /usr ~16GB Disk 2 - /home 18GB Maxwell Clark Site Architect, eMind.com p: 310/823.6692 f: 801/761.0926 e: max.clark@eMind.com Visit us @ http://www.eMind.com Knowledge * Vision * Success This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to postmaster@emind.com ___________________ eMind.com, LLC http://www.emind.com -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Jason J. Horton Sent: Thursday, June 08, 2000 2:32 PM To: Max Clark Cc: freebsd-isp@freebsd.org Subject: Re: Raid-1 Mirroring of boot disk using vinum? If I remember correctly, the Promise cards and built in controllers are not OS transparent, only devices like ArcoIDE and 3ware (http://www.3ware.com/index.shtml) are OS transparent. Mike Smith would be able to provide a better answer tho. Max Clark wrote: > I am also aware of the promise IDE controllers. I assume that these are > transparent to the OS? -- -Jason J. Horton Fat Man in a Little Coat Intercom Online Inc. 212.376.7440 | http://www.intercom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 15:21: 4 2000 Delivered-To: freebsd-isp@freebsd.org Received: from kaon.intercom.com (kaon.intercom.com [198.143.3.30]) by hub.freebsd.org (Postfix) with ESMTP id DF85137C150 for ; Thu, 8 Jun 2000 15:21:01 -0700 (PDT) (envelope-from jason@intercom.com) Received: from shagalicious.com ([206.98.165.250] helo=intercom.com ident=fernando) by kaon.intercom.com with esmtp (Exim 3.13 #1) id 130Afc-00013H-00; Thu, 08 Jun 2000 18:21:00 -0400 Message-ID: <39401C4B.1C9EF108@intercom.com> Date: Thu, 08 Jun 2000 18:20:59 -0400 From: "Jason J. Horton" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Max Clark Cc: freebsd-isp@freebsd.org Subject: Re: Raid-1 Mirroring of boot disk using vinum? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Disk 2 - > /home 18GB Unless you configure qmail to dump the mail spools in the users home directory, you might want to make the second disk /var/mail -- -Jason J. Horton Fat Man in a Little Coat Intercom Online Inc. 212.376.7440 | http://www.intercom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 16: 2:48 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mercury.emind.com (mercury.emind.com [63.209.80.35]) by hub.freebsd.org (Postfix) with SMTP id 3DB5C37B959 for ; Thu, 8 Jun 2000 16:02:38 -0700 (PDT) (envelope-from max.clark@emind.com) Received: (qmail 65135 invoked from network); 8 Jun 2000 23:00:53 -0000 Received: from unknown (HELO PHATBOY) (172.16.1.201) by mercury.emind.com with SMTP; 8 Jun 2000 23:00:53 -0000 From: "Max Clark" To: "Jason J. Horton" Cc: Subject: RE: Raid-1 Mirroring of boot disk using vinum? Date: Thu, 8 Jun 2000 16:03:28 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <39401C4B.1C9EF108@intercom.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have been using Maildir's with qmail within the users home directories. Maxwell Clark Site Architect, eMind.com p: 310/823.6692 f: 801/761.0926 e: max.clark@eMind.com Visit us @ http://www.eMind.com Knowledge * Vision * Success This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to postmaster@emind.com ___________________ eMind.com, LLC http://www.emind.com -----Original Message----- From: root [mailto:root]On Behalf Of Jason J. Horton Sent: Thursday, June 08, 2000 3:21 PM To: Max Clark Cc: freebsd-isp@freebsd.org Subject: Re: Raid-1 Mirroring of boot disk using vinum? > Disk 2 - > /home 18GB Unless you configure qmail to dump the mail spools in the users home directory, you might want to make the second disk /var/mail -- -Jason J. Horton Fat Man in a Little Coat Intercom Online Inc. 212.376.7440 | http://www.intercom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 17:29:38 2000 Delivered-To: freebsd-isp@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 2050437BCD2 for ; Thu, 8 Jun 2000 17:29:36 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 028701C4D; Thu, 8 Jun 2000 20:29:33 -0400 (EDT) Date: Thu, 8 Jun 2000 20:29:33 -0400 From: Bill Fumerola To: Max Clark Cc: "Jason J. Horton" , freebsd-isp@freebsd.org Subject: Re: Raid-1 Mirroring of boot disk using vinum? Message-ID: <20000608202933.R8523@jade.chc-chimes.com> References: <39401C4B.1C9EF108@intercom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from max.clark@emind.com on Thu, Jun 08, 2000 at 04:03:28PM -0700 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jun 08, 2000 at 04:03:28PM -0700, Max Clark wrote: > I have been using Maildir's with qmail within the users home directories. ^------- content v------- noise > > Maxwell Clark > > Site Architect, eMind.com > p: 310/823.6692 > f: 801/761.0926 > e: max.clark@eMind.com > > Visit us @ http://www.eMind.com > Knowledge * Vision * Success > > This email message is for the sole use of the intended recipient(s) and may > contain confidential and privileged information. Any unauthorized review, > use, disclosure or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply email and destroy all copies > of the original message. > > To reply to our email administrator directly, send an email to > postmaster@emind.com > ___________________ > > eMind.com, LLC > http://www.emind.com You do realize its bad when your noise:content ratio is double digits... -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 18:36:29 2000 Delivered-To: freebsd-isp@freebsd.org Received: from peppermint.national.com.au (peppermint.national.com.au [203.57.240.100]) by hub.freebsd.org (Postfix) with ESMTP id 0A03B37C115 for ; Thu, 8 Jun 2000 18:36:16 -0700 (PDT) (envelope-from nconedd@peppermint.national.com.au) Received: (from nconedd@localhost) by peppermint.national.com.au (8.8.8+Sun/8.8.8) id LAA10186; Fri, 9 Jun 2000 11:34:50 +1000 (EST) From: Enno Davids Message-Id: <200006090134.LAA10186@peppermint.national.com.au> Subject: Re: mirror web server? In-Reply-To: from Jim Flowers at "Jun 8, 0 05:25:18 pm" To: jflowers@ezo.net (Jim Flowers) Date: Fri, 9 Jun 2000 11:34:50 +1000 (EST) Cc: lord@beachin.net, freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It sounds to me like rsync is the most appropriate for this. Briefly it only transmits files that have changed and then often only the differences themselves rather than the whole file (yes, even for binary files). It also can use ssh as a transport meaning you have some protection against spoofing and the like. rsync is on the samba.org website as its from one of the samba authors. | On Thu, 8 Jun 2000, John Lord wrote: | | > hey , does anyone know what i need to use to mirror our west coast web | > servers to our east coast webservers, the west coast ones have freebsd on | > them and the east coast have bsdi. I did some searching for something but | > when i type in mirror all i get are mirrors | > | > John Lord(jlord@4jon.com) | > Network Administrator | > Studio for Publication | > www.4jon.com Enno. [enno.davids@metva.com.au] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 18:38:32 2000 Delivered-To: freebsd-isp@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 7771B37BD2C for ; Thu, 8 Jun 2000 18:38:27 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id LAA87210; Fri, 9 Jun 2000 11:08:12 +0930 (CST) (envelope-from grog) Date: Fri, 9 Jun 2000 11:08:12 +0930 From: Greg Lehey To: Max Clark Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Raid-1 Mirroring of boot disk using vinum? Message-ID: <20000609110812.H86855@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thursday, 8 June 2000 at 13:24:34 -0700, Max Clark wrote: > I would like to implement Raid-1 disk mirroring of two 18 GB drives > in a new FreeBSD 4.0 server that I am building. I was able to find > instructions for setting up Vinum on disks other than the /, /var > and /usr file systems. > > Does anyone have personal experience setting this up? Yes. > Are there any web sites that talk about doing this? http://www.lemis.com/vinum.html has some information, probably not as much as you would like. The currently available version of Vinum doesn't support the root file system. You can put the others on Vinum volumes, though. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 18:42:34 2000 Delivered-To: freebsd-isp@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id D701137C06D for ; Thu, 8 Jun 2000 18:42:23 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id LAA87230; Fri, 9 Jun 2000 11:12:15 +0930 (CST) (envelope-from grog) Date: Fri, 9 Jun 2000 11:12:15 +0930 From: Greg Lehey To: Max Clark Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Raid-1 Mirroring of boot disk using vinum? Message-ID: <20000609111215.I86855@wantadilla.lemis.com> References: <394010D6.53D274C3@intercom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thursday, 8 June 2000 at 15:07:17 -0700, Max Clark wrote: > This hardware mirroring thing has gotten way out of control... > > New question - I have a single processor server with two 10K RPM > 18GB hard drives. This machine will take over e-mail duties from an > old P1 4GB machine. Given that I will be running FreeBSD, > qmail-1.03, POP3 (no IMAP), and maybe Apache what would be the best > partition configuration. > > We are currently serving 15,000 e-mails a day and the company is growing. > > I was thinking something like this: > > Disk 1 - > / 500MB > swap 256 MB > /var 500MB > /usr ~16GB > > Disk 2 - > /home 18GB Why? Most of your email is going to go into the /var partition, which is far too small. Your root file system is at least ten times the size it needs to be. And what are you going to put in /usr and /home? My current tendency is not to have a separate /usr file system, since it's relatively easy to predict the size of /usr, and it's convenient to have it available in single user mode. If you omit /usr (i.e. leave it on the root file system), you might do reasonably well with: Disk 1 - / 500MB swap 512 MB /home ~17GB Disk 2 - /var 18GB Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 21:26:33 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id B3C2937C1A6 for ; Thu, 8 Jun 2000 21:26:29 -0700 (PDT) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.9.2/8.9.3) with UUCP id GAA40820 for freebsd-isp@FreeBSD.ORG; Fri, 9 Jun 2000 06:26:26 +0200 (CEST) (envelope-from leifn@neland.dk) Received: from gina (gina.neland.dk [192.168.0.14]) by arnold.neland.dk (8.9.3/8.9.3) with SMTP id XAA40064 for ; Thu, 8 Jun 2000 23:13:35 +0200 (CEST) (envelope-from leifn@neland.dk) Message-ID: <023d01bfd18e$6cacfa20$0e00a8c0@neland.dk> Reply-To: "Leif Neland" From: "Leif Neland" To: Subject: Announcing open relays to spammers Date: Thu, 8 Jun 2000 23:13:18 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm getting tired of people complaining of getting on orbs or rss, and wanting me to remove the blocking, instead of lifting their a... and fix their spamrelays. Is there some lists, the spammers use, where I can report these servers, so the mailservers really get misused, so the "admins" finally understand what the problem is? Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 21:32:35 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.theinternet.com.au (zeus.theinternet.com.au [203.34.176.2]) by hub.freebsd.org (Postfix) with ESMTP id 6406437B82D for ; Thu, 8 Jun 2000 21:32:29 -0700 (PDT) (envelope-from akm@mail.theinternet.com.au) Received: (from akm@localhost) by mail.theinternet.com.au (8.9.3/8.9.3) id OAA52060; Fri, 9 Jun 2000 14:36:29 +1000 (EST) (envelope-from akm) From: Andrew Kenneth Milton Message-Id: <200006090436.OAA52060@mail.theinternet.com.au> Subject: Re: Announcing open relays to spammers In-Reply-To: <023d01bfd18e$6cacfa20$0e00a8c0@neland.dk> from Leif Neland at "Jun 8, 2000 11:13:18 pm" To: Leif Neland Date: Fri, 9 Jun 2000 14:36:29 +1000 (EST) Cc: freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org +----[ Leif Neland ]--------------------------------------------- | I'm getting tired of people complaining of getting on orbs or rss, and | wanting me to remove the blocking, instead of lifting their a... and fix | their spamrelays. | | Is there some lists, the spammers use, where I can report these servers, so | the mailservers really get misused, so the "admins" finally understand what | the problem is? I though that what orbs was for :-) A searchable index of open relays. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | ACN: 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 21:39:29 2000 Delivered-To: freebsd-isp@freebsd.org Received: from gizmo.internode.com.au (gizmo.internode.com.au [192.83.231.115]) by hub.freebsd.org (Postfix) with ESMTP id 8BFC737BD5A for ; Thu, 8 Jun 2000 21:39:24 -0700 (PDT) (envelope-from newton@gizmo.internode.com.au) Received: (from newton@localhost) by gizmo.internode.com.au (8.9.3/8.9.3) id OAA52115; Fri, 9 Jun 2000 14:08:48 +0930 (CST) (envelope-from newton) Date: Fri, 9 Jun 2000 14:08:48 +0930 From: Mark Newton To: Leif Neland Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Announcing open relays to spammers Message-ID: <20000609140848.B52089@internode.com.au> References: <023d01bfd18e$6cacfa20$0e00a8c0@neland.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <023d01bfd18e$6cacfa20$0e00a8c0@neland.dk> X-PGP-Key: http://www.on.net/~newton/pgpkey.txt Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jun 08, 2000 at 11:13:18PM +0200, Leif Neland wrote: > Is there some lists, the spammers use, where I can report these servers, so > the mailservers really get misused, so the "admins" finally understand what > the problem is? Yup, exactly the same lists you're using. Spammers use 'em too, y'know? - mark -- Mark Newton Email: newton@internode.com.au (W) Network Engineer Email: newton@atdot.dotat.org (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "Network Man" - Anagram of "Mark Newton" Mobile: +61-416-202-223 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 8 21:52:28 2000 Delivered-To: freebsd-isp@freebsd.org Received: from al.san.ru (al.san.ru [213.242.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 1427A37BB5B for ; Thu, 8 Jun 2000 21:52:22 -0700 (PDT) (envelope-from al@al.san.ru) Received: (from al@localhost) by al.san.ru (8.9.3/8.9.3) id IAA29137 for freebsd-isp@FreeBSD.ORG; Fri, 9 Jun 2000 08:55:11 +0400 (MSD) (envelope-from al) Date: Fri, 9 Jun 2000 08:55:11 +0400 From: Alexander Latukhin To: freebsd-isp@FreeBSD.ORG Subject: L440GX+ motherboard Message-ID: <20000609085510.A29030@al.san.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all subscribers, I plan to make an upgrade on one of my server an would greatly appreciate all of your input about using Intel L440GX+ server motherboard under FreeBSD 4.0 (3.4). All pros and cons coming from your experience. I plan to use it in single processor mode by now. Currently running: Apache, WU-FTP, Sendmail, TACACS-server, DNS-server About 700 customers. --- WBR, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 9 0: 6:58 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.sai.co.za (mail.sai.co.za [196.33.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 3593F37BBA2 for ; Fri, 9 Jun 2000 00:06:44 -0700 (PDT) (envelope-from davew@sai.co.za) Received: from fdisk (fdisk.pmburg.co.za [196.33.40.17]) by mail.sai.co.za (8.9.3/8.9.3) with SMTP id JAA71639 for ; Fri, 9 Jun 2000 09:06:03 +0200 (SAST) (envelope-from davew@sai.co.za) Message-ID: <004401bfd1e2$23757ea0$112821c4@sai.co.za> From: "Dave Wilson" To: Subject: Traffic priority shaping ? Date: Fri, 9 Jun 2000 09:12:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi guys, howzit going? I'm looking at setting up a traffic shaping FreeBSD box, I know how to do normal traffic shaping with ipfw based on IP/network address, but anyone got any good ideas on how to do actual traffic priority shaping depending on the protocol used (www,smtp,pop3,ftp etc) ? I know with ipfw I can specify traffic shaping routes based on port number, but I'm looking for something maybe a bit more dynamic... Any good ideas? Please help if you can 8-) Regards Dave Wilson The S.A. Internet (033) 3456777 0825496159 http://www.sai.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 9 0:16: 3 2000 Delivered-To: freebsd-isp@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id C76D837C20D for ; Fri, 9 Jun 2000 00:15:54 -0700 (PDT) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id JAA08072; Fri, 9 Jun 2000 09:14:45 +0200 (CEST) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200006090714.JAA08072@info.iet.unipi.it> Subject: Re: Traffic priority shaping ? In-Reply-To: <004401bfd1e2$23757ea0$112821c4@sai.co.za> from Dave Wilson at "Jun 9, 2000 09:12:56 am" To: Dave Wilson Date: Fri, 9 Jun 2000 09:14:45 +0200 (CEST) Cc: freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi guys, howzit going? > > I'm looking at setting up a traffic shaping FreeBSD box, I know how to do > normal traffic shaping with ipfw based on IP/network address, but anyone got > any good ideas on how to do actual traffic priority shaping depending on the > protocol used (www,smtp,pop3,ftp etc) ? > I know with ipfw I can specify traffic shaping routes based on port number, > but I'm looking for something maybe a bit more dynamic... > Any good ideas? look at yesterday's patches to dummynet, and the page http://www.iet.unipi.it/~luigi/ip_dummynet/ for a demo picobsd floppy. cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) Mobile +39-347-0373137 -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 9 7:33:33 2000 Delivered-To: freebsd-isp@freebsd.org Received: from vic.cioe.com (ns1.cioe.com [204.120.165.37]) by hub.freebsd.org (Postfix) with ESMTP id 1D61B37B75A for ; Fri, 9 Jun 2000 07:33:30 -0700 (PDT) (envelope-from seames@vic.cioe.com) Received: (from steve@localhost) by vic.cioe.com (8.9.3/8.9.3) id JAA35709 for freebsd-isp@freebsd.org; Fri, 9 Jun 2000 09:33:29 -0500 (EST) (envelope-from seames) Date: Fri, 9 Jun 2000 09:33:29 -0500 From: Steven Ames To: freebsd-isp@freebsd.org Subject: Good mount options for NetApp 760 Message-ID: <20000609093329.A35451@vic.cioe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running a handful of machines that are 4.0-STABLE. They are connected to a NetApp F760 via 100Mbit full-duplex ethernet. Can anyone suggest good NFS mount options to get maximum performance? -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 9 9: 6:46 2000 Delivered-To: freebsd-isp@freebsd.org Received: from blizzard.lightning.net (blizzard.lightning.net [209.51.160.5]) by hub.freebsd.org (Postfix) with ESMTP id 56B3637B7CC for ; Fri, 9 Jun 2000 09:06:37 -0700 (PDT) (envelope-from jreddy@lightning.net) Received: from nut.lightning.net (nut.lightning.net [209.51.160.16]) by blizzard.lightning.net (8.9.3/8.9.3) with ESMTP id MAA03095; Fri, 9 Jun 2000 12:06:19 -0400 (EDT) Message-Id: <4.3.2.7.2.20000609105235.00c4fc80@mail.lightning.net> X-Sender: jreddy@mail.lightning.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 09 Jun 2000 12:03:32 -0400 To: Alexander Latukhin From: John Reddy Subject: Re: L440GX+ motherboard Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: <20000609085510.A29030@al.san.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 08:55 AM 6/9/00 +0400, Alexander Latukhin wrote: >I plan to make an upgrade on one of my server an would greatly >appreciate all of your input about using Intel L440GX+ server >motherboard under FreeBSD 4.0 (3.4). All pros and cons coming >from your experience. I plan to use it in single processor >mode by now. Well, I'm currently running several systems with the L440GX+ motherboard with FreeBSD 4.0-Stable. I have a few different releases, actually. I have one of the originals with a max CPU speed of 600Mhz, and two others that are running dual 800Mhz. The Intel ISP 2150 server chassis (a 2U rackmount chassis designed around the L440GX+) works really well. I've been running a mail server on one ISP2150, and I'm running an NNTP news peering server on another. I've had no problems to date. I'm currently working on getting the Mylex AcceleRAID 250 so that I can turn the on-board SCSI channel into RAID. I'll let y'all know what success I have with that hardware. -John Reddy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 9 13:13:16 2000 Delivered-To: freebsd-isp@freebsd.org Received: from etinc.com (et-gw.etinc.com [207.252.1.2]) by hub.freebsd.org (Postfix) with ESMTP id F1A9B37C516 for ; Fri, 9 Jun 2000 13:13:06 -0700 (PDT) (envelope-from dennis@etinc.com) Received: from dbsys (dbsys.etinc.com [207.252.1.18]) by etinc.com (8.9.3/8.9.3) with SMTP id QAA28613; Fri, 9 Jun 2000 16:19:02 -0400 (EDT) Message-Id: <200006092019.QAA28613@etinc.com> X-Sender: dennis@etinc.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Fri, 09 Jun 2000 16:18:54 -0400 To: "Dave Wilson" , From: Dennis Subject: Re: Traffic priority shaping ? In-Reply-To: <004401bfd1e2$23757ea0$112821c4@sai.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 09:12 AM 6/9/00 +0200, Dave Wilson wrote: >Hi guys, howzit going? > >I'm looking at setting up a traffic shaping FreeBSD box, I know how to do >normal traffic shaping with ipfw based on IP/network address, but anyone got >any good ideas on how to do actual traffic priority shaping depending on the >protocol used (www,smtp,pop3,ftp etc) ? >I know with ipfw I can specify traffic shaping routes based on port number, >but I'm looking for something maybe a bit more dynamic... >Any good ideas? >Please help if you can 8-) If you're looking for something with all the bells and whistles, try the ET/BWMGR for freebsd. Prioritization, minimum guarantee, virtual name limiting, HTML GUI. Its all in there. www.etinc.com Dennis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 9 21: 9:46 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 68A6C37B67F for ; Fri, 9 Jun 2000 21:09:44 -0700 (PDT) (envelope-from ryan@sasknow.com) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id WAA27241; Fri, 9 Jun 2000 22:11:11 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Fri, 9 Jun 2000 22:11:11 -0600 (CST) From: Ryan Thompson To: Steve Kaczkowski Cc: Thierry.Herbelot@alcatel.fr, isp@FreeBSD.ORG Subject: Re: KVM switch recommendation In-Reply-To: <393F591F.A81FB382@inc.net> Message-ID: Organization: SaskNow Technologies [www.sasknow.com] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Kaczkowski wrote to Thierry.Herbelot@alcatel.fr: > Thierry.Herbelot@alcatel.fr wrote: > > > > [This may be a FAQ] > > > > I'm investigating the field of Keyboard/Video/Mouse switches for a new development platform > > where I'll install a certain number of PCs with M$'s NT (this hurts ;-)) > > > > I have found a "Matrix servswitch" from Blackbox which seems to be interesting : there is a possibility > > of selecting a PC remotely, from the screen instead of being obliged to walk to where the switch is > > located. > > > > Has any one used this beast ? (and is happy with it ?) > > > Thierry, > > Take a look at the Belkin OmniView series, quite cheap lots of different > options, expandable and they also have a nice keyboard shortcut to > switch boxes (Hit Scroll Lock twice then up/down arrows).. I just ordered a 4-port OmniView SE for $209CDN (About $140US) today. I have heard good things about them. Their specs are quite impressive for the cost, to say the least. - Ryan -- Ryan Thompson Systems Administrator, Accounts Phone: +1 (306) 664-1161 SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 6: 5:25 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.fil.net (mail.fil.net [202.57.102.7]) by hub.freebsd.org (Postfix) with ESMTP id BBE4337B591 for ; Sat, 10 Jun 2000 06:05:15 -0700 (PDT) (envelope-from Love@fil.net) Received: from fil.net ([202.57.102.56]) by mail.fil.net (Netscape Messaging Server 3.62) with ESMTP id 273; Sat, 10 Jun 2000 21:04:53 +0800 Message-ID: <39423CEF.A99416CB@fil.net> Date: Sat, 10 Jun 2000 21:04:47 +0800 From: "Love Bug" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Mitch Collinsworth Cc: freebsd-isp@FreeBSD.ORG Subject: Push??? Re: mirror web server? References: <200006082156.RAA57281@larryboy.graphics.cornell.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >You can also use wget. > > > > > >rsync, mirror, cvs, ftp, etc. > > > >I'd recommend using rsync. Can rsync (or any of these) push the data? Here is what I need... I have a local apache server and a "remote" site (apache server) I rent from a hosting company (pair.com). What I want to do is upload changes to my local server and have it upload the changes to the "remote" server. The local server feeds my local network on a "split DNS" and each 2AM I want to have this server upload the "remote" which is at the hosting company in the USA. I have complete control of the local server, I have limited control (FTP, Telnet, ssh) of the pair.com remote. I don't know yet if pair.com will allow a cron entry for This is a low volume site, and it is important that the re-sync takes place early in the morning as the local server is one a poor island in the Philippines and bandwidth is very expensive and totally used during local daylight hours. Any suggestions are welcome. Love To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 6:12:27 2000 Delivered-To: freebsd-isp@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id BB35F37B7DA for ; Sat, 10 Jun 2000 06:12:24 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id JAA82304; Sat, 10 Jun 2000 09:12:12 -0400 (EDT) (envelope-from jim@thehousleys.net) Message-ID: <39423E32.7098CFA3@thehousleys.net> Date: Sat, 10 Jun 2000 09:10:10 -0400 From: James Housley Organization: The Housleys dot Net X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Love Bug Cc: Mitch Collinsworth , freebsd-isp@FreeBSD.ORG Subject: Re: Push??? Re: mirror web server? References: <200006082156.RAA57281@larryboy.graphics.cornell.edu> <39423CEF.A99416CB@fil.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Love Bug wrote: > > > >You can also use wget. > > > > > > > > >rsync, mirror, cvs, ftp, etc. > > > > > >I'd recommend using rsync. > > Can rsync (or any of these) push the data? Here is what I need... > > I have a local apache server and a "remote" site (apache server) I rent > from a hosting company (pair.com). What I want to do is upload changes > to my local server and have it upload the changes to the "remote" > server. The local server feeds my local network on a "split DNS" and > each 2AM I want to have this server upload the "remote" which is at the > hosting company in the USA. > > I have complete control of the local server, I have limited control > (FTP, Telnet, ssh) of the pair.com remote. I don't know yet if pair.com > will allow a cron entry for > > This is a low volume site, and it is important that the re-sync takes > place early in the morning as the local server is one a poor island in > the Philippines and bandwidth is very expensive and totally used during > local daylight hours. > rdist6 in the ports directory has an example, IIRC, about tunneling throught ssh. It might be on the website. But rdist is a "push" program. Jim -- Nothing is fool proof, because fools are too ingenious. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 6:23:15 2000 Delivered-To: freebsd-isp@freebsd.org Received: from DP-1-001.syntel.ru (DP-1-001.syntel.ru [213.248.2.11]) by hub.freebsd.org (Postfix) with SMTP id 3608337B5F3; Sat, 10 Jun 2000 06:23:01 -0700 (PDT) (envelope-from prettylady@freemail.ru) From: To: Date: Ρα, 10 θών 2000 15:56:32 +0400 Message-ID: <25062268426626770@DP-1-001.syntel.ru> Subject: Hi, its for you ! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! We are Russian girls - Olga,Lena, Vera. We would like to correspond with you. Visit our site and see our photos. http://www.bestgirls.narod.ru/ With interest, Olga,Lena, Vera. P.S. (This is not spam. You can unsubscribe at any time by sending an email to prettylady@freemail.ru with the subject UNSUBSCRIBE.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 7:53:59 2000 Delivered-To: freebsd-isp@freebsd.org Received: from paperboy.sixforty.co.uk (paperboy.sixforty.co.uk [195.10.242.11]) by hub.freebsd.org (Postfix) with ESMTP id D53F337B561 for ; Sat, 10 Jun 2000 07:53:40 -0700 (PDT) (envelope-from l.farr@paperboy.sixforty.co.uk) Received: (from l.farr@localhost) by paperboy.sixforty.co.uk (8.9.3/8.9.3) id PAA87470; Sat, 10 Jun 2000 15:53:23 +0100 (BST) (envelope-from l.farr) Date: Sat, 10 Jun 2000 15:53:23 +0100 From: Lawrence Farr To: "Kenneth D. Merry" Cc: freebsd-isp@freebsd.org Subject: Re: which is a better GigB network adapter supported in FreeBSD Message-ID: <20000610155323.A87429@paperboy.sixforty.co.uk> References: <200006092212.PAA21446@george.lbl.gov> <20000609165245.A77888@panzer.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000609165245.A77888@panzer.kdm.org>; from ken@kdm.org on Fri, Jun 09, 2000 at 04:52:45PM -0600 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Slightly off topic, but have you had any experience with the 3C985B and netatalk-asun?. I was running this on an Intel EtherExpress with no problems, but when I switched to a 3C985B, when starting netatalk it seems to drop the link on the card off, and back on again. (I see ti0 link up in the log files after netatalk fails to start). I posted this to questions about a week ago, but got no takers. Any ideas? Lawrence Farr On Fri, Jun 09, 2000 at 04:52:45PM -0600, Kenneth D. Merry wrote: > On Fri, Jun 09, 2000 at 15:12:05 -0700, Jin Guojun wrote: > > I see two group of GigB network NIC listed in supported hardware. > > > > (1) > > Alteon Networks PCI gigabit ethernet NICs based on the Tigon 1 and Tigon 2 > > chipsets including the > > Alteon AceNIC (Tigon 1 and 2), > > 3Com 3c985-SX (Tigon 1 and 2), > > Netgear GA620 (Tigon 2), > > Silicon Graphics Gigabit Ethernet, > > DEC/Compaq EtherWORKS 1000, NEC Gigabit Ethernet > > > > (2) > > SysKonnect SK-984x PCI gigabit ethernet cards including > > the SK-9841 1000baseLX (single mode fiber, single port), > > the SK-9842 1000baseSX (multimode fiber, single port), > > the SK-9843 1000baseLX (single mode fiber, dual port), > > and the SK-9844 1000baseSX (multimode fiber, dual port). > > > > I heard from people, who use them under Linux, said that SysKonnect has > > better performance (20% higher) than Alteon, but price is high ($700 : $250). > > I find that hard to believe. I have personally gotten 800Mbps performance > from an Alteon board on Pentium II 450's. Drew Gallatin has gotten almost > a gigabit out of them (988Mbps, I think). > > There's not much room for 20% better performance there. > > One thing you have to be careful about is that there are two big measures > that people use for performance in high speed networking -- latency and > bandwidth. My main interest is bandiwdth. > > People who are into clustering get more excited about low latency. The > SysKonnect boards may well have lower latency, I don't know. > > In any case, IIRC, with the SysKonnect board, you've got a choice between > jumbo frames and checksum offloading -- you can't do both at the same time. > > I believe the current sk(4) driver chooses jumbo frames over checksum > offloading. You might talk to Bill Paul for confirmation on the jumbo > frames/checksum offloading tradeoff. > > With the Alteon boards, you can have both jumbo frames and checksum > offloading. > > > Just by look at the list, I think I will buy some of following NICs > > and would like to get information on these NIC: > > > > Alteon AceNIC (Tigon 1 and 2), 3Com 3c985-SX (Tigon 1 and 2), and > > Netgear GA620 (Tigon 2) from group 1, > > > > and/or > > > > SK-9842 1000baseSX (multimode fiber, single port) and > > the SK-9844 1000baseSX (multimode fiber, dual port) from group 2. > > > > If people have used any some of these adapters can drop me the info. > > about how reliable these NICs are, how is the performance and price ratio, > > and what are the maximum MTUs they support, it will be appreciated. > > I have 12+ FreeBSD machines with 1MB Alteon ACEnics, and I would highly > recommend Alteon based boards. I would recommend getting a Tigon 2 board > over a Tigon 1 board. > > It would probably be hard to get a Tigon 1 board now anyway. You can buy > the boards straight from Alteon, but it will probably be cheaper to get the > Netgear or 3Com versions. > > The Netgear boards have 512K SRAM, the 3Com boards have 1MB SRAM, thus the > price difference between the two. If you get a 3Com board, you'll want the > 3c985B, the 'B' being the important part, since I think that indicates the > Tigon 2 version of the board. > > As far as reliability, I haven't run into a bad card yet. > > One thing to watch out for with the Netgear boards, if you're going to use > them under Windows, is that Netgear's Windows driver doesn't support jumbo > frames. That's probably just a marketing gimmick, but the boards support > jumbo frames just fine under FreeBSD. > > If you're interested in jumbo frames (you really need jumbo frames to get > decent bandwidth), you should be careful about what switch you buy. The > Alteon switches all support jumbo frames, but many other switch vendors > don't support jumbo frames. > > I think Cisco supports jumbo frames on one or more of their high end > Catalyst switches, but IIRC you can do VLANs or jumbo frames, but not both > at the same time. > > One interesting thing about the Catalyst (at least the spec sheet I looked > at on Cisco's web site), is that they support up to 10240 byte frames, not > just the standard 9000 byte jumbo frame. (The maximum MTU is > configurable.) > > Ken > -- > Kenneth Merry > ken@kdm.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hardware" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 8: 2:47 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.fil.net (mail.fil.net [202.57.102.7]) by hub.freebsd.org (Postfix) with ESMTP id 3A82737B8AE for ; Sat, 10 Jun 2000 08:02:43 -0700 (PDT) (envelope-from Love@fil.net) Received: from fil.net ([202.57.102.56]) by mail.fil.net (Netscape Messaging Server 3.62) with ESMTP id 194 for ; Sat, 10 Jun 2000 23:02:30 +0800 Message-ID: <39425883.512141CC@fil.net> Date: Sat, 10 Jun 2000 23:02:27 +0800 From: "Love Bug" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG Subject: LAN detection? References: <200006082156.RAA57281@larryboy.graphics.cornell.edu> <39423CEF.A99416CB@fil.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org LAN detection? Our ISP has a service that is specified as being a "single computer". In other words, you should not be using NAT or distrabuting it over a LAN with things like winroute and D-Link 602's or WebRamps (or even FreeBDS and userland PPP!). Being a tiny ISP it is important to control bandwidth use and abuse. Customers dial into a PortMaster 2E-30, straight through a Dummynet, forced to a Squid Proxy (No direct port 80) and then through an IPFilter Firewall. The Dummynet, Squid, and IpFilter are all on different boxes connected to our LAN Hub. I am just looking for a way to trap one or two people who are sucking bandwidth across a LAN without paying their fair share of the costs. Any Ideas? Is it possible to see the MAC address of the orignal LAN card? Thank You, Love To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 8:20:36 2000 Delivered-To: freebsd-isp@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id 0537A37B8AE for ; Sat, 10 Jun 2000 08:20:30 -0700 (PDT) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id RAA07459; Sat, 10 Jun 2000 17:21:52 +0200 (CEST) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200006101521.RAA07459@info.iet.unipi.it> Subject: Re: LAN detection? In-Reply-To: <39425883.512141CC@fil.net> from Love Bug at "Jun 10, 2000 11:02:27 pm" To: Love Bug Date: Sat, 10 Jun 2000 17:21:52 +0200 (CEST) Cc: freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Our ISP has a service that is specified as being a "single computer". In > other words, you should not be using NAT or distrabuting it over a LAN with > things like winroute and D-Link 602's or WebRamps (or even FreeBDS and > userland PPP!). Being a tiny ISP it is important to control bandwidth use > and abuse. so what are you going to do if users of such a service use it for a web proxy ? Or, for a dedicated download machine from where they move data back and forth using ZIP drives ? Sorry but this type of restriction is not enforceable. You cannot see the original MAC (and in the above case, you would not detect anything anyways); you _might_ see the http or email headers, but you are probably not supposed to peek into such info. If you want to do something reasonable, either apply quotas on traffic (see recent emails on the net/isp/ipfw list), or use WFQ (newly in dummynet, see http://www.iet.unipi.it/~luigi/ip_dummynet/ ) so you can give each of your users a share of your upstream BW proportional to what they pay. cheers luigi (dummynet's author, for the records!) -----------------------------------+------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) Mobile +39-347-0373137 -----------------------------------+------------------------------------- > Customers dial into a PortMaster 2E-30, straight through a Dummynet, forced > to a Squid Proxy (No direct port 80) and then through an IPFilter Firewall. > The Dummynet, Squid, and IpFilter are all on different boxes connected to > our LAN Hub. > > I am just looking for a way to trap one or two people who are sucking > bandwidth across a LAN without paying their fair share of the costs. Any > Ideas? Is it possible to see the MAC address of the orignal LAN card? > > Thank You, > > Love > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 8:58:49 2000 Delivered-To: freebsd-isp@freebsd.org Received: from metva.com.au (metva.metva.com.au [202.0.82.1]) by hub.freebsd.org (Postfix) with ESMTP id B033537B5C6 for ; Sat, 10 Jun 2000 08:58:41 -0700 (PDT) (envelope-from enno.davids@metva.com.au) Received: (from enno@localhost) by metva.com.au id BAA15549; Sun, 11 Jun 2000 01:57:48 +1000 (EST) From: Enno Davids Message-Id: <200006101557.BAA15549@metva.com.au> Subject: Re: Push??? Re: mirror web server? In-Reply-To: <39423CEF.A99416CB@fil.net> from Love Bug at "Jun 10, 0 09:04:47 pm" To: Love@fil.net (Love Bug) Date: Sun, 11 Jun 2000 01:57:47 +1000 (EST) Cc: mkc@Graphics.Cornell.EDU, freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mitch Collinsworth wrote: | > >You can also use wget. | > > | > > | > >rsync, mirror, cvs, ftp, etc. | > > | > >I'd recommend using rsync. | | Can rsync (or any of these) push the data? Here is what I need... Yes it can push or pull. Also, if bandwidth is important to you, rsync with its ability to propagate only changes to files is likely your best bet in any event. Enno. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 9:43:41 2000 Delivered-To: freebsd-isp@freebsd.org Received: from durango.picus.com (durango.picus.com [209.100.20.19]) by hub.freebsd.org (Postfix) with ESMTP id 1D25837BCAD for ; Sat, 10 Jun 2000 09:43:37 -0700 (PDT) (envelope-from troy@picus.com) Received: from abyss [209.100.22.250] by durango.picus.com (SMTPD32-5.05) id AFC612E0136; Sat, 10 Jun 2000 12:41:42 -0400 From: "Troy Settle" To: "Love Bug" , Subject: RE: LAN detection? Date: Sat, 10 Jun 2000 12:43:36 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: <39425883.512141CC@fil.net> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I know you probably have your reasons for wanting to do this, but I'm at a loss as to why you percieve it as an issue.. A user is connected to your PM2-30, the fastest they're connecting is 33.6Kb/s. What does it matter if they have 1 computer or 10 behind that connection? They can't exceed the 33.6 limit imposed by the connection. If you are worried about these users staying online too long, then impose time limits, not usage limits. Honestly, you'll just drive yourself insane if you try to track down and enforce the "single computer" rule. -- Troy Settle Network Analyst Picus Communications 540.633.6327 ** -----Original Message----- ** From: owner-freebsd-isp@FreeBSD.ORG ** [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Love Bug ** Sent: Saturday, June 10, 2000 11:02 AM ** To: freebsd-isp@FreeBSD.ORG ** Subject: LAN detection? ** ** ** LAN detection? ** ** Our ISP has a service that is specified as being a "single ** computer". In ** other words, you should not be using NAT or distrabuting it ** over a LAN with ** things like winroute and D-Link 602's or WebRamps (or even ** FreeBDS and ** userland PPP!). Being a tiny ISP it is important to control ** bandwidth use ** and abuse. ** ** Customers dial into a PortMaster 2E-30, straight through a ** Dummynet, forced ** to a Squid Proxy (No direct port 80) and then through an ** IPFilter Firewall. ** The Dummynet, Squid, and IpFilter are all on different boxes ** connected to ** our LAN Hub. ** ** I am just looking for a way to trap one or two people who are sucking ** bandwidth across a LAN without paying their fair share of ** the costs. Any ** Ideas? Is it possible to see the MAC address of the orignal ** LAN card? ** ** Thank You, ** ** Love ** ** ** ** ** To Unsubscribe: send mail to majordomo@FreeBSD.org ** with "unsubscribe freebsd-isp" in the body of the message ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 10:28:25 2000 Delivered-To: freebsd-isp@freebsd.org Received: from verdi.nethelp.no (verdi.nethelp.no [158.36.41.162]) by hub.freebsd.org (Postfix) with SMTP id 2539437B512 for ; Sat, 10 Jun 2000 10:28:17 -0700 (PDT) (envelope-from sthaug@nethelp.no) Received: (qmail 85865 invoked by uid 1001); 10 Jun 2000 17:27:15 +0000 (GMT) To: troy@picus.com Cc: Love@fil.net, freebsd-isp@FreeBSD.ORG Subject: RE: LAN detection? From: sthaug@nethelp.no In-Reply-To: Your message of "Sat, 10 Jun 2000 12:43:36 -0400" References: X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sat, 10 Jun 2000 19:27:15 +0200 Message-ID: <85862.960658035@verdi.nethelp.no> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I know you probably have your reasons for wanting to do this, but I'm at > a loss as to why you percieve it as an issue.. > > A user is connected to your PM2-30, the fastest they're connecting is > 33.6Kb/s. What does it matter if they have 1 computer or 10 behind that > connection? They can't exceed the 33.6 limit imposed by the connection. It's all about average bandwidth usage. An ISP sets the monthly fee based, among other things, on an estimated bandwidth per client. If you have 10 computers behind a 33.6 line, your average bandwidth usage is going to be higher than with one computer. If enough users are doing this, it's going to be clearly noticeable. You can compare this with leased line customers - most leased line contracts have a clause prohibiting resale of bandwidth. A leased line customer who wants to resell bandwidth usually pays more for the same nominal bandwidth. That being said, I think it's a waste of time to try to detect users who are doing this. Much simpler to bill them directly on bandwidth usage - and as long as they know about it, they can't complain. Steinar Haug, Nethelp consulting, sthaug@nethelp.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 11:42:47 2000 Delivered-To: freebsd-isp@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 02E6437B91A for ; Sat, 10 Jun 2000 11:42:44 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id MAA88418; Sat, 10 Jun 2000 12:42:25 -0600 (MDT) (envelope-from ken) Date: Sat, 10 Jun 2000 12:42:25 -0600 From: "Kenneth D. Merry" To: Lawrence Farr Cc: freebsd-isp@freebsd.org Subject: Re: which is a better GigB network adapter supported in FreeBSD Message-ID: <20000610124225.A88402@panzer.kdm.org> References: <200006092212.PAA21446@george.lbl.gov> <20000609165245.A77888@panzer.kdm.org> <20000610155323.A87429@paperboy.sixforty.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000610155323.A87429@paperboy.sixforty.co.uk>; from l.farr@paperboy.sixforty.co.uk on Sat, Jun 10, 2000 at 03:53:23PM +0100 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 10, 2000 at 15:53:23 +0100, Lawrence Farr wrote: > Slightly off topic, but have you had any experience with the 3C985B and > netatalk-asun?. I was running this on an Intel EtherExpress with no problems, > but when I switched to a 3C985B, when starting netatalk it seems to drop the > link on the card off, and back on again. (I see ti0 link up in the log files after > netatalk fails to start). I posted this to questions about a week ago, but got > no takers. Any ideas? Nope, sorry. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 10 23:54:47 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.fil.net (mail.fil.net [202.57.102.7]) by hub.freebsd.org (Postfix) with ESMTP id 2796337B569 for ; Sat, 10 Jun 2000 23:54:42 -0700 (PDT) (envelope-from Love@fil.net) Received: from fil.net ([202.57.102.56]) by mail.fil.net (Netscape Messaging Server 3.62) with ESMTP id 268; Sun, 11 Jun 2000 14:54:21 +0800 Message-ID: <39433796.86535D51@fil.net> Date: Sun, 11 Jun 2000 14:54:14 +0800 From: "Love Bug" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: sthaug@nethelp.no Cc: troy@picus.com, freebsd-isp@FreeBSD.ORG Subject: Re: LAN detection? References: <85862.960658035@verdi.nethelp.no> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sthaug@nethelp.no wrote: > > I know you probably have your reasons for wanting to do this, but I'm at > > a loss as to why you percieve it as an issue.. > > > > A user is connected to your PM2-30, the fastest they're connecting is > > 33.6Kb/s. What does it matter if they have 1 computer or 10 behind that > > connection? They can't exceed the 33.6 limit imposed by the connection. > > It's all about average bandwidth usage. An ISP sets the monthly fee > based, among other things, on an estimated bandwidth per client. If > you have 10 computers behind a 33.6 line, your average bandwidth usage > is going to be higher than with one computer. If enough users are doing > this, it's going to be clearly noticeable. > > You can compare this with leased line customers - most leased line > contracts have a clause prohibiting resale of bandwidth. A leased line > customer who wants to resell bandwidth usually pays more for the same > nominal bandwidth. > > That being said, I think it's a waste of time to try to detect users who > are doing this. Much simpler to bill them directly on bandwidth usage - > and as long as they know about it, they can't complain. > > Steinar Haug, Nethelp consulting, sthaug@nethelp.no Exactly, a full 33.6 line costs us US$ 4,725 /month the single line is based on a AVERAGE of 5 Kbps. An "Internet Cafe" that logs in with 20 computers can suck the full 33.6 line. > That being said, I think it's a waste of time > to try to detect users who are doing this. > Much simpler to bill them directly on > bandwidth usage - and as long as they > know about it, they can't complain. We could parse the detail file for bytes delivered. Questions come to mind about information originating with our site, or from our proxy... Is it really fair to charge the same for this "cheap" bandwidth as well as for the "expensive" bandwidth? Sincerely, Love To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message