From owner-freebsd-isp Sun May 14 9: 1:12 2000 Delivered-To: freebsd-isp@freebsd.org Received: from thud.tbe.net (thud.tbe.net [209.123.109.174]) by hub.freebsd.org (Postfix) with ESMTP id 4780337B9AE for ; Sun, 14 May 2000 09:01:02 -0700 (PDT) (envelope-from gary@tbe.net) Received: by thud.tbe.net (Postfix, from userid 1001) id BC9F11C948E; Sun, 14 May 2000 11:56:57 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by thud.tbe.net (Postfix) with ESMTP id A8C10DCF4D; Sun, 14 May 2000 11:56:57 -0400 (EDT) Date: Sun, 14 May 2000 11:56:57 -0400 (EDT) From: "Gary D. Margiotta" To: Jan Knepper Cc: Matt Heckaman , FreeBSD-ISP Subject: Re: freebsd hosting. In-Reply-To: <391DE40E.42B96213@smartsoft.cc> 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 Wherever your conf files are for Postfix, you have to do the following: (I have my conf files in /etc/postfix, adjust yours to reflect your setup) In main.cf: virtual_maps = hash:/etc/postfix/virtual Then, create a file called virtual in the same conf directory, and start your domain listings as follows: one.com #This is a comment webmaster@one.com one@foo.com joe@one.com joe@foo.com two.com #just another comment webmaster@two.com two@foo.com joe@two.com joe@bar.com Then, you would just add aliases according to the domains. Once you've got all the aliases in correctly, do a 'postfix reload' and that will make the correct databases and tell postfix that there are virtual domains it need to answer for. If you've got the man pages installed correctly, man virtual. If you need more assistance, e-mail be back directly, so to keep non-FreeBSD stuff off these lists. You can also subscribe to the postfix lists, which the info for that can be obtained at http://www.postfix.org Good luck! -Gary On Sat, 13 May 2000, Jan Knepper wrote: > "Gary D. Margiotta" wrote: > > > Postfix is a little more like sendmail, and is I think a bit better at > > delegating for virtual hosting and aliasing (over Q-Mail at least)... I have > > two machines running FreeBSD with Postfix, doing e-mail for over 250 domains - > > nary a problem. > > Cool! > Thanks for the pointer... > > Right now I have a FreeBSD box running with: > 192.169.0.40 : one.com > 192.169.0.41 : two.com > 192.169.0.42 : three.com > 192.169.0.43 : four.com > > Apache is configured and runs great! > > Now I have installed Postfix, but it isn't quite clear to me how I would be able > to make sure that > webmaster@one.com ends up in a different mailbox than webmaster@two.com. > And next... How I would be able to pop it? > > Any hints/directions before I spend hours trying... > > TIA > > Oh by the way... It seems like I am going to run with a Burstable T1... thus... > not Frame Relay... It's a little more, but it delivers a lot more! > Thanks for all the help! > > Don't worry, be Kneppie! > Jan > > -- > =============================================================== > Jan Knepper > Smartsoft, LLC > 88 Petersburg Road > Petersburg, NJ 08270 > U.S.A. > > Phone: 609-628-4260 > FAX : 609-628-1267 > > http://www.smartsoft.cc/ > --------------------------------------------------------------- > http://www.pianoprincess.com/ > http://www.mp3.com/pianoprincess > http://www.riffage.com/Bands/0,2939,2859,00.html > http://pianoprincess.iuma.com/ > http://www.changemusic.com/piano_princess > =============================================================== > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun May 14 15:31:12 2000 Delivered-To: freebsd-isp@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id D670D37BA56 for ; Sun, 14 May 2000 15:31:00 -0700 (PDT) (envelope-from jpr@vcnet.com) Received: (qmail 88187 invoked from network); 14 May 2000 22:31:00 -0000 Received: from joff.vc.net (HELO ?209.239.239.22?) (209.239.239.22) by mail.vcnet.com with SMTP; 14 May 2000 22:31:00 -0000 Mime-Version: 1.0 Message-Id: In-Reply-To: References: Date: Sun, 14 May 2000 15:30:56 -0700 To: Visigoth , "N.B. DelMore" From: Jon Rust Subject: Re: Needed: 95th Percentile Script Cc: freebsd-isp@freebsd.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Since MRTG loses detail as the month goes along, and since it doesn't appear that your program is run on a daily basis, I don't think this will be accurate. Not to worry though, should be easy to change to make it so you have to run it daily, and keep track of the top ~ 430 samples every day throughout the month. jon At 9:59 AM -0500 5/12/00, Visigoth wrote: > Greetings, did you find what you needed? If not, I humbly present >mrtglog1.1 a small c program I wrote for parsing mrtg logs and calculating >the 95th percentile of usage for the last month. You should be able to >just un tar/gz it and type make. the usage is ./mrtglog and it >prints out a line with the in and out and total 95th percentile. It is >meant to be used by something that will e-mail out the results, but I >don't have that anymore ;) if you just want to use it to calculate the >results it should work fine tho... If not, please tell me and I would be >happy to fix it... Planning on doing a little more work on it and then >submitting it as a (small but useful) port ;) > >Flames/Praise accepted gladly > >Visigoth > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun May 14 19:13:15 2000 Delivered-To: freebsd-isp@freebsd.org Received: from velvet.sensation.net.au (serial1-2-velvet-brunswick.sensation.net.au [203.20.114.195]) by hub.freebsd.org (Postfix) with ESMTP id 2BEB437B950 for ; Sun, 14 May 2000 19:13:01 -0700 (PDT) (envelope-from rowan@sensation.net.au) Received: from localhost (rowan@localhost) by velvet.sensation.net.au (8.9.3/8.9.3) with ESMTP id MAA56154 for ; Mon, 15 May 2000 12:13:00 +1000 (EST) (envelope-from rowan@sensation.net.au) X-Authentication-Warning: velvet.sensation.net.au: rowan owned process doing -bs Date: Mon, 15 May 2000 12:12:58 +1000 (EST) From: Rowan Crowe To: freebsd-isp@freebsd.org Subject: Re: tcpdump - memory leak? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 15 May 2000, Colin Campbell wrote: > Hi, > > Could it be a name resolution cache? The longer it runs the more it grows? (Hope you don't mind me posting back to the list.) Anyway good guess, unfortunately I run it with the -n parameter... IP addresses only, do not resolve names. :-( > > And after I kill and restart it: > > > > Mem: 6068K Active, 1628K Inact, 5064K Wired, 536K Cache, 2544K Buf, 9584K Free > > ... > > 17609 root 4 0 900K 720K bpf 0:00 0.42% 0.27% tcpdump > > > > Approximately 2 hours later, not sure if it's "rising" or just happens to > > be using a bit more memory at this instant: > > > > 17609 root 4 0 984K 900K bpf 0:22 0.00% 0.00% tcpdump Here's what it shows now: Mem: 7548K Active, 1632K Inact, 5080K Wired, 536K Cache, 2477K Buf, 8084K Free ... 17609 root 28 0 1344K 1260K RUN 7:32 0.04% 0.04% tcpdump Definitely growing. Cheers. -- Rowan Crowe http://www.rowan.sensation.net.au/ Sensation Internet Services http://info.sensation.net.au/ Melbourne, Australia Phone: +61-3-9388-9260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 15 14:12:20 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id D79E737B81C for ; Mon, 15 May 2000 14:12:15 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.10.1/8.10.1) with ESMTP id e4FLCEw06441 for ; Mon, 15 May 2000 16:12:14 -0500 (CDT) Date: Mon, 15 May 2000 16:12:14 -0500 (CDT) From: Steve Price To: freebsd-isp@freebsd.org Subject: apache SSL 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'm trying to rewrite URLs for a secure area of my website. In essence if a user tries to access the following URL http://www.mymachine.dom/secure/index.html then it will be rewritten as this. https://www.mymachine.dom/secure/index.html Here's what I have in apache.conf. RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*) https://%{HTTP_HOST}/secure/$1 [R] This appears to work. However I'd like to get a second opinion on whether this is a good idea. Is there a better way? Thanks. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 15 14:44:49 2000 Delivered-To: freebsd-isp@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id EC75237B59C for ; Mon, 15 May 2000 14:44:45 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.76.105]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id OAA74190; Mon, 15 May 2000 14:44:41 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id A93F6194D; Mon, 15 May 2000 17:44:17 -0400 (EDT) Date: Mon, 15 May 2000 17:44:17 -0400 From: Will Andrews To: Steve Price Cc: freebsd-isp@FreeBSD.ORG Subject: Re: apache SSL question Message-ID: <20000515174417.B96150@argon.blackdawn.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from sprice@hiwaay.net on Mon, May 15, 2000 at 04:12:14PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 15, 2000 at 04:12:14PM -0500, Steve Price wrote: > I'm trying to rewrite URLs for a secure area of my website. > In essence if a user tries to access the following URL > > http://www.mymachine.dom/secure/index.html > > then it will be rewritten as this. > > https://www.mymachine.dom/secure/index.html > > Here's what I have in apache.conf. > > > > RewriteEngine On > RewriteCond %{HTTPS} !=on > RewriteRule ^(.*) https://%{HTTP_HOST}/secure/$1 [R] > > > > This appears to work. However I'd like to get a second opinion > on whether this is a good idea. Is there a better way? This should work, but you need to make sure that you don't allow this sort of thing for ALL of the data under /usr/local/share/apache/htdocs/secure, but only the data that can be transferred unencrypted (which is what will happen since you send a http:// request first, then it redirects you to https://). Hopefully that can be restricted to ``index.html'' and other files. Later, -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 15 18:58:13 2000 Delivered-To: freebsd-isp@freebsd.org Received: from misery.sdf.com (misery.sdf.com [204.244.213.49]) by hub.freebsd.org (Postfix) with ESMTP id E603737B534 for ; Mon, 15 May 2000 18:58:09 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 12rWLX-0004oc-00; Mon, 15 May 2000 18:40:31 -0700 Date: Mon, 15 May 2000 18:40:30 -0700 (PDT) From: Tom To: Steve Price Cc: freebsd-isp@freebsd.org Subject: Re: apache SSL 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 Mon, 15 May 2000, Steve Price wrote: > I'm trying to rewrite URLs for a secure area of my website. > In essence if a user tries to access the following URL > > http://www.mymachine.dom/secure/index.html > > then it will be rewritten as this. > > https://www.mymachine.dom/secure/index.html > > Here's what I have in apache.conf. > > > > RewriteEngine On > RewriteCond %{HTTPS} !=on > RewriteRule ^(.*) https://%{HTTP_HOST}/secure/$1 [R] > > Why don't you just use a Redirect directive in the non-secure section of the config file? It is just one line. Redirect /secure/ https://mymachine.dom/secure/ is all you need. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon May 15 20:35:16 2000 Delivered-To: freebsd-isp@freebsd.org Received: from pcslink.com (pcslink.com [206.43.160.1]) by hub.freebsd.org (Postfix) with ESMTP id 5855A37B732 for ; Mon, 15 May 2000 20:35:12 -0700 (PDT) (envelope-from paul@pcslink.com) Received: from pdkhome (cust147.dsl.pcslink.com [206.250.59.147]) by pcslink.com (8.9.3/8.9.2) with SMTP id UAA95321 for ; Mon, 15 May 2000 20:35:10 -0700 (MST) (envelope-from paul@pcslink.com) From: "Paul D Kruse" To: Subject: MRTG, MIBs, snmpget... Date: Tue, 16 May 2000 20:35:10 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Still have not resolved the issue where MRTG no longer monitors the PVCs/VCIs on my Cisco 3810 w/ IOS 12.0. Do you think it has anything to do with the snmp version on my Free BSD box? Do I have to install updated MIBs or something on the Free BSD box for snmp to recognize the new ATM functionality in IOS 12.0? I can do a "snmpget host community oid" and see the ATM interface / subinterface descriptions, but I can not get to any valid traffic counters. TIA, PDK Paul D Kruse paul@pcslink.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue May 16 8:23: 0 2000 Delivered-To: freebsd-isp@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id 27E4F37B9FA for ; Tue, 16 May 2000 08:22:54 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.162.41]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id KAA26909; Tue, 16 May 2000 10:23:28 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <01b401bfbf4a$83685080$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Paul D Kruse" , References: Subject: Re: MRTG, MIBs, snmpget... Date: Tue, 16 May 2000 10:22:14 -0500 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, > Still have not resolved the issue where MRTG no longer monitors the > PVCs/VCIs on my Cisco 3810 w/ IOS 12.0. Do you think it has anything to do > with the snmp version on my Free BSD box? Do I have to install updated MIBs > or something on the Free BSD box for snmp to recognize the new ATM > functionality in IOS 12.0? I can do a "snmpget host community oid" and see > the ATM interface / subinterface descriptions, but I can not get to any > valid traffic counters. You have to analize the MIB in the cisco router, to see which variables are available to be monitored, your FreeBSD snmp version installed doesnt have anything to do with mrtg & monitoring a cisco router by snmp, also in recent versions of mrtg, you can use the following directive: LoadMIBs: /usr/local/share/snmp/mibs/cisco3810.mib in order to use variable names in the "mrtg.cfg" file, this cisco3810.mib file its the file with the cisco router variables available for this particular version, I think you can find it in the cisco web page. Have Fun... Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed May 17 13:51: 2 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ritchie.loop.com (ritchie.loop.com [207.211.60.70]) by hub.freebsd.org (Postfix) with ESMTP id 29D3B37BCE3 for ; Wed, 17 May 2000 13:50:59 -0700 (PDT) (envelope-from dwplists@loop.com) Received: from Elektra.loop.com (elektra.loop.com [207.211.60.33]) by ritchie.loop.com (8.9.3/8.9.3) with SMTP id NAA88378 for ; Wed, 17 May 2000 13:50:57 -0700 (PDT) Message-ID: <038a01bfc041$83636640$213cd3cf@loop.com> From: "D. W. Piper" To: References: <200001181742.JAA48615@gndrsh.dnsmgr.net> Subject: Interface alias accounting? Date: Wed, 17 May 2000 13:50:13 -0700 Organization: The Loop Internet 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 folks, I'm trying to find out how to get IP accounting information for web hosting where multiple IPs are aliased to the same interface. I seem to recall seeing something about it a few weeks ago, but I've searched the archives, and can't seem to find the information I'm looking for. If I recall correctly, it involved compiling in some kernel option or other. Can anybody help out? Thanks, David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed May 17 14: 5:56 2000 Delivered-To: freebsd-isp@freebsd.org Received: from va.com.au (va.com.au [203.15.106.1]) by hub.freebsd.org (Postfix) with ESMTP id AFB4B37B651 for ; Wed, 17 May 2000 14:05:53 -0700 (PDT) (envelope-from jesse@va.com.au) Received: from [1.1.1.6] (203.108.20.169) by va.com.au with ESMTP (Eudora Internet Mail Server 2.2); Thu, 18 May 2000 06:35:48 +0930 Mime-Version: 1.0 X-Sender: jesse@mail.va.com.au Message-Id: In-Reply-To: <038a01bfc041$83636640$213cd3cf@loop.com> References: <200001181742.JAA48615@gndrsh.dnsmgr.net> <038a01bfc041$83636640$213cd3cf@loop.com> Date: Thu, 18 May 2000 07:03:10 +1000 To: "D. W. Piper" , From: jesse reynolds Subject: Re: Interface alias accounting? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 1:50 PM -0700 17/5/00, D. W. Piper wrote: >Hi folks, > >I'm trying to find out how to get IP accounting information for web >hosting where multiple IPs are aliased to the same interface. I seem to >recall seeing something about it a few weeks ago, but I've searched the >archives, and can't seem to find the information I'm looking for. If I >recall correctly, it involved compiling in some kernel option or other. >Can anybody help out? Use something like NeTraMet, which is the main implementation of RTFM (real time flow metering). It can run on a unix based gateway, or can run on a LAN and listen in. -jesse -- -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au Email: jesse (at) va.com.au > Internet Hosting Phone: +61 8 8223 2288 > Streaming Media Services ?: http://jesse.va.com.au > Telehousing / Colocation ICQ: 4766684 > Internet Application Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed May 17 14:39:28 2000 Delivered-To: freebsd-isp@freebsd.org Received: from manor.msen.com (manor.msen.com [148.59.4.66]) by hub.freebsd.org (Postfix) with ESMTP id D3C8537BCD8 for ; Wed, 17 May 2000 14:39:16 -0700 (PDT) (envelope-from wayne@staff.msen.com) Received: (from wayne@localhost) by manor.msen.com (8.9.3/8.9.3) id RAA79481 for isp@FreeBSD.ORG; Wed, 17 May 2000 17:39:15 -0400 (EDT) (envelope-from wayne) Date: Wed, 17 May 2000 17:39:15 -0400 From: "Michael R. Wayne" To: isp@FreeBSD.ORG Subject: Re: Interface alias accounting? Message-ID: <20000517173915.F77680@staff.msen.com> References: <200001181742.JAA48615@gndrsh.dnsmgr.net> <038a01bfc041$83636640$213cd3cf@loop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <038a01bfc041$83636640$213cd3cf@loop.com>; from dwplists@loop.com on Wed, May 17, 2000 at 01:50:13PM -0700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 17, 2000 at 01:50:13PM -0700, D. W. Piper wrote: > Hi folks, > > I'm trying to find out how to get IP accounting information for web > hosting where multiple IPs are aliased to the same interface. I seem to > recall seeing something about it a few weeks ago, but I've searched the > archives, and can't seem to find the information I'm looking for. If I > recall correctly, it involved compiling in some kernel option or other. > Can anybody help out? BSD/OS does this per interface right on the box, FreeBSD seems not to. We've been trying for several months to get a straight answer regarding FreeBSD, nobody seems to know whether it's a bug, oversight or what. Reference information: BSD/OS % netstat -ins | egrep '^(Name|lo0)' | head -10 Name Index Address Ipkts Ierrs Opkts Oerrs Coll Drop lo0 2 825692 0 825692 0 0 0 lo0 2 127.0.0.1 513811 486253 lo0 2 148.59.14.8 934 1045 lo0 2 148.59.14.33 943857 1217321 lo0 2 148.59.14.20 655903 715413 lo0 2 148.59.14.21 655256 828339 lo0 2 148.59.14.22 30697 32327 lo0 2 148.59.14.23 34691 43438 lo0 2 148.59.14.24 108729 127598 Freebsd % netstat -ins | egrep '^(Name|lo0)' | head -10 Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lo0 16384 287 0 287 0 0 lo0 16384 127 127.0.0.1 287 0 287 0 0 lo0 16384 139.171.3/32 139.171.3.0 287 0 287 0 0 lo0 16384 139.171.3.1/3 139.171.3.1 287 0 287 0 0 lo0 16384 139.171.3.2/3 139.171.3.2 287 0 287 0 0 lo0 16384 139.171.3.3/3 139.171.3.3 287 0 287 0 0 lo0 16384 139.171.3.4/3 139.171.3.4 287 0 287 0 0 lo0 16384 139.171.3.5/3 139.171.3.5 287 0 287 0 0 lo0 16384 139.171.3.6/3 139.171.3.6 287 0 287 0 0 /\/\ \/\/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed May 17 16: 0:21 2000 Delivered-To: freebsd-isp@freebsd.org Received: from rs2s3.datacenter.cha.cantv.net (rs2s3.datacenter.cha.cantv.net [200.44.32.52]) by hub.freebsd.org (Postfix) with ESMTP id 13CAC37BCEA for ; Wed, 17 May 2000 16:00:07 -0700 (PDT) (envelope-from enriqueluis@cantv.net) Received: from f739bpl41356 (as4r8-151.ras.cha.cantv.net [200.44.68.150]) by rs2s3.datacenter.cha.cantv.net (8.9.1a/8.9.1/1.0) with SMTP id TAA20828 for ; Wed, 17 May 2000 19:00:00 -0400 (VET) Message-ID: <000801bfc052$430add60$96442cc8@f739bpl41356> From: "ENRIQUE RODRIGUEZ" To: Subject: Help in getting an ISP Date: Wed, 17 May 2000 18:50:05 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC030.B749E620" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFC030.B749E620 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Sir, I am moving to Bradenton, Florida in a couple of weeks. I am very much = interested in signnin up with an ISP (inexpensive) in Bradenton Florida = (Local, of course). Can you help me? Enrique L. Rodriguez enriqueluis@cantv.net ------=_NextPart_000_0005_01BFC030.B749E620 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear Sir,
 
