From owner-freebsd-isp Sun Aug 9 17:05:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12728 for freebsd-isp-outgoing; Sun, 9 Aug 1998 17:05:03 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from wopr.inetu.net (wopr.inetu.net [207.18.13.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12709 for ; Sun, 9 Aug 1998 17:05:00 -0700 (PDT) (envelope-from dev@wopr.inetu.net) Received: from localhost (dev@localhost) by wopr.inetu.net (8.8.8/8.8.5) with SMTP id UAA03099 for ; Sun, 9 Aug 1998 20:04:50 -0400 (EDT) Date: Sun, 9 Aug 1998 20:04:50 -0400 (EDT) From: Dev To: freebsd-isp@FreeBSD.ORG Subject: Basic routing question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We have a few FreeBSD servers (2.2.5 - 2.2.7) listening on 5 class-c networks. Server A will allow connections from server B. Lets say server A is on 10.1.1.x and server B is on 10.2.2.x. Server allows connections from 10.2.2.2 (Server B). Now, Server B now also listens for a virtual host on 10.1.1.20. Now, Server B will contact server A through 10.1.1.20 instead of 10.2.2.2. Now, server A does not allow connections from that IP address. I am looking for the option that will explicity tell FreeBSD always talk from the 10.2.2.2 address. Thanks in advance Dev Chanchani - INetU, Inc.(tm) - http://www.INetU.net Electronic commerce - Web development - Web hosting dev@INetU.net - Phone: (610) 266-7441 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Aug 9 17:16:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14378 for freebsd-isp-outgoing; Sun, 9 Aug 1998 17:16:31 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14365 for ; Sun, 9 Aug 1998 17:16:24 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.8/8.8.5) id TAA15544 for freebsd-isp@freebsd.org; Sun, 9 Aug 1998 19:16:00 -0500 (CDT) From: Kevin Day Message-Id: <199808100016.TAA15544@home.dragondata.com> Subject: Cisco + ISDN Backup + Routed(?) To: freebsd-isp@FreeBSD.ORG Date: Sun, 9 Aug 1998 19:15:59 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here's my dilemma... I have a cisco 25xx router, with two T1's coming into it. However, the telco has been especially crappy lately, causing my T1's to go down at random times. I purchased a BitSurfr Pro modem, arranged ISDN dial backup from my uplink, and all looked well, until I went to connect the BitSurfr to the AUX port on my router. The silly thing can only go up to 38400 baud, making it too slow for me to use. What I'd like to do is put the BitSurfr on one my my fbsd machines, and add a static route with a higher metric on it at my cisco. (i.e. if the line goes dead, route packets through one of the server). Anyone done anything similar before? Also, how to I tell the fbsd machine to normally use the router, except when the router is trying to use it to gateway? (rip or something?) Kevin Day To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Aug 9 17:54:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20733 for freebsd-isp-outgoing; Sun, 9 Aug 1998 17:54:27 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from kjsl.com (Limpia.KJSL.COM [198.137.202.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20710 for ; Sun, 9 Aug 1998 17:54:19 -0700 (PDT) (envelope-from javier@kjsl.com) Received: (from javier@localhost) by kjsl.com (8.8.5/8.8.5) id RAA16780; Sun, 9 Aug 1998 17:53:42 -0700 (PDT) Date: Sun, 9 Aug 1998 17:53:42 -0700 (PDT) Message-Id: <199808100053.RAA16780@kjsl.com> From: Javier Henderson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Kevin Day Cc: freebsd-isp@FreeBSD.ORG Subject: Cisco + ISDN Backup + Routed(?) In-Reply-To: <199808100016.TAA15544@home.dragondata.com> References: <199808100016.TAA15544@home.dragondata.com> X-Mailer: VM 6.33 under Emacs 19.34.1 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kevin Day writes: > > Here's my dilemma... I have a cisco 25xx router, with two T1's coming into > it. However, the telco has been especially crappy lately, causing my T1's to > go down at random times. I purchased a BitSurfr Pro modem, arranged ISDN > dial backup from my uplink, and all looked well, until I went to connect the > BitSurfr to the AUX port on my router. > > The silly thing can only go up to 38400 baud, making it too slow for me to > use. Yep. > What I'd like to do is put the BitSurfr on one my my fbsd machines, and add > a static route with a higher metric on it at my cisco. (i.e. if the line > goes dead, route packets through one of the server). > > Anyone done anything similar before? Also, how to I tell the fbsd machine to > normally use the router, except when the router is trying to use it to > gateway? (rip or something?) When you say 25xx, what exact model is it? If it's a 2501, then I presume that both high speed serial ports are used for the T1's. There are a couple of 25xx boxes that have four serial ports, two high speed, and two high speed sync/med speed async. If it's a 2501, then using a routing protocol to distribute routing information might be a good idea. I'd choose OSPF over RIP, however. This would require running gated on your FreeBSD boxes, as I think routed only supports RIP. -jav To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 10 09:54:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00839 for freebsd-isp-outgoing; Mon, 10 Aug 1998 09:54:42 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from artorius.sunflower.com (artorius.sunflower.com [24.124.0.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00834 for ; Mon, 10 Aug 1998 09:54:41 -0700 (PDT) (envelope-from bsd-isp@artorius.sunflower.com) Received: from artorius.sunflower.com (artorius.sunflower.com [24.124.0.6]) by artorius.sunflower.com (8.8.8/8.8.7) with SMTP id LAA14245 for ; Mon, 10 Aug 1998 11:54:24 -0500 (CDT) (envelope-from bsd-isp@artorius.sunflower.com) Date: Mon, 10 Aug 1998 08:06:37 -0500 (CDT) From: "Stephen D. Spencer" To: bsd-isp@FreeBSD.ORG Subject: questions concerning SCSI configuration on INN 2.x 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 Hello, I am writing to inquire after the experience of others (aren't we all? :) In a couple days I will be taking delivery of 7 nine-gig UW drives for usenet server enhancement. I realize that wide drives don't really do much for news. I asked for 5 Seagate 1914N's to augment what I already have (2 of these models + 3 four-gig barracudas) So the IS guy decided to take an "initiative" last Thursday to purchase these other drives (I guess they're a couple hundred cheaper... dunno... anyway...) My question concerns the coexistance of narrow and wide devices on the same controller. The existing drives are all narrow. Given the existance of 3 adaptec 2940UW controllers, what is the best way to connect these drives? I understand that there's a cabling length difference between narrow and wide devices--that wide chains suffered from a shorter cable length than the narrow. That being the case, is it as simple as adhering to the wide length restriction or is there a particular order in chaining (either external or internal--both will be used) narrow with wide. Thanks in advance. Regards, Stephen --------------------------------------------------------------------- - Stephen Spencer finger gladiatr@artorius.sunflower.com for - - administrator PGP key. - - Sunflower Datavision http://www.sunflower.com - --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 10 12:25:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19873 for freebsd-isp-outgoing; Mon, 10 Aug 1998 12:25:10 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.intercom.com ([207.51.55.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19868 for ; Mon, 10 Aug 1998 12:25:09 -0700 (PDT) (envelope-from jason@intercom.com) Received: from intercom.com (I.am@shagalicious.com [206.98.165.250]) by mail.intercom.com (8.9.0/8.9.0) with ESMTP id PAA24461; Mon, 10 Aug 1998 15:24:52 -0400 (EDT) Message-ID: <35CF48E1.E3D8BE98@intercom.com> Date: Mon, 10 Aug 1998 15:24:17 -0400 From: "Jason J. Horton" X-Sender: "Jason J. Horton" X-Mailer: Mozilla 4.5b1 [en]C-NECCK (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: laurens van alphen CC: freebsd-isp@FreeBSD.ORG Subject: Re: ethernet cards... References: <001201bdc2fc$268cc9f0$0a00a8c0@uptight.student.utwente.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I think that was already clarified. I was asking if Fast EtherChannel was incorporated in the FreeBSD driver. -J laurens van alphen wrote: > > Hi Jason, > > This is a quote from a recent reply i got from Znyx: > > "... Our ZX346 four-channel 10/100 mbps would work > using freebsd. The ZX314 and the ZX342 adapters we > no longer manufacture. You may visit our web site to > get more product information (www.znyx.com)..." > > Cheers, > > -- > laurens van alphen > craxx e-consultants > alphen@craxx.com > http://craxx.com/ > > -----Original Message----- > Interesting cards... Does the FreeBSD driver work with the > Znyx RAINcluster, and run Cisco Fast EtherChannel? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Aug 10 14:29:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03281 for freebsd-isp-outgoing; Mon, 10 Aug 1998 14:29:50 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from vnode.vmunix.com (vnode.vmunix.com [209.112.4.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03276 for ; Mon, 10 Aug 1998 14:29:48 -0700 (PDT) (envelope-from mark@vnode.vmunix.com) Received: (from mark@localhost) by vnode.vmunix.com (8.8.8/8.8.8) id RAA27499 for freebsd-isp@freebsd.org; Mon, 10 Aug 1998 17:29:21 -0400 (EDT) (envelope-from mark) Message-ID: <19980810172921.B27471@vmunix.com> Date: Mon, 10 Aug 1998 17:29:21 -0400 From: Mark Mayo To: freebsd-isp@FreeBSD.ORG Subject: USENET long term statistics Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i X-Operating-System: FreeBSD 2.2.6-STABLE i386 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Heya. Anybody know where I can get some "historical" figures showing the growth of USENET at the major site(s) over say the last 3 years or more?? I'm doing a report to justify the new hardware purchases for our news feeders, and I'd like to go back more than 6 months, which is the only data I have at hand from our own servers... I assume the doubling every year is still correct, but it would be nice to have some hard numbers to create pretty little graphs for the budjet people..... :-) TIA, -Mark -- ------------------------------------------------------------------------ Mark Mayo mark@vmunix.com RingZero Comp. http://www.vmunix.com/mark ------------------------------------------------------------------------ "The problem is how do you build tools that understand your programs at a deeper semantic level." - James Gosling To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 00:55:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23270 for freebsd-isp-outgoing; Tue, 11 Aug 1998 00:55:34 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from leaf.lumiere.net (leaf.lumiere.net [207.218.152.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23262 for ; Tue, 11 Aug 1998 00:55:33 -0700 (PDT) (envelope-from j@leaf.lumiere.net) Received: (from j@localhost) by leaf.lumiere.net (8.9.1/8.9.1) id AAA28321; Tue, 11 Aug 1998 00:55:18 -0700 (PDT) Date: Tue, 11 Aug 1998 00:55:18 -0700 (PDT) From: Jesse To: freebsd-isp@FreeBSD.ORG Subject: named sending out NOTIFY on alternate IP 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 Anyone know if it's possible to have named originate all outgoing connections from an aliased IP? Such a NOTIFY's. I have my ns on its own IP for portability, but it isn't the primary IP for the machine. When it sends NOTIFYs to inform the secondary DNS server about DNS record changes, the secondary DNS server always sees it as coming from a non-authorative server since it's not coming from the ns IP. I know I can just add the primary DNS servers' IP to the secondary servers' master server list, but that's just a work around. I'd prefer to make it send out the NOTIFYs via the right IP. It'd also make it possible to secure up my ipfw rules a bit more. If anyone has any ideas or comments, I'd appreciate it. Thanks. --- Jesse http://www.lumiere.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 04:19:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA16548 for freebsd-isp-outgoing; Tue, 11 Aug 1998 04:19:01 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from tweetie.online.barbour-index.co.uk (tweetie-pipex.online.barbour-index.co.uk [194.129.192.48]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA16542 for ; Tue, 11 Aug 1998 04:18:58 -0700 (PDT) (envelope-from scot@planet-three.com) Received: from localhost (scot@localhost) by tweetie.online.barbour-index.co.uk (8.8.8/8.8.8) with SMTP id MAA10952; Tue, 11 Aug 1998 12:18:10 +0100 (BST) (envelope-from scot@planet-three.com) X-Authentication-Warning: tweetie.online.barbour-index.co.uk: scot owned process doing -bs Date: Tue, 11 Aug 1998 12:18:10 +0100 (BST) From: Scot Elliott X-Sender: scot@tweetie.online.barbour-index.co.uk To: Jesse cc: freebsd-isp@FreeBSD.ORG Subject: Re: named sending out NOTIFY on alternate IP 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 Yep. I do this. The address of our primary NS is not the primary IP of that machine. So the following makes NOTIFYs come from the right address: options { query-source address 194.207.51.234; }; Hope that helps. Scot. On Tue, 11 Aug 1998, Jesse wrote: > > Anyone know if it's possible to have named originate all outgoing > connections from an aliased IP? Such a NOTIFY's. I have my ns on its own > IP for portability, but it isn't the primary IP for the machine. When it > sends NOTIFYs to inform the secondary DNS server about DNS record changes, > the secondary DNS server always sees it as coming from a non-authorative > server since it's not coming from the ns IP. > > I know I can just add the primary DNS servers' IP to the secondary > servers' master server list, but that's just a work around. I'd prefer to > make it send out the NOTIFYs via the right IP. It'd also make it possible > to secure up my ipfw rules a bit more. > > If anyone has any ideas or comments, I'd appreciate it. Thanks. > > --- > Jesse > http://www.lumiere.net/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > ----------------------------------------------------------------------------- Scot Elliott (scot@poptart.org, scot@cx) | Work: +44 (0)171 7046777 PGP fingerprint: FCAE9ED3A234FEB59F8C7F9DDD112D | Home: +44 (0)181 8961019 ----------------------------------------------------------------------------- Public key available by finger at: finger scot@poptart.org or at: http://www.poptart.org/pgpkey.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 05:04:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA22190 for freebsd-isp-outgoing; Tue, 11 Aug 1998 05:04:35 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from leaf.lumiere.net (leaf.lumiere.net [207.218.152.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA22185 for ; Tue, 11 Aug 1998 05:04:34 -0700 (PDT) (envelope-from j@leaf.lumiere.net) Received: (from j@localhost) by leaf.lumiere.net (8.9.1/8.9.1) id FAA06289; Tue, 11 Aug 1998 05:04:06 -0700 (PDT) Date: Tue, 11 Aug 1998 05:04:06 -0700 (PDT) From: Jesse To: Scot Elliott cc: freebsd-isp@FreeBSD.ORG Subject: Re: named sending out NOTIFY on alternate IP 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 > query-source address 194.207.51.234; > Hope that helps. It did, thanks a bunch Scot. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 07:31:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07063 for freebsd-isp-outgoing; Tue, 11 Aug 1998 07:31:50 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from chain.freebsd.os.org.za (chain.freebsd.os.org.za [196.7.74.174]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06965 for ; Tue, 11 Aug 1998 07:30:46 -0700 (PDT) (envelope-from khetan@chain.freebsd.os.org.za) X-Disclaimer: Contents of this e-mail are the writer's opinion X-Disclaimer2: and may not be quoted, re-produced or forwarded X-Disclaimer3: (in part or whole) without the author's permission. Received: from localhost (khetan@localhost) by chain.freebsd.os.org.za (8.9.1+3.0W/8.9.1) with SMTP id QAA02693 for ; Tue, 11 Aug 1998 16:29:36 +0200 (SAT) (envelope-from khetan@chain.freebsd.os.org.za) Date: Tue, 11 Aug 1998 16:29:36 +0200 (SAT) From: Khetan Gajjar X-Sender: khetan@chain Reply-To: Khetan Gajjar To: freebsd-isp@FreeBSD.ORG Subject: Protocol bandwidth limiting 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. I wanted to know if anyone had managed to get some sort of bandwidth "shaper" working successfully under 2.2.7-RELEASE or STABLE, using user-ppp (ie the tun0 device). What I'd like to do is something along the lines of all ssh traffic gets 50%, SMTP traffic 25% and everything else fights on the normal scheduling basis for a piece of the whole. I've read about Etinc's commercial product, the work at Sony (on ACQ I think) and Luigi Rizzo's modifications to ipfw, but none of those do what I want (or do, but don't support tun0). Does anyone have any ideas (other than connect by some other means, which is not an option) ? Thanks in advance. --- Khetan Gajjar (!kg1779) * khetan@iafrica.com ; khetan@os.org.za http://www.os.org.za/~khetan * Talk/Finger khetan@chain.freebsd.os.org.za UUNET Internet Africa Support * FreeBSD enthusiast-www2.za.freebsd.org FreeBSD: Because rebooting is for adding new hardware To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 15:38:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18433 for freebsd-isp-outgoing; Tue, 11 Aug 1998 15:38:00 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from aniwa.sky (aniwa.actrix.gen.nz [203.96.56.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18425 for ; Tue, 11 Aug 1998 15:37:55 -0700 (PDT) (envelope-from andrew@squiz.co.nz) Received: from localhost (andrew@localhost) by aniwa.sky (8.8.7/8.8.7) with SMTP id KAA16831; Wed, 12 Aug 1998 10:35:29 +1200 (NZST) (envelope-from andrew@squiz.co.nz) Date: Wed, 12 Aug 1998 10:35:29 +1200 (NZST) From: Andrew McNaughton X-Sender: andrew@aniwa.sky Reply-To: andrew@squiz.co.nz To: Jesse cc: freebsd-isp@FreeBSD.ORG Subject: Re: named sending out NOTIFY on alternate IP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Aug 1998, Jesse wrote: > Date: Tue, 11 Aug 1998 00:55:18 -0700 (PDT) > From: Jesse > To: freebsd-isp@FreeBSD.ORG > Subject: named sending out NOTIFY on alternate IP > > > Anyone know if it's possible to have named originate all outgoing > connections from an aliased IP? Such a NOTIFY's. I have my ns on its own > IP for portability, but it isn't the primary IP for the machine. When it > sends NOTIFYs to inform the secondary DNS server about DNS record changes, > the secondary DNS server always sees it as coming from a non-authorative > server since it's not coming from the ns IP. > > I know I can just add the primary DNS servers' IP to the secondary > servers' master server list, but that's just a work around. I'd prefer to > make it send out the NOTIFYs via the right IP. It'd also make it possible > to secure up my ipfw rules a bit more. > > If anyone has any ideas or comments, I'd appreciate it. Thanks. I don't know what arrangements are available under named, but you could set up something using ipfw and natd to change where the packets leave from. Again it feels like a workaround, but at least it's a workaround on the right machine, and should allow for the ipfw restrictions you want. Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 16:38:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28628 for freebsd-isp-outgoing; Tue, 11 Aug 1998 16:38:46 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from br01.acw-web.com (br01.acw-web.com [156.46.248.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28623 for ; Tue, 11 Aug 1998 16:38:43 -0700 (PDT) (envelope-from jwenger@acw-web.com) Received: from localhost (jwenger@localhost) by br01.acw-web.com (8.8.6/8.8.6) with SMTP id SAA16280 for ; Tue, 11 Aug 1998 18:44:35 -0500 (CDT) Date: Tue, 11 Aug 1998 18:44:35 -0500 (CDT) From: Jack Wenger To: freebsd-isp@FreeBSD.ORG Subject: Compressing Tar 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 Simple question, how can I compress a tarball as it's made, using compress? Something like: tar -cvf fred.tar * | compress * fred.tar.z, or something like that? ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jack Wenger webmaster@ac-ent.com IBM Advanced BesTeam Member ^^^^^^^^^^^^^^^^^^^^^^^^^^^ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 17:51:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11941 for freebsd-isp-outgoing; Tue, 11 Aug 1998 17:51:48 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from dns.webwizard.net.mx (mexcom.net.mx [207.249.162.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11933 for ; Tue, 11 Aug 1998 17:51:42 -0700 (PDT) (envelope-from eculp@webwizard.org.mx) Received: from webwizard.org.mx (mexcom.net.mx [207.249.162.140]) by dns.webwizard.net.mx (8.8.8/8.8.7) with ESMTP id TAA12962; Tue, 11 Aug 1998 19:49:22 -0500 (CDT) Message-ID: <35D0E692.1DCED11E@webwizard.org.mx> Date: Tue, 11 Aug 1998 19:49:22 -0500 From: Edwin Culp X-Mailer: Mozilla 4.5b1 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Jack Wenger CC: freebsd-isp@FreeBSD.ORG Subject: Re: Compressing Tar References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jack Wenger wrote: > Simple question, how can I compress a tarball as it's made, using > compress? > Something like: tar -cvf fred.tar * | compress * fred.tar.z, or something > like that? > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Jack Wenger > webmaster@ac-ent.com > IBM Advanced BesTeam Member > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ how about # tar -czvf fred.tar.gz * provecho ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 18:03:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14105 for freebsd-isp-outgoing; Tue, 11 Aug 1998 18:03:54 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14097 for ; Tue, 11 Aug 1998 18:03:51 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id KAA15355; Wed, 12 Aug 1998 10:33:14 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id KAA25405; Wed, 12 Aug 1998 10:33:03 +0930 (CST) Message-ID: <19980812103302.W22754@freebie.lemis.com> Date: Wed, 12 Aug 1998 10:33:02 +0930 From: Greg Lehey To: Jack Wenger , freebsd-isp@FreeBSD.ORG Subject: Re: Compressing Tar References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Jack Wenger on Tue, Aug 11, 1998 at 06:44:35PM -0500 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tuesday, 11 August 1998 at 18:44:35 -0500, Jack Wenger wrote: > Simple question, how can I compress a tarball as it's made, using > compress? > Something like: tar -cvf fred.tar * | compress * fred.tar.z, or something > like that? tar czvf fred.tar.gz * This will give you gzip, of course. If you really *insist* on using compress, the syntax is: tar cvf - . | compress > fred.tar.z Use . as the file name, not *, or you'll miss files starting with a .. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 18:04:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14232 for freebsd-isp-outgoing; Tue, 11 Aug 1998 18:04:27 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from demon.ildm.com (cx946114-a.elcjn1.sdca.home.com [24.4.69.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14213 for ; Tue, 11 Aug 1998 18:04:21 -0700 (PDT) (envelope-from ataru@demon.ildm.com) Received: (from root@localhost) by demon.ildm.com (8.8.8/8.8.8) id SAA24985 for freebsd-isp@FreeBSD.ORG; Tue, 11 Aug 1998 18:03:43 -0700 (PDT) (envelope-from ataru) From: Moroboshi Ataru Message-Id: <199808120103.SAA24985@demon.ildm.com> Subject: Re: Compressing Tar In-Reply-To: from Jack Wenger at "Aug 11, 98 06:44:35 pm" To: freebsd-isp@FreeBSD.ORG Date: Tue, 11 Aug 1998 18:03:43 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Simple question, how can I compress a tarball as it's made, using > compress? > Something like: tar -cvf fred.tar * | compress * fred.tar.z, or something > like that? > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Jack Wenger > webmaster@ac-ent.com > IBM Advanced BesTeam Member > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > This should work. tar zcvf fred.tar.gz * --Brennon Church To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 18:16:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17033 for freebsd-isp-outgoing; Tue, 11 Aug 1998 18:16:41 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from shell.futuresouth.com (mail.futuresouth.com [198.78.58.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16997 for ; Tue, 11 Aug 1998 18:16:34 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.8.8/8.8.8) id UAA12304; Tue, 11 Aug 1998 20:16:08 -0500 (CDT) Message-ID: <19980811201608.10775@futuresouth.com> Date: Tue, 11 Aug 1998 20:16:08 -0500 From: "Matthew D. Fuller" To: Jack Wenger Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Compressing Tar References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Jack Wenger on Tue, Aug 11, 1998 at 06:44:35PM -0500 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 11, 1998 at 06:44:35PM -0500, Jack Wenger woke me up to tell me: > Simple question, how can I compress a tarball as it's made, using > compress? > Something like: tar -cvf fred.tar * | compress * fred.tar.z, or something > like that? Well, you can tar -zcvf to gzip it. To compress, you'd have to do something like... tar -cvf - -C * . | compress However, looking through the compress man page, I can't see any indication of whether compress will accept stdin as source. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 19:01:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24853 for freebsd-isp-outgoing; Tue, 11 Aug 1998 19:01:18 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24846 for freebsd-isp; Tue, 11 Aug 1998 19:01:17 -0700 (PDT) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199808120201.TAA24846@hub.freebsd.org> Subject: [off charter] help with HP-UX 10.20, please To: freebsd-isp Date: Tue, 11 Aug 1998 19:01:13 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL32 (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 forgive me for changing the subject on you in this email. i have just inherited a number of hp9000 with vxfs on all filesystems. can you point me to information on: --how do i back these up? mount the vxfs logical volume a second time using "-o snapon=..." (from memory) and then backup up that second mount point using vxdump? --how can i restore the vxfs filesystems? the recovery cd does not appear to contain vxrestore. --how can i extend the root vxfs logical volume? right now ists 83MB and we like to leave more space for /. seems that i have to use extendfs when the / is unmounted. but if its unmounted, i'll have to be running off another / volume. if i do that i have to create another vg for the / volume that i want to extend. creating that vg might damage the the / volumethat i want to extend, no? what do you all do? jmb -- Jonathan M. Bresler FreeBSD Core Team, Postmaster jmb@FreeBSD.ORG FreeBSD--The Power to Serve JMB193 http://www.freebsd.org/ PGP 2.6.2 Fingerprint: 31 57 41 56 06 C1 40 13 C5 1C E3 E5 DC 62 0E FB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 19:18:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26880 for freebsd-isp-outgoing; Tue, 11 Aug 1998 19:18:20 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from aniwa.sky (aniwa.actrix.gen.nz [203.96.56.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26865 for ; Tue, 11 Aug 1998 19:18:16 -0700 (PDT) (envelope-from andrew@squiz.co.nz) Received: from localhost (andrew@localhost) by aniwa.sky (8.8.7/8.8.7) with SMTP id OAA18918; Wed, 12 Aug 1998 14:15:05 +1200 (NZST) (envelope-from andrew@squiz.co.nz) Date: Wed, 12 Aug 1998 14:15:04 +1200 (NZST) From: Andrew McNaughton X-Sender: andrew@aniwa.sky Reply-To: andrew@squiz.co.nz To: Edwin Culp cc: Jack Wenger , freebsd-isp@FreeBSD.ORG Subject: Re: Compressing Tar In-Reply-To: <35D0E692.1DCED11E@webwizard.org.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Aug 1998, Edwin Culp wrote: > Jack Wenger wrote: > > Simple question, how can I compress a tarball as it's made, using > > compress? > > Something like: tar -cvf fred.tar * | compress * fred.tar.z, or something > > like that? > how about > # tar -czvf fred.tar.gz * Yuck. It's a good idea to have tarballs contain one directory which contains everything else. Otherwise people unpack things and find their current directory littered with files mixed in with whatever is already there. So, if you want to make a tarball of everything in the current directory called fred then do this: cd .. tar -zcvf fred.tar.gz fred Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 19:27:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28160 for freebsd-isp-outgoing; Tue, 11 Aug 1998 19:27:35 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28145 for ; Tue, 11 Aug 1998 19:27:32 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.9.1/8.9.1) with SMTP id WAA07724; Tue, 11 Aug 1998 22:26:42 -0400 (EDT) Date: Tue, 11 Aug 1998 22:26:42 -0400 (EDT) From: jack To: Greg Lehey cc: freebsd-isp@FreeBSD.ORG Subject: Re: Compressing Tar In-Reply-To: <19980812103302.W22754@freebie.lemis.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 On Wed, 12 Aug 1998, Greg Lehey wrote: > On Tuesday, 11 August 1998 at 18:44:35 -0500, Jack Wenger wrote: > > Simple question, how can I compress a tarball as it's made, using > > compress? > > Something like: tar -cvf fred.tar * | compress * fred.tar.z, or something > > like that? > > tar czvf fred.tar.gz * > > This will give you gzip, of course. If you really *insist* on using > compress, the syntax is: > > tar cvf - . | compress > fred.tar.z Why not just tar cZvf fred.tar.z . man tar (the "correct" response to the original question, IMO) reports: -Z --compress --uncompress Filter the archive through compress(1). under OPTIONS -------------------------------------------------------------------------- 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 Tue Aug 11 21:34:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16907 for freebsd-isp-outgoing; Tue, 11 Aug 1998 21:34:10 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from darla.swimsuit.internet.dk (mail.swimsuit.internet.dk [194.255.12.232]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA16902 for ; Tue, 11 Aug 1998 21:34:08 -0700 (PDT) (envelope-from root@swimsuit.internet.dk) Received: from localhost (localhost.swimsuit.internet.dk [127.0.0.1]) by darla.swimsuit.internet.dk (8.9.1/8.9.1) with SMTP id GAA15936 for ; Wed, 12 Aug 1998 06:33:42 +0200 (CEST) Date: Wed, 12 Aug 1998 06:33:36 +0200 (CEST) From: Leif Neland To: freebsd-isp@FreeBSD.ORG Subject: VPN Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We're an ISP, and also sells what we call lan-routers, a pc with linux (this might be an oppertunity to change to freebsd...) and an isdn-adaptor which are placed at the customers office and provides mailserver and http-proxy for all their pc's. Now the salesperson have asked: Can we do VPN, virtual private network? So I ask too: Can we? Any clues howto? leifn@internet.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 23:48:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA00477 for freebsd-isp-outgoing; Tue, 11 Aug 1998 23:48:19 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from vds01.vailsystems.com (vds01.vailsys.com [207.152.98.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA00472 for ; Tue, 11 Aug 1998 23:48:17 -0700 (PDT) (envelope-from daniel@vailsys.com) Received: from gator.vail (gator.vail [192.168.128.53]) by vds01.vailsystems.com (8.9.0/8.9.0) with ESMTP id BAA10339 for ; Wed, 12 Aug 1998 01:47:37 -0500 (CDT) Received: from vailsys.com (daniel@sulaco.w3n.net [207.241.49.124]) by gator.vail (8.9.0/8.9.0) with ESMTP id BAA25563 for ; Wed, 12 Aug 1998 01:47:36 -0500 (CDT) Message-ID: <35D13841.B0047253@vailsys.com> Date: Wed, 12 Aug 1998 01:37:53 -0500 From: Dan Riley Organization: Vail Systems, Inc. X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG Subject: Apache-FP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone run into this error while trying to get the FrontPage extensions installed correctly? [Wed Aug 12 01:44:19 1998] [error] (2)No such file or directory: exec of /usr/local/www/_vti_bin/shtml.exe/_vti_rpc failed [Wed Aug 12 01:44:19 1998] [error] Premature end of script headers: /usr/local/www/_vti_bin/shtml.exe/_vti_rpc 1 time out of 30 something worked and I managed to get 1 web installed, that must have been BFM because I can not get it work again! BTW has anyone heard from Scot Hetzels in the last couple of weeks? Thanks, Dan Riley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Aug 11 23:54:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01478 for freebsd-isp-outgoing; Tue, 11 Aug 1998 23:54:06 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from enya.hilink.com.au (enya.hilink.com.au [203.8.14.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA01429 for ; Tue, 11 Aug 1998 23:54:01 -0700 (PDT) (envelope-from danny@enya.hilink.com.au) Received: from localhost (danny@localhost) by enya.hilink.com.au (8.8.8/8.8.7) with SMTP id QAA22967; Wed, 12 Aug 1998 16:53:05 +1000 (EST) (envelope-from danny@enya.hilink.com.au) Date: Wed, 12 Aug 1998 16:53:05 +1000 (EST) From: "Daniel O'Callaghan" To: Scot Elliott cc: John Prince , freebsd-isp@FreeBSD.ORG, johnp@vwebpage.com Subject: Re: Virtual Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 8 Aug 1998, Scot Elliott wrote: > I've been thinking about this recently too. My conclustion is that > something like xinetd (see ports) which allows addresses to be bound to is > the way to go. Run multiple xinetd processes, one for each domain - each > one chrooted to the domain root. Make sure each service in each file only > binds to the correct address. Then, telnet/ftp etc connections will also > be restricted to that root. > > Comments anyone? I found it fairly easy to hack inetd to force a chroot to the result of sprintf("/chrootdir/%s", inet_ntoa(socketaddr)); Thus a single inetd will chroot to /chrootdir/192.168.1.* as appropriate. For the main IP of the machine, symlink /chrootdir/a.b.c.d -> / For the system binaries, you can copy them (lots of disk needed) hardlink them, or NFS mount localhost:/template/system /chrootdir/a.b.c.e/system symlink chrootdir/a.b.c.e/bin -> system/bin etc Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 12 01:42:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21259 for freebsd-isp-outgoing; Wed, 12 Aug 1998 01:42:38 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21249; Wed, 12 Aug 1998 01:42:33 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id SAA16864; Wed, 12 Aug 1998 18:12:04 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id SAA28768; Wed, 12 Aug 1998 18:11:59 +0930 (CST) Message-ID: <19980812181158.F28142@lemis.com> Date: Wed, 12 Aug 1998 18:11:58 +0930 From: Greg Lehey To: "Jonathan M. Bresler" , freebsd-isp@hub.freebsd.org Subject: Re: [off charter] help with HP-UX 10.20, please References: <199808120201.TAA24846@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199808120201.TAA24846@hub.freebsd.org>; from Jonathan M. Bresler on Tue, Aug 11, 1998 at 07:01:13PM -0700 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tuesday, 11 August 1998 at 19:01:13 -0700, Jonathan M. Bresler wrote: > forgive me for changing the subject on you in this email. > i have just inherited a number of hp9000 with vxfs on > all filesystems. > > can you point me to information on: > > --how do i back these up? mount the vxfs logical volume > a second time using "-o snapon=..." (from memory) and > then backup up that second mount point using vxdump? I don't know the HP, but I know a bit of vxfs. You can use all the normal backup utilities (cpio, tar, dump) as before, at least if you have dump. vxdump differs from dump mainly in details, such as maintaining file attributes. If you want to use the snapshot facility, you need the following steps: 1. Create a snapshot volume, say, rootsnap. It doesn't need to be very big, since it only stores the data which changes between the time of the snapshot and the time that the backup is finished. 2. Mount the volume as a snapshot of another volume: # mount -F vxfs -o snapof=/dev/vol/rootdg/root,snapsize=50000 \ /dev/vol/rootdg/rootsnap /backup/root /dev/vol/rootdg/root is the volume containing the root file system, /dev/vol/rootdg/rootsnap is the volume containing the snap of the root file system, and /backup/root is the mount point for the backup. 3. Perform the backup: # vxdump f - /dev/vol/root/rootsnap | dd bs=128k > $TAPE 4. Don't forget to umount the snapshot file system, otherwise it will overflow at some point. > --how can i restore the vxfs filesystems? the recovery cd > does not appear to contain vxrestore. Strange. What does it contain? Again, of course, you can restore from a tar backup, but you'll end up with default extent sizes and file attributes. > --how can i extend the root vxfs logical volume? right now > ists 83MB and we like to leave more space for /. seems > that i have to use extendfs when the / is unmounted. but > if its unmounted, i'll have to be running off another / volume. > if i do that i have to create another vg for the / volume > that i want to extend. creating that vg might damage the > the / volumethat i want to extend, no? Painfully: 1. Find space for one spare subdisk per plex. vxprint (or volprint, depending on the release of Veritas) may not be your friend, but it will help you a little. 2. Create the subdisks. For example, assuming two plexes: # vxmake sd root-0-2 path=/dev/sdk/sc0d2s3 len=102400 # vxmake sd root-1-2 path=/dev/sdk/sc1d2s3 len=102400 This makes two subdisks, root-0-2 and root-1-2, length 102400 sectors, on the specified slices. 3. Add the subdisks to the plexes: # vxsd assoc root-0 root-0-2 # vxsd assoc root-1 root-1-2 This associates the subdisks with the assumed plexes root-0 and root-1. 4. Check: # vxprint -ph root-0 root-1 This should show the subdisks under the corresponding plexes, along with the other subdisks of the plexes. It will also show the new total size of the plexes in sectors. I'm assuming that this was 170000 sectors before, aand so it will now be 272400. You need this number for the next step. 5. Tell the volume of its luck: # vxvol set len=272400 root 6. Extend the underlying file system: # fsadm -b 272400 root # mkfs -F cvsf -m /dev/vol/rootdg/root This second line should show the correct size of the file system. This is based on Veritas release 2. In release 1, the names of the commands are differeng (most vx were vol, vxvol was volume). The man page volintro or vxintro will give you more confusing information. Let me know if you need any more help. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 12 10:43:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05266 for freebsd-isp-outgoing; Wed, 12 Aug 1998 10:43:05 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from marlin.corp.gulf.net (marlin.corp.gulf.net [198.69.72.17] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05236 for ; Wed, 12 Aug 1998 10:42:59 -0700 (PDT) (envelope-from tbackman@corp.gulf.net) Received: from marlin.corp.gulf.net (tbackman@marlin.corp.gulf.net [206.105.61.2]) by marlin.corp.gulf.net (8.8.8/8.8.5) with SMTP id MAA28360 for ; Wed, 12 Aug 1998 12:36:01 -0500 (CDT) Date: Wed, 12 Aug 1998 12:36:00 -0500 (CDT) From: Todd Backman To: freebsd-isp@FreeBSD.ORG Subject: Network Area Maps Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyone have any recommendations on software for developing an Object Oriented Database for a visual Network Area Map? We have 6 POPs and I would like to have a Network Area Map with links to all locations (containing equipment, temperatures, software revision levels, etc...) Our 1 programmer is swamped and can't even think about starting on this for another 6-8 months. Thanks in advance... ===================================================================== Todd Backman (tbackman@corp.gulf.net) Network Engineering Team Leader Systems/POP Administration Gulf Coast Internet Company 1-800-444-INET To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 12 14:26:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14964 for freebsd-isp-outgoing; Wed, 12 Aug 1998 14:26:51 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from domino.primelink.com (domino.primelink.com [206.24.58.56]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA14956 for ; Wed, 12 Aug 1998 14:26:44 -0700 (PDT) (envelope-from kbrown@teamhuber.com) From: kbrown@teamhuber.com Received: by domino.primelink.com(Lotus SMTP MTA v4.6.1 (569.2 2-6-1998)) id 8625665E.0075F89A ; Wed, 12 Aug 1998 16:28:33 -0500 X-Lotus-FromDomain: HUBER & ASSOCIATES To: Todd Backman cc: freebsd-isp@FreeBSD.ORG Message-ID: <8625665E.00757E29.00@domino.primelink.com> Date: Wed, 12 Aug 1998 16:28:29 -0500 Subject: Re: Network Area Maps 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 Two products come to mind intially... the first is Visio. It has M$ access database hooks, can assign serial number, ip address, mac address, and port information to each device/subdevice. Visio Network Equipment add-on is an additional set of networking specific components which has about everything under the sun. If you have a very diversified network, the add-on would probably bececome very valuable. Another product is NetCracker Designer by Advanced Visual Data. It is a much more expensive product, but also contains some animation features and is very specific about interconnecting devices. (It checks port types before it allows connections, asks for cabling lengths, etc..) It also allows you to place other user-specific information into each device. The company however is slow to aggressively support the product. I use both of these in my day to day work...and personally like Visio the best. The AVD product is impressive, but still in a learning phase. Todd Backman on 08/12/98 12:36:00 PM To: freebsd-isp@FreeBSD.ORG cc: (bcc: Kevin Brown/Huber & Associates) Subject: Network Area Maps Does anyone have any recommendations on software for developing an Object Oriented Database for a visual Network Area Map? We have 6 POPs and I would like to have a Network Area Map with links to all locations (containing equipment, temperatures, software revision levels, etc...) Our 1 programmer is swamped and can't even think about starting on this for another 6-8 months. Thanks in advance... ===================================================================== Todd Backman (tbackman@corp.gulf.net) Network Engineering Team Leader Systems/POP Administration Gulf Coast Internet Company 1-800-444-INET 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 Aug 12 15:28:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24713 for freebsd-isp-outgoing; Wed, 12 Aug 1998 15:28:59 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24704 for ; Wed, 12 Aug 1998 15:28:53 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA190900871; Wed, 12 Aug 1998 18:27:51 -0400 Date: Wed, 12 Aug 1998 18:27:51 -0400 (EDT) From: Bill Fumerola To: Todd Backman Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Network Area Maps 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 As much as I hate windows software, visio does a nice job doing what you described. Also tkined does something similar in an X enviornement. Try both, and see what you can come up with. On Wed, 12 Aug 1998, Todd Backman wrote: > Does anyone have any recommendations on software for developing an Object > Oriented Database for a visual Network Area Map? > > We have 6 POPs and I would like to have a Network Area Map with links to > all locations (containing equipment, temperatures, software revision > levels, etc...) - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 12 16:11:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01561 for freebsd-isp-outgoing; Wed, 12 Aug 1998 16:11:50 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01550 for ; Wed, 12 Aug 1998 16:11:47 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id SAA03640; Wed, 12 Aug 1998 18:11:12 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <004f01bdc646$5f8676a0$c3e0d9cf@westbend.net> From: "Scot W. Hetzel" To: "Dan Riley" , Subject: Re: Apache-FP Date: Wed, 12 Aug 1998 18:10:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0518.4 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0518.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Dan Riley >Has anyone run into this error while trying to get the FrontPage >extensions installed correctly? > >[Wed Aug 12 01:44:19 1998] [error] (2)No such file or directory: >exec of /usr/local/www/_vti_bin/shtml.exe/_vti_rpc failed >[Wed Aug 12 01:44:19 1998] [error] Premature end of script headers: >/usr/local/www/_vti_bin/shtml.exe/_vti_rpc > The usual culprate to this problem is permissions. Check that the uid of the rootweb is > 11 and the gid is > 21. For virtual webs and user webs, you also need to check: 1. The access.conf has "Options ExecCGI" set for the directory. 2. If using suexec, is the server running as the correct user that suexec expects (default www). >1 time out of 30 something worked and I managed to get 1 web >installed, that must have been BFM because I can not get it work >again! > >BTW has anyone heard from Scot Hetzels in the last couple of weeks? > I am here, just been busy trying to find additional capitol to keep my ISP running until I have enough customers to support it. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 12 20:53:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04016 for freebsd-isp-outgoing; Wed, 12 Aug 1998 20:53:49 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from aniwa.sky (aniwa.actrix.gen.nz [203.96.56.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04009 for ; Wed, 12 Aug 1998 20:53:42 -0700 (PDT) (envelope-from andrew@squiz.co.nz) Received: from localhost (andrew@localhost) by aniwa.sky (8.8.7/8.8.7) with SMTP id PAA06000 for ; Thu, 13 Aug 1998 15:51:35 +1200 (NZST) (envelope-from andrew@squiz.co.nz) Date: Thu, 13 Aug 1998 15:51:35 +1200 (NZST) From: Andrew McNaughton X-Sender: andrew@aniwa.sky Reply-To: andrew@squiz.co.nz To: isp@FreeBSD.ORG Subject: URGENT: resource allocation to web 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 My webserver is getting hit heavily right now, and is failing to fork critical CGI and sendmail processes. How do I increase it's resource allocation? Load is sitting at around 0.5, CPU utilisation under 10%, not using it's swap space at all. The webserver's user has about 20 or so processes, with mail processes forking off for perhaps another 20. I don't want these to fail. I imagine the resource crunch is probably happening on file handles? How do I set this and make ittake effect with minimal interruption of the server. I need to sort this out quickly, but if I don't then the current peak will probably last at least a week or two. (It's related to a crisis in government and consequent material on my site). In 6 months this will probably be an average daily load. I'm sure this is a RTFM thing, but which one(s)? Any pointers much appreciated Andrew McNaughton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Aug 12 23:17:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15591 for freebsd-isp-outgoing; Wed, 12 Aug 1998 23:17:10 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from aniwa.sky (aniwa.actrix.gen.nz [203.96.56.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15570 for ; Wed, 12 Aug 1998 23:17:04 -0700 (PDT) (envelope-from andrew@squiz.co.nz) Received: from localhost (andrew@localhost) by aniwa.sky (8.8.7/8.8.7) with SMTP id SAA08495 for ; Thu, 13 Aug 1998 18:14:44 +1200 (NZST) (envelope-from andrew@squiz.co.nz) Date: Thu, 13 Aug 1998 18:14:43 +1200 (NZST) From: Andrew McNaughton X-Sender: andrew@aniwa.sky Reply-To: andrew@squiz.co.nz To: isp@FreeBSD.ORG Subject: URGENT: resource allocation to web 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 I wrote earlier: > My webserver is getting hit heavily right now, and is failing to fork > critical CGI and sendmail processes. How do I increase it's resource > allocation? > Load is sitting at around 0.5, CPU utilisation under 10%, not using it's > swap space at all. > The webserver's user has about 20 or so processes, with mail processes > forking off for perhaps another 20. I don't want these to fail. I think I underestimated that. newsroom@dawn$ limits Resource limits (current): cputime infinity secs filesize infinity kb datasize 131072 kb stacksize 65536 kb coredumpsize infinity kb memoryuse-cur 32768 kb memorylocked infinity kb maxprocesses-cur 64 openfiles-cur 1024 I've added "ulimit -S -u 256" to apachectl's start function. Hopefully this will fix the problem. I have written a tiny CGI and confirmed that the setting is passed through to CGI descendants of the shell running as a different user. Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 13 12:04:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19528 for freebsd-isp-outgoing; Thu, 13 Aug 1998 12:04:58 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from vds01.vailsystems.com (vds01.vailsys.com [207.152.98.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19521 for ; Thu, 13 Aug 1998 12:04:55 -0700 (PDT) (envelope-from daniel@vailsys.com) Received: from gator.vail (gator.vail [192.168.128.53]) by vds01.vailsystems.com (8.9.0/8.9.0) with ESMTP id OAA25324; Thu, 13 Aug 1998 14:04:25 -0500 (CDT) Received: from vailsys.com (slave1.vail [192.168.129.10]) by gator.vail (8.9.0/8.9.0) with ESMTP id OAA02844; Thu, 13 Aug 1998 14:04:24 -0500 (CDT) Message-ID: <35D338B8.2F819F14@vailsys.com> Date: Thu, 13 Aug 1998 14:04:24 -0500 From: Dan Riley Organization: Vail Systems, Inc. X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: "Scot W. Hetzel" CC: freebsd-isp@FreeBSD.ORG Subject: Re: Apache-FP References: <004f01bdc646$5f8676a0$c3e0d9cf@westbend.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Scot W. Hetzel wrote: > > From: Dan Riley > >Has anyone run into this error while trying to get the FrontPage > >extensions installed correctly? > > > >[Wed Aug 12 01:44:19 1998] [error] (2)No such file or directory: > >exec of /usr/local/www/_vti_bin/shtml.exe/_vti_rpc failed > >[Wed Aug 12 01:44:19 1998] [error] Premature end of script headers: > >/usr/local/www/_vti_bin/shtml.exe/_vti_rpc > > > > The usual culprate to this problem is permissions. > > Check that the uid of the rootweb is > 11 and the gid is > 21. > > For virtual webs and user webs, you also need to check: > > 1. The access.conf has "Options ExecCGI" set for the directory. This was indeed the culprate. The install script did not touch access.conf at all when installing the virtual webs, maybe the guys at RTR.com need some help! > I am here, just been busy trying to find additional capitol to keep my ISP > running until I have enough customers to support it. > > Scot Good luck, it is a tough start. Thanks -- Dan Riley daniel@vailsys.com Network Administrator Vail Systems, Inc. Voice (312) 360 8245 Fax (312) 360 8245 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 13 16:49:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12618 for freebsd-isp-outgoing; Thu, 13 Aug 1998 16:49:47 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12608 for ; Thu, 13 Aug 1998 16:49:42 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id SAA05176; Thu, 13 Aug 1998 18:49:04 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <001101bdc714$d44050a0$c3e0d9cf@westbend.net> From: "Scot W. Hetzel" To: "Dan Riley" Cc: Subject: Re: Apache-FP Date: Thu, 13 Aug 1998 18:48:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0518.4 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0518.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Dan Riley >> 1. The access.conf has "Options ExecCGI" set for the directory. > >This was indeed the culprate. The install script did not touch >access.conf at all when installing the virtual webs, maybe the guys at >RTR.com need some help! > The install script was never designed to modify the web servers config files. Currently, I am working on a version of the Apache-FP server that doesn't require the ExecCGI option in access.conf. But I want to add a directive to the FrontPage module so that the extentions can be disabled in individual directories. I have it all coded but it currently is not working. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Aug 13 23:26:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA00398 for freebsd-isp-outgoing; Thu, 13 Aug 1998 23:26:46 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from phear.net (phear.net [206.58.96.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA00393 for ; Thu, 13 Aug 1998 23:26:45 -0700 (PDT) (envelope-from jim@phrantic.phear.net) Received: from localhost (jim@localhost) by phear.net (8.9.0.Beta5/8.9.0.Beta5) with SMTP id XAA03166 for ; Thu, 13 Aug 1998 23:24:41 -0700 (PDT) (envelope-from jim@phrantic.phear.net) Date: Thu, 13 Aug 1998 23:24:41 -0700 (PDT) From: Jim Mock X-Sender: jim@phear.net To: freebsd-isp@FreeBSD.ORG Subject: majordomo question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was just curious if any of you have come across a script that will allow users to subscribe to a mailing list from the web. I'm currently using a formmail hack that does the job until I find one specifically for majordomo. I've looked at majorcool, but it's alot more extensive than what I need. All I really need is something to mail majordomo with the commands in the body instead of the subject. Thanks. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 00:23:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10180 for freebsd-isp-outgoing; Fri, 14 Aug 1998 00:23:16 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from aniwa.sky (aniwa.actrix.gen.nz [203.96.56.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10145 for ; Fri, 14 Aug 1998 00:22:57 -0700 (PDT) (envelope-from andrew@squiz.co.nz) Received: from localhost (andrew@localhost) by aniwa.sky (8.8.7/8.8.7) with SMTP id TAA23278; Fri, 14 Aug 1998 19:20:08 +1200 (NZST) (envelope-from andrew@squiz.co.nz) Date: Fri, 14 Aug 1998 19:20:08 +1200 (NZST) From: Andrew McNaughton X-Sender: andrew@aniwa.sky Reply-To: andrew@squiz.co.nz To: Jim Mock cc: freebsd-isp@FreeBSD.ORG Subject: Re: majordomo question 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 Thu, 13 Aug 1998, Jim Mock wrote: > Date: Thu, 13 Aug 1998 23:24:41 -0700 (PDT) > From: Jim Mock > To: freebsd-isp@FreeBSD.ORG > Subject: majordomo question > > I was just curious if any of you have come across a script that will allow > users to subscribe to a mailing list from the web. I'm currently using a > formmail hack that does the job until I find one specifically for > majordomo. > > I've looked at majorcool, but it's alot more extensive than what I need. > All I really need is something to mail majordomo with the commands in the > body instead of the subject. I came across this in Yahoo half an hour ago or so. Haven't investigated yet. http://www.netspace.org/users/dwb/lwgate.html Andrew McNaughton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 01:12:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17781 for freebsd-isp-outgoing; Fri, 14 Aug 1998 01:12:09 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from tetragr.zaporizhzhe.ua (news.tetragr.zaporizhzhe.ua [194.44.20.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17774 for ; Fri, 14 Aug 1998 01:12:05 -0700 (PDT) (envelope-from oleg@www.reis.zp.ua) Received: from www.tetragr.zaporizhzhe.ua (oleg@www.tetragr.zaporizhzhe.ua [194.44.20.6]) by tetragr.zaporizhzhe.ua (8.8.8/Relcom-2A/nov1) with ESMTP id LAA18754 ;Fri, 14 Aug 1998 11:10:59 +0300 (EEST) Received: (from oleg@localhost) by www.reis.zp.ua (8.8.8/Relcom-2A/nov0.7) id LAA02566 ;Fri, 14 Aug 1998 11:10:58 +0300 (EEST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 14 Aug 1998 11:10:58 +0300 (EEST) Organization: ReIS Ltd. From: "Oleg V. Naumann" To: Jim Mock Subject: RE: majordomo question Cc: freebsd-isp@FreeBSD.ORG Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 14-Aug-98 Jim Mock wrote: > I was just curious if any of you have come across a script that will > allow > users to subscribe to a mailing list from the web. I'm currently using a > formmail hack that does the job until I find one specifically for > majordomo. > > I've looked at majorcool, but it's alot more extensive than what I need. > All I really need is something to mail majordomo with the commands in the > body instead of the subject. Look at LWGate http://www.netspace.org/users/dwb/lwgate.html This is users frontend for majordomo via Web, written in Perl. > > Thanks. > > Jim > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message Oleg V. Naumann http://www.reis.zp.ua/~oleg/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 01:50:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21548 for freebsd-isp-outgoing; Fri, 14 Aug 1998 01:50:08 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mx.iki.rssi.ru (mx.iki.rssi.ru [193.232.212.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21366 for ; Fri, 14 Aug 1998 01:50:01 -0700 (PDT) (envelope-from Andrew.Karjagin@tdis.gctc.rssi.ru) Received: from tdis.gctc.rssi.ru (tdis.gctc.rssi.ru [193.232.26.70]) by mx.iki.rssi.ru (8.9.1/8.9.1) with SMTP id MAA02764 for ; Fri, 14 Aug 1998 12:50:11 +0400 (MSD) Received: from tdis.gctc.rssi.ru by tdis.gctc.rssi.ru (SMI-8.6/SMI-SVR4) id MAA00823; Fri, 14 Aug 1998 12:47:32 +0400 Message-ID: <35D3F9A4.D5B9C5E3@tdis.gctc.rssi.ru> Date: Fri, 14 Aug 1998 12:47:32 +0400 From: "Andrew A.Karjagin" Organization: Gagarin Cosmonaut Training Center X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.5.1 sun4m) MIME-Version: 1.0 To: "isp@FreeBSD.ORG" Subject: User management Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! Is there anywhere the User management utility for X or preferably not for-X of FreeBSD, that can add and DELETE the users? /stand/sysinstall only add the users and groups. Thank you very much for answer. ---------------------------------------------------- Best regards Andrew A.Karjagin Gagarin Cosmonaut Training Center, Star Town, Russia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 02:19:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24262 for freebsd-isp-outgoing; Fri, 14 Aug 1998 02:19:03 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24231 for ; Fri, 14 Aug 1998 02:18:52 -0700 (PDT) (envelope-from Ruslan@Shevchenko.Kiev.UA) Received: from Shevchenko.Kiev.UA (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id MAA19207; Fri, 14 Aug 1998 12:15:29 +0300 (EEST) Message-ID: <35D4002B.2E5EC368@Shevchenko.Kiev.UA> Date: Fri, 14 Aug 1998 12:15:23 +0300 From: Ruslan Shevchenko Reply-To: rssh@grad.kiev.ua X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: "Andrew A.Karjagin" CC: "isp@FreeBSD.ORG" Subject: Re: User management References: <35D3F9A4.D5B9C5E3@tdis.gctc.rssi.ru> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew A.Karjagin wrote: > > Hi! > Is there anywhere the User management utility for X or preferably not > for-X of FreeBSD, that can add and DELETE the users? /stand/sysinstall > only add the users and groups. Thank you very much for answer. Exists my admin (for more details look at http://cam.grad.kiev.ua/~rssh/admin/admin.html) Version is 0.97, but it used inside our internal network during few monthes without problems. > ---------------------------------------------------- > Best regards Andrew A.Karjagin > Gagarin Cosmonaut Training Center, Star Town, Russia > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- @= //RSSH mailto:Ruslan@Shevchenko.Kiev.UA CORBA in Ukraine & ex-USSR: http://www.corbadev.kiev.ua To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 05:42:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17448 for freebsd-isp-outgoing; Fri, 14 Aug 1998 05:42:33 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.238.120.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17438 for ; Fri, 14 Aug 1998 05:42:25 -0700 (PDT) (envelope-from paulo@nlink.com.br) Received: from localhost (paulo@localhost) by mirage.nlink.com.br (8.9.0/8.9.0) with SMTP id JAA06366 for ; Fri, 14 Aug 1998 09:41:52 -0300 (EST) Date: Fri, 14 Aug 1998 09:41:52 -0300 (EST) From: Paulo Fragoso To: freebsd-isp@FreeBSD.ORG Subject: PPP statistics 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, I would like to make statistics in my router with FreeBSD. In this router there are some ppp-links. I'm using MRTG with SNMP to generate graphics statistics. How to associate ppp interface for specific serial port? The ppps interfaces are associeted in order: ppp0 -> frist link up, ppp1 -> second link up, etc. Paulo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 07:30:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03484 for freebsd-isp-outgoing; Fri, 14 Aug 1998 07:30:55 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from med.osd.mil (dsserver.med.osd.mil [161.14.8.94]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA03384 for ; Fri, 14 Aug 1998 07:30:13 -0700 (PDT) (envelope-from rpotts@med.osd.mil) Received: from ae1970.med.osd.mil by med.osd.mil with SMTP (5.65/25-eef) id AA09613; Fri, 14 Aug 98 10:05:11 -0400 From: "Ross Potts, CON, EDS/D-SIDDOMS" Message-Id: <9808141005.ZM-184733@161.14.168.22> Date: Fri, 14 Aug 1998 10:05:12 -0700 X-Mailer: ZM-Win (3.2.1 11Sep94) To: FreeBSD-ISP@FreeBSD.ORG Subject: ISDN Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thinking about trying the tiny ISP thing. I want to build something like a small ISP for my local family members(of course Id be using FBSD for the host). I got the pricing from Bell Atlantic for the line, but they say I still need an ISP. Could someone explain this to me? Say I wanted dedicated 128K. That would cost me $200/month, plus I need to subscribe to "somebody.whatever" for an additional $20/month? Plus, with a 128K line, the way it's explained, I can accept incoming calls at the same time. Is that true? Can anyone direct me to a FAQ or something explaing the typical cost breakdown of something like this. -- Potts, Ross A. Internet : Ross.Potts@med.osd.mil EDS-D/SIDDOMS Phone : (703) 824-7601 Skyline Two, Suite 1200 Beeper : (888) 687-2709 5113 Leesburg Pike, FAX : (703) 824-4155 Falls Church, VA 22041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 07:33:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04042 for freebsd-isp-outgoing; Fri, 14 Aug 1998 07:33:08 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from enya.hilink.com.au (enya.hilink.com.au [203.8.14.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04035 for ; Fri, 14 Aug 1998 07:33:05 -0700 (PDT) (envelope-from danny@enya.hilink.com.au) Received: from localhost (danny@localhost) by enya.hilink.com.au (8.8.8/8.8.7) with SMTP id AAA04230; Sat, 15 Aug 1998 00:31:56 +1000 (EST) (envelope-from danny@enya.hilink.com.au) Date: Sat, 15 Aug 1998 00:31:56 +1000 (EST) From: "Daniel O'Callaghan" To: Paulo Fragoso cc: freebsd-isp@FreeBSD.ORG Subject: Re: PPP statistics 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 Fri, 14 Aug 1998, Paulo Fragoso wrote: > I would like to make statistics in my router with FreeBSD. In this router > there are some ppp-links. I'm using MRTG with SNMP to generate graphics > statistics. > > How to associate ppp interface for specific serial port? The ppps > interfaces are associeted in order: ppp0 -> frist link up, ppp1 -> second > link up, etc. Look in /var/run. You'll find files like ttyd0.if, which contain the name of the interface using that tty. Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 07:58:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07184 for freebsd-isp-outgoing; Fri, 14 Aug 1998 07:58:29 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.238.120.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07179 for ; Fri, 14 Aug 1998 07:58:18 -0700 (PDT) (envelope-from paulo@nlink.com.br) Received: from localhost (paulo@localhost) by mirage.nlink.com.br (8.9.0/8.9.0) with SMTP id LAA11799; Fri, 14 Aug 1998 11:56:15 -0300 (EST) Date: Fri, 14 Aug 1998 11:56:14 -0300 (EST) From: Paulo Fragoso To: "Daniel O'Callaghan" cc: freebsd-isp@FreeBSD.ORG Subject: Re: PPP statistics 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 Hi, > > > > How to associate ppp interface for specific serial port? The ppps > > interfaces are associeted in order: ppp0 -> frist link up, ppp1 -> second > > link up, etc. > > Look in /var/run. You'll find files like ttyd0.if, which contain the name > of the interface using that tty. > I'm gerating my graphics remotelly from other machine via SNMP which is using one specific ppp interface. If I were using ttydX.if to get ppp interface I would need to run rsh comands and to modify my mrtg.cf all the time. I'm right? I this case better solution is to associete ppp interface to specific serial port. Paulo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 11:36:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16046 for freebsd-isp-outgoing; Fri, 14 Aug 1998 11:36:34 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from socrates.i-pi.com (socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16031 for ; Fri, 14 Aug 1998 11:36:30 -0700 (PDT) (envelope-from ingham@i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.8.8/8.8.7) id MAA12818; Fri, 14 Aug 1998 12:33:19 -0600 (MDT) (envelope-from ingham) Message-ID: <19980814123319.55896@i-pi.com> Date: Fri, 14 Aug 1998 12:33:19 -0600 From: Kenneth Ingham To: isp@FreeBSD.ORG Subject: pppd leaving incomplete proxy arp Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On a 2.2.5-RELEASE system, we are running pppd from /etc/ttys like: /usr/sbin/pppd -detach +chap 38.245.99.3:38.245.99.254 ttyd0 115200 Everything works fine most of the time. However, regularly (sometimes several times a day, sometimes only a few times a week) it leaves an arp entry: ppp-in-2.swd.ara.com (38.245.99.253) at (incomplete) which prevents the next person who connects from being able to do anything. Scanning the archives, there seems to be discussion of this, but it was to have been fixed a while back. I talked with one of the people who had used the line after pppd left it in a strange state a couple of times. Nothing he could think of was common between when the problem occurred and when it didn't. Some users seem to be more implicated in this, but I could find no hard patterns. I am unable to reproduce the probelm when I dial in from another FreeBSD machine (unplugging the phone line, turning the computer off (after a sync :-), normal shutdown, etc). Currently, I've got a cron job running every 10 minutes to clean it up. I'd rather it work right in the first place though. Kenneth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 13:00:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02090 for freebsd-isp-outgoing; Fri, 14 Aug 1998 13:00:31 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from s2.ijs.com (s2.ijs.com [205.149.188.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02081 for ; Fri, 14 Aug 1998 13:00:29 -0700 (PDT) (envelope-from jivko@ijs.com) From: jivko@ijs.com Received: from lapatopa1 (laptop.ijs.com [205.149.188.23]) by s2.ijs.com (8.8.5/8.8.5) with SMTP id NAA24825 for ; Fri, 14 Aug 1998 13:00:08 GMT Message-Id: <199808141300.NAA24825@s2.ijs.com> Date: Fri, 14 Aug 1998 12:59:51 -0700 To: freebsd-isp@FreeBSD.ORG Subject: Is this a known Apache problem? In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Could someone tell me why the following two lines in a definition of a virtual host would not work as I would expect them to work: Alias / /home/htmldir ScriptAlias /cgi-bin/ /home/cgi-bin/ The server loads OK but when I try to call a CGI script, instead of searching for in in /home/cgi-bin/ it tries to find it in /home/htmldir/cgi-bin/ and fails. When I changed the order for those two lines to be ScriptAlias /cgi-bin/ /home/cgi-bin/ Alias / /home/htmldir everything came back to normal. Although I understand why it would do this, it sure sounds like a bug to me. Is there any particular reason for it to work this way? Here is the configuration for the server: Apache/1.3.0 Ben-SSL/1.18 (Unix) FrontPage/3.0.4.2 configured -- resuming normal operations Thanks for the help, Jivko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 15:18:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26921 for freebsd-isp-outgoing; Fri, 14 Aug 1998 15:18:45 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from beavis.inetdirect.net (beavis.inetdirect.net [204.120.164.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26854 for ; Fri, 14 Aug 1998 15:18:23 -0700 (PDT) (envelope-from timsarver@netdirect.net) From: timsarver@netdirect.net Received: from tim (tech6.netdirect.net [204.120.164.16]) by beavis.inetdirect.net (8.8.5/8.7.3) with SMTP id RAA10197 for ; Fri, 14 Aug 1998 17:17:52 -0500 (EST) Message-Id: <199808142217.RAA10197@beavis.inetdirect.net> X-Sender: timsarver@netdirect.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Fri, 14 Aug 1998 17:18:52 -0500 To: freebsd-isp@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org subscribe freebsd-questions subscribe freebsd-announce END To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 16:23:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12554 for freebsd-isp-outgoing; Fri, 14 Aug 1998 16:23:48 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from helium.hilink.com.au (helium.hilink.com.au [203.8.14.114]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12547 for ; Fri, 14 Aug 1998 16:23:45 -0700 (PDT) (envelope-from danny@hilink.com.au) Received: from localhost (danny@localhost) by helium.hilink.com.au (8.8.8/8.8.8) with SMTP id JAA03875; Sat, 15 Aug 1998 09:22:33 +1000 (EST) (envelope-from danny@hilink.com.au) X-Authentication-Warning: helium.hilink.com.au: danny owned process doing -bs Date: Sat, 15 Aug 1998 09:22:33 +1000 (EST) From: "Daniel O'Callaghan" To: Paulo Fragoso cc: freebsd-isp@FreeBSD.ORG Subject: Re: PPP statistics 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 Fri, 14 Aug 1998, Paulo Fragoso wrote: > > Look in /var/run. You'll find files like ttyd0.if, which contain the name > > of the interface using that tty. > > I'm gerating my graphics remotelly from other machine via SNMP which is > using one specific ppp interface. If I were using ttydX.if to get ppp > interface I would need to run rsh comands and to modify my mrtg.cf all the > time. I'm right? > > I this case better solution is to associete ppp interface to specific > serial port. Well, it depends on what it is that you are measuring. In my situation, a customer connects on a serial line and is assigned a ppp interface, which could vary if other customers use slX or tunX interfaces. What I want is bytes sent to customer, I'm not really interested in the interface number. So I do the following: * scan utmp and get customer name and tty * use tty to find interface * read interface stats and assign to customer I don't really follow how you have tied a machine to a specific ppp interface without tying it to a serial line. But if you have, a simple 'fgrep -l ppp0 /var/run/tty*.if' will find the tty for you. Does the machine actually log in? Is there an entry in utmp (can you see it in the output of 'w'). You could also scan utmp for the username. Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Aug 14 20:01:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07435 for freebsd-isp-outgoing; Fri, 14 Aug 1998 20:01:45 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07430 for ; Fri, 14 Aug 1998 20:01:43 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id WAA09336; Fri, 14 Aug 1998 22:01:12 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <006301bdc7f8$d5d89640$c3e0d9cf@westbend.net> From: "Scot W. Hetzel" To: Cc: Subject: Re: Is this a known Apache problem? Date: Fri, 14 Aug 1998 22:00:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0518.4 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0518.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: >Hi, > >Could someone tell me why the following two lines in a definition of a >virtual host would not work as I would expect them to work: > >Alias / /home/htmldir Why are you using an alias for the virtual webroot, all you need to use is: : DocumentRoot /home/htmldir : Don't know why it does it, but you really shouldn't be using a Alias for the virtual webroot. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Aug 15 08:55:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08602 for freebsd-isp-outgoing; Sat, 15 Aug 1998 08:55:36 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from cam.grad.kiev.ua (grad-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08594 for ; Sat, 15 Aug 1998 08:55:28 -0700 (PDT) (envelope-from Ruslan@Shevchenko.Kiev.UA) Received: from Shevchenko.Kiev.UA (localhost [127.0.0.1]) by cam.grad.kiev.ua (8.8.8/8.8.5) with ESMTP id SAA24538; Sat, 15 Aug 1998 18:52:18 +0300 (EEST) Message-ID: <35D5AEB0.5A9D4247@Shevchenko.Kiev.UA> Date: Sat, 15 Aug 1998 18:52:16 +0300 From: Ruslan Shevchenko Reply-To: rssh@grad.kiev.ua X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: "Andrew A.Karjagin" CC: "isp@FreeBSD.ORG" Subject: Re: User management References: <35D3F9A4.D5B9C5E3@tdis.gctc.rssi.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I give link for my admin pages (http://cam.grad.kiev.ua/~rssh/admin/admin.html) in reply to this post. Unfortunelly, some files on my www server was damaged. I discovered this only today. So, now all restored, sorry for pointing to broken files. Thanks. P.S. please, inform me about any problems with admin pages. Andrew A.Karjagin wrote: > > Hi! > Is there anywhere the User management utility for X or preferably not > for-X of FreeBSD, that can add and DELETE the users? /stand/sysinstall > only add the users and groups. Thank you very much for answer. > ---------------------------------------------------- > Best regards Andrew A.Karjagin > Gagarin Cosmonaut Training Center, Star Town, Russia > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- @= //RSSH mailto:Ruslan@Shevchenko.Kiev.UA CORBA in Ukraine & ex-USSR: http://www.corbadev.kiev.ua To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message