I am moving to Bradenton, Florida in a = couple of=20 weeks.  I am very much interested in signnin up with an ISP = (inexpensive)=20 in Bradenton Florida (Local, of course).  Can you help = me?
 
Enrique L. Rodriguez
enriqueluis@cantv.net
 
------=_NextPart_000_0005_01BFC030.B749E620-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed May 17 22: 9:45 2000 Delivered-To: freebsd-isp@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id E949637BC85 for ; Wed, 17 May 2000 22:09:34 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id BAA30667; Thu, 18 May 2000 01:09:32 -0400 (EDT) Date: Thu, 18 May 2000 01:09:32 -0400 (EDT) From: "Matthew N. Dodd" To: "Michael R. Wayne" Cc: isp@FreeBSD.ORG Subject: Re: Interface alias accounting? In-Reply-To: <20000517173915.F77680@staff.msen.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, 17 May 2000, Michael R. Wayne wrote: > BSD/OS does this per interface right on the box, FreeBSD seems not to. > We've been trying for several months to get a straight answer > regarding FreeBSD, nobody seems to know whether it's a bug, oversight > or what. Looking at src/sys/net/if_var.h should make it clear that this is a feature since 'struct if_data' is hung off of 'struct ifnet' and not off of 'struct ifaddrhead' (ifaddr). Moving 'struct if_data' from 'struct ifnet' to 'struct ifaddr' is left as an exercise for the reader. Keep in mind that it would probably be good to leave a 'struct if_data' in 'struct ifnet' for compatibility. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 19 1:37:16 2000 Delivered-To: freebsd-isp@freebsd.org Received: from lilzcvp.liwest.at (lilzcvp.liwest.at [212.33.32.230]) by hub.freebsd.org (Postfix) with SMTP id 9128637B674 for ; Fri, 19 May 2000 01:37:11 -0700 (PDT) (envelope-from r.haider@liwest.at) Received: from [212.33.32.221] by lilzcvp.relay.liwest.at (NTMail 4.30.0012/AB8573.63.b914fe78) with ESMTP id tsblbaaa for ; Fri, 19 May 2000 10:37:04 +0100 Received: by OFFICE1_LIWEST with Internet Mail Service (5.5.2232.9) id ; Fri, 19 May 2000 10:29:27 +0200 Message-ID: <1F879C64A1A7D211B0F10004AC4C07FC119D2F@OFFICE1_LIWEST> From: Haider Roland To: "'freebsd-isp@freebsd.org'" Subject: Routing: diverting only some nets to natd Date: Fri, 19 May 2000 10:29:25 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I'm a bit confused by ipfw-natd. I set up a 3.4-RELEASE server to do routing and proxying. On the inside interface(fxp1) i have 2 nets(A and B) and an outside interface fxp0. Net A should be routed straight through from fxp1 to fxp0. Net B should be proxied on fxp0. If i divert ip from any to any via fxp0 all works perfekt, except that routing of net A doesn't work because it's also nated. If i divert ip from B to any via fxp0 routing of A works, but nothing gets out from B. What am i missing ? Thanks for any help ! Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 19 9: 3:53 2000 Delivered-To: freebsd-isp@freebsd.org Received: from ritchie.loop.com (ritchie.loop.com [207.211.60.70]) by hub.freebsd.org (Postfix) with ESMTP id EBA9F37BF02 for ; Fri, 19 May 2000 09:03:50 -0700 (PDT) (envelope-from dwplists@loop.com) Received: from Elektra.loop.com (elektra.loop.com [207.211.60.33]) by ritchie.loop.com (8.9.3/8.9.3) with SMTP id JAA62998 for ; Fri, 19 May 2000 09:03:49 -0700 (PDT) Message-ID: <00bb01bfc1ab$b141a160$213cd3cf@loop.com> From: "D. W. Piper" To: References: Subject: Re: Interface alias accounting? Date: Fri, 19 May 2000 09:02:50 -0700 Organization: The Loop Internet 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 Thank you to everyone who replied. :) I'm afraid I'm still a bit confused though. I thought I'd recently seen mention here of a relatively simple method that would allow netstat to show the specific packet counts for each IP address assigned to the interface, as opposed to showing the interface total for them all. Maybe it was wishful thinking though. :) - David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri May 19 9:15:35 2000 Delivered-To: freebsd-isp@freebsd.org Received: from hindenburg.eboai.org (hindenburg.eboai.org [205.181.254.190]) by hub.freebsd.org (Postfix) with ESMTP id B74E837B7BB for ; Fri, 19 May 2000 09:15:32 -0700 (PDT) (envelope-from chip@chocobo.cx) Received: by hindenburg.eboai.org (Postfix, from userid 1000) id 39FAA3D56; Fri, 19 May 2000 12:15:31 -0400 (EDT) Date: Fri, 19 May 2000 12:15:31 -0400 From: Chip Marshall To: "D. W. Piper" Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Interface alias accounting? Message-ID: <20000519121531.A73613@setzer.chocobo.cx> Reply-To: chip@chocobo.cx References: <00bb01bfc1ab$b141a160$213cd3cf@loop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.4i In-Reply-To: <00bb01bfc1ab$b141a160$213cd3cf@loop.com>; from dwplists@loop.com on Fri, May 19, 2000 at 09:02:50AM -0700 X-URL: http://www.chocobo.cx/chip/ X-OS: FreeBSD 3.4-RELEASE i386 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On May 19, 2000, D. W. Piper sent me the following: > Thank you to everyone who replied. :) > > I'm afraid I'm still a bit confused though. I thought I'd recently seen > mention here of a relatively simple method that would allow netstat to > show the specific packet counts for each IP address assigned to the > interface, as opposed to showing the interface total for them all. > > Maybe it was wishful thinking though. :) I'm not sure if someone else already mentioned this, but you could setup ipfw rules for each of the IP addresses you wanted to watch, something along the lines of: 00100 count ip from any to 205.181.254.163 via de0 00200 count ip from 205.181.254.163 to any via de0 so that when you do an ipfw show, it will show the following: 00100 4 350 count ip from any to 205.181.254.163 via de0 00200 5 414 count ip from 205.181.254.163 to any via de0 Where the second column is the number of packets, and the third is the number of bytes. The first rule shows incoming, and the second should outgoing. -- Chip Marshall http://www.chocobo.cx/chip/ Finger for PGP GCM/CS d+(-) s+:++ a18>? C++ UB++++$ P+++$ L- E--- W++ N+@ o K- w O M+ V-- PS PE Y? PGP++ t+@ 5 X R>+ tv+() b++>+++ DI++++ D(-) G++ e>++ h!>++ r-- y- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat May 20 10:59:30 2000 Delivered-To: freebsd-isp@freebsd.org Received: from brent.tccsweb.com (dun-van-206-87-57-167.infohiway.ca [206.87.57.167]) by hub.freebsd.org (Postfix) with ESMTP id CDD5A37B5E7 for ; Sat, 20 May 2000 10:59:19 -0700 (PDT) (envelope-from brent@sohost.net) Received: from sohost.net (localhost [127.0.0.1]) by brent.tccsweb.com (8.9.3/8.9.3) with ESMTP id XAA01916 for ; Fri, 19 May 2000 23:56:52 -0700 (PDT) (envelope-from brent@sohost.net) Message-ID: <39263733.71B78A06@sohost.net> Date: Fri, 19 May 2000 23:56:51 -0700 From: Brent Rector 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: Anyone have any idea what happened to www.freshmeat.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Good Day Everyone! I have become dependant on freshmeat.com for various scripts and other utilites. Does anyone know what has happened to their site? Is it just down temporarily? Thanks Brent -- Brent L. Rector brent@talou.net SysAdmin Talou Internet Services Corp. http://www.talou.net ---------------------------------------------------------------------------- -- As a computing professional, I believe it would be unethical for me to advise, recommend, or support the use (save possibly for personal amusement) of any product that is or depends on any Microsoft product. -- OWNED? MS: Who's Been In Your Computer Today? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat May 20 11:43:37 2000 Delivered-To: freebsd-isp@freebsd.org Received: from bsdie.rwsystems.net (bsdie.rwsystems.net [209.197.223.2]) by hub.freebsd.org (Postfix) with ESMTP id 2D99E37B573 for ; Sat, 20 May 2000 11:43:35 -0700 (PDT) (envelope-from jwyatt@rwsystems.net) Received: from bsdie.rwsystems.net([209.197.223.2]) (993 bytes) by bsdie.rwsystems.net via sendmail with P:esmtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Sat, 20 May 2000 13:41:58 -0500 (CDT) (Smail-3.2.0.106 1999-Mar-31 #1 built 1999-Aug-7) Date: Sat, 20 May 2000 13:41:53 -0500 (CDT) From: James Wyatt To: Brent Rector Cc: freebsd-isp@freebsd.org Subject: Re: Anyone have any idea what happened to www.freshmeat.com In-Reply-To: <39263733.71B78A06@sohost.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 Maybe you were looking for http://www.freshmeat.net? I'd *hate* to have freshmeat.com with all the misdirected folks. Bad enough to have lol.com on site... - Jy@ On Fri, 19 May 2000, Brent Rector wrote: > Good Day Everyone! > > I have become dependant on freshmeat.com for various scripts and other > utilites. > > Does anyone know what has happened to their site? > > Is it just down temporarily? [ ... ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message