From owner-freebsd-isp Sun Sep 1 7: 9:55 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 872C937B400 for ; Sun, 1 Sep 2002 07:09:51 -0700 (PDT) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA57043E3B for ; Sun, 1 Sep 2002 07:09:50 -0700 (PDT) (envelope-from mike@sentex.net) Received: from house (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.12.5/8.12.5) with SMTP id g81E9nKh023254; Sun, 1 Sep 2002 10:09:49 -0400 (EDT) (envelope-from mike@sentex.net) From: Mike Tancsa To: "Drew Tomlinson" Cc: freebsd-isp@freebsd.org Subject: Re: Fw: FrontPage 2002 Extensions Help Date: Sun, 01 Sep 2002 10:09:49 -0400 Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 31 Aug 2002 07:33:50 -0700, in sentex.lists.freebsd.isp you = wrote: >I originally sent the following to questions but have not received any >suggestions as of yet. I'm hoping maybe someone here has had similar >difficulties and knows what I need to do to get things working. Make sure you have ### In Order for FrontPage to work in User and Virtual ### ### Web Directories, they need to be set up as shown: ### AllowOverride AuthConfig Limit Indexes Options Options All =46rontpageAdminEnable #optional And in Apache's make file, make sure you build it with suEXEC enabled --enable-suexec=20 Other then that, you should just be able to install mod_frontpage from = the ports and all should work. e.g. to enable the domain example.com with the unix userid eunixuser with the unix group fpgroup and the FrontPage user fpuserid with the passwd donttell /usr/local/frontpage/currentversion/bin/owsadm.exe -o install -t = apache-fp -s /usr/local/etc/apache/httpd.conf -p 80 -m www.example.com -u fpuserid -pw donttell -xu eunixuser -xg fpgroup ---Mike > >Thanks, > >Drew > >----- Original Message ----- >From: "Drew Tomlinson" >Sent: Friday, August 30, 2002 6:37 PM > > >> I have the following configuration running on 4.5: >> >> apache+mod_ssl-1.3.26+2.8.10 >> frontpage-5.0.2.2623_1 >> mod_frontpage-1.6.2 >> >> I've fiddled with this for most of the day but can't seem to get it >> working. I've wiped everything out and started from scratch but >> continue to get the following error in httpd-error.log: >> >> [Fri Aug 30 18:01:08 2002] [error] [client 192.168.1.3] server >> configuration did not require authentication: >> /usr/local/www/data/_vti_bin/_vti_aut/author.exe >> [2002-08-30 18:01:08]: uid: (nobody/nobody) gid: (nogroup/nogroup) >cmd: >> /_vti_bin/shtml.exe >> >> Does anyone have any ideas on how to fix this or where to request >> additional help? I've been all over microsoft.com and rtr.com but >> haven't found any help for my situation. >> >> Thanks, >> >> Drew >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> >> > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message Mike Tancsa (mdtancsa@sentex.net) =09 Sentex Communications Corp, =09 Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers=20 could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Sep 1 8:44:25 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3026737B400 for ; Sun, 1 Sep 2002 08:44:22 -0700 (PDT) Received: from mail.yazzy.org (mail.wrs.no [80.232.16.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7347643E42 for ; Sun, 1 Sep 2002 08:44:16 -0700 (PDT) (envelope-from yazzy@yazzy.org) Received: from yazzy.org (saruman.wrs [192.168.64.6]) by mail.yazzy.org (Postfix) with SMTP id 674DB62F7489; Sun, 1 Sep 2002 17:12:31 +0200 (CEST) Received: from mail.wrs.no ([80.232.16.66]) (SquirrelMail authenticated user yazzy.yazzy.org) by www.yazzy.org with HTTP; Sun, 1 Sep 2002 17:15:01 +0200 (CEST) Message-ID: <1125.80.232.16.66.1030893301.squirrel@www.yazzy.org> Date: Sun, 1 Sep 2002 17:15:01 +0200 (CEST) Subject: Re: IPFW Help From: "Marcin Jessa" To: Importance: Normal X-MSMail-Priority: Normal X-Priority: 3 In-Reply-To: <3D6DECEA.1060608@pyramus.com> References: <3D6DECEA.1060608@pyramus.com> Cc: Reply-To: yazzy@yazzy.org X-Mailer: h4x0r mail yazzy.org (version 1337) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. I just use following rules in my ipfw script # Divert all packets through natd $fwcmd $flags add divert natd all from any to any via $oif $fwcmd $flags add divert natd all from any to any via $iif Where oif is my outside,internet interface and iif is the inside interface connected to my LAN.I could add a zone file for this domain but i already host it with the "real IP's" and then this is the only sollution i can think of.Good luck. YazzY Blake Swensen said: > I cannot get local traffic to contact sites. > > Consider that www.1235.com is a virtual domain and is natd-ed to a > server inside the firewall. There is no occurance of 12345.com on our > internal dns for private ip resolution, so when local machines try to > access the natd-ed address, their connection is refused. > > any help? > > Peace, > Blake > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Marcin M. Jessa Software developer/System Administrator Wireless Reading Systems ASA Skreddervn 9 N-1537 Moss Norway http://www.wrs.no Phone: +47 69 27 96 88 Cellular: +47 988 505 44 ----------- My opinions may have changed, but not the fact that I am right. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Sep 1 14:24:58 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 162A837B400 for ; Sun, 1 Sep 2002 14:24:56 -0700 (PDT) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A40743E3B for ; Sun, 1 Sep 2002 14:24:55 -0700 (PDT) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id D2515EF69E for ; Sun, 1 Sep 2002 23:13:35 +0200 (CEST) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 812725D009 for ; Sun, 1 Sep 2002 23:29:55 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 139895D008 for ; Sun, 1 Sep 2002 23:29:55 +0200 (CEST) Received: from LenConrad.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A72C393B0174; Sun, 01 Sep 2002 23:31:24 +0200 Message-Id: <5.1.0.14.2.20020901162342.0224feb0@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 01 Sep 2002 16:24:49 -0500 To: freebsd-isp@freebsd.org From: Len Conrad Subject: ECS K7S5A Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This board has a pretty good reputation. Looks good and cheap for appliance roles. But, the mfr's spec says: "LAN: MAC integrated in SiS735 & PHY on board (Optional)" Does anybody know whether that's a full Ethernet interface and does it have a FreeBSD driver? tia, Len ____________________________________________________________________ www.menandmice.com/DNS-training : DNS Training BIND8NT.MEIway.com: Secure config ; DNS and mail interactions IMGate.MEIway.com : Free, proven config for anti-mail-abuse gateways To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Sep 2 2:30:29 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F4037B400; Mon, 2 Sep 2002 02:30:24 -0700 (PDT) Received: from mail.seattleFenix.net (seattleFenix.net [216.39.145.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 829A243E4A; Mon, 2 Sep 2002 02:30:23 -0700 (PDT) (envelope-from roo@mail.seattleFenix.net) Received: (from roo@localhost) by mail.seattleFenix.net (8.11.6/8.11.6) id g829SoS74183; Mon, 2 Sep 2002 02:28:50 -0700 (PDT) (envelope-from roo) Date: Mon, 2 Sep 2002 02:28:50 -0700 From: Benjamin Krueger To: Frank Bonnet Cc: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org Subject: Re: LDAP authentication ? Message-ID: <20020902022849.I64882@mail.seattleFenix.net> References: <20020902110409.A11787@daemon.esiee.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020902110409.A11787@daemon.esiee.fr>; from frankb@daemon.esiee.fr on Mon, Sep 02, 2002 at 11:04:09AM +0200 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Frank Bonnet (frankb@daemon.esiee.fr) [020902 02:05]: > Hi > > Is it possible to use LDAP as an authentication system > with FreeBSD 4.6.2 to replace NIS that I use for now ? > > If yes what do I need to install for ? > > Thanks for any infos > > -- > Frank Freebsd-security@ is not the appropriate forum for this question. You should try freebsd-questions@ or freebsd-isp@ (or both). You might want to start with the following url. Although it is geared toward OpenBSD, it may give you an idea of what you're looking for. http://www.webdaemons.org/~jamesp/openbsd_ldap.shtml Regards, -- Benjamin Krueger "Everyone has wings, some folks just don't know what they're for" - B. Banzai ---------------------------------------------------------------- Send mail w/ subject 'send public key' or query for (0x251A4B18) Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Sep 2 3:39:50 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4CB237B401 for ; Mon, 2 Sep 2002 03:39:46 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4121B43E3B for ; Mon, 2 Sep 2002 03:39:45 -0700 (PDT) (envelope-from haribeau@gmx.de) Received: (qmail 19750 invoked by uid 0); 2 Sep 2002 10:39:43 -0000 Received: from port-213-20-152-215.reverse.qdsl-home.de (HELO asterix.local) (213.20.152.215) by mail.gmx.net (mp007-rz3) with SMTP; 2 Sep 2002 10:39:43 -0000 Received: (qmail 470 invoked by uid 1000); 2 Sep 2002 10:45:58 -0000 Date: Mon, 2 Sep 2002 12:45:58 +0200 From: Clemens Hermann To: isp@freebsd.org, net@freebsd.org Subject: central user management for jails Message-ID: <20020902104558.GA431@asterix.local> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.4i X-Mailer: Mutt 1.4i (FreeBSD 4.6.2-RELEASE i386) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, after a long run I finally did not find a way to manage users on the host system and make them availabe in several jails, all started on the host. I have tried NIS which did not work because of portmap. Several other solutions do not offer a way to manage an /etc/group replacement. NIS is quite what I am looking for, except - it does not work. Did anyone find a way to centrally manage a userbase on a machine running a bunch of jails which offers /etc/passwd and /etc/group replacement? Thanks a lot in advance /ch -- "Contrary to popular belief, Unix is user friendly. It just happens to be selective about who it makes friends with." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Sep 2 7:11:50 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F301337B400 for ; Mon, 2 Sep 2002 07:11:41 -0700 (PDT) Received: from web20106.mail.yahoo.com (web20106.mail.yahoo.com [216.136.226.43]) by mx1.FreeBSD.org (Postfix) with SMTP id 837F843E6E for ; Mon, 2 Sep 2002 07:11:41 -0700 (PDT) (envelope-from freefabri@yahoo.it) Message-ID: <20020902141141.33918.qmail@web20106.mail.yahoo.com> Received: from [217.133.216.178] by web20106.mail.yahoo.com via HTTP; Mon, 02 Sep 2002 16:11:41 CEST Date: Mon, 2 Sep 2002 16:11:41 +0200 (CEST) From: =?iso-8859-1?q?Fabrizio=20Ravazzini?= Subject: Re: ppp -auto -nat Gateway routing problem To: Andrew Karjagin Cc: freebsd-isp@freebsd.org In-Reply-To: <20020827055615.28800.qmail@flock1.newmail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks for help, I've resolved the problem installing dnscache on 127.0.0.1 to resolv external addresses, then dnscachex on alias 192.168.0.70 to resolve external addresses for the inside hosts and tinydns to resolve internal addresses. It's a little mess but now works fine. Bye and thanks to all list --- Andrew Karjagin ha scritto: > Yes, it is DNS problem. But editing /etc/hosts > doesn't resolve it. Qmail have very strong security > options and it require full time DNS-server access. > So when you disconnect from your provider Qmail > start working very slowly, because try to find > DNS-servers. Change it to Exim, for example > (www.exim.org). This program doesn't have so > paranoya options, stable, very simple configured and > worked very well for me. > > ðÎ, 26.08 19:02 you wrote: > > > >Possibly a DNS issue? Try running tcpdump to see > what traffic is triggering > >the > >dialup. > > > >Maybe try banging your own IP addresses into > /etc/hosts to speed things up a > >bit. > > > >Jamie > > > >----- Original Message ----- > >From: "Fabrizio Ravazzini" > >To: > >Sent: Monday, August 26, 2002 3:51 PM > >Subject: ppp -auto -nat Gateway routing problem > > > > > >> Hello all. I've done a Gateway on FreeBSD4.5 for > a > >> small lan, connecting to Internet with a 56K > modem. > >> On this gateway I've installed also qmail,pop3 > and > >> courier imap for send and receive(fetchmail) > mails > >> from internet. > >> This the scheme: ed0 > >> Internet----56Kmodem--Fbsdbox---------------LAN > >> 192.168.0.1 > 192.168.0/24 > >> > >> The problem is that when the modem is > disconnected, if > >> I try for example to "telnet 192.168.0.1 25" from > a > >> machine on the Lan to test q-mail, the q-mail > server > >> takes a very very long time to respond me. > >> And if the modem is also light-up, he attempt to > >> connect to internet. > >> When the modem is connected to internet all works > >> well. > >> I use user-ppp in this way: > >> ppp -auto -nat provider (or with flags in > rc.conf) > >> > >> Looking at the routing tables I see that the > default > >> route is the 10.0.0.2, right because of the ppp. > >> If I delete the default route ("route delete > default") > >> the q-mail daemon responds ok and also pop and > imap, > >> but the ppp doesn't work because I deleted the > default > >> route. > >> This is the output of "netstat -rn": > >> > >> Routing tables > >> > >> Internet: > >> Destination Gateway Flags Refs Use Netif Expire > >> default 10.0.0.2 UGSc 0 0 tun0 > >> 10/24 link#1 UC 0 0 dc0 > >> 10.0.0.2 10.0.0.1 UH 1 0 tun0 > >> 127.0.0.1 127.0.0.1 UH 0 0 lo0 > >> 192.168.0 link#3 UC 0 0 ed0 > >> > >> ~snip IPV6 > >> > >> > >> And this is the /etc/rc.conf: > >> gateway_enable="YES" > >> firewall_enable="YES" > >> firewall_type="OPEN" > >> hostname="Walrus.Gsg" > >> ppp_enable="YES" > >> ppp_mode="auto" > >> ppp_nat="YES" > >> ppp_profile="provider" > >> inetd_enable="YES" > >> kern_securelevel_enable="NO" > >> keymap="it.iso" > >> linux_enable="YES" > >> moused_enable="NO" > >> moused_type="NO" > >> nfs_reserved_port_only="NO" > >> sendmail_enable="NO" > >> sshd_enable="YES" > >> ifconfig_dc0="inet 10.0.0.1 netmask > 255.255.255.0" > >> ifconfig_ed0="inet 192.168.0.1 netmask > 255.255.255.0" > >> > >> > >> Anybody knows what do I have to do to make the > qmail > >> and other servers have a faster response and > Internet > >> connection working? > >> > >> Thanks all > >> > >> > >> > >> > >> > >> > ______________________________________________________________________ > >> Scarica il nuovo Yahoo! Messenger: con webcam, > nuove faccine e tante altre > >novitÒ. > >> > http://it.yahoo.com/mail_it/foot/?http://it.messenger.yahoo.com/ > >> > >> To Unsubscribe: send mail to > majordomo@FreeBSD.org > >> with "unsubscribe freebsd-isp" in the body of the > message > >> > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-isp" in the body of the > message > >__________ > > >http://www.newhost.ru - õÀÔÎÏ, ÐÏ-ÄÏÍÁÛÎÅÍÕ, × > ÔÁÐÏÞËÁÈ..... > > > > > > > > __________ > www.newmail.ru -- ×ÓÅÇÄÁ ÞÔÏ-ÔÏ ÎÏ×ÏÅ. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message ______________________________________________________________________ Scarica il nuovo Yahoo! Messenger: con webcam, nuove faccine e tante altre novità. http://it.yahoo.com/mail_it/foot/?http://it.messenger.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Sep 2 7:30:17 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358CF37B400 for ; Mon, 2 Sep 2002 07:30:10 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-227-236.bras01.elk.ca.frontiernet.net [207.173.227.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8512143E42 for ; Mon, 2 Sep 2002 07:30:09 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id B9F3DEE5DB; Mon, 2 Sep 2002 07:30:08 -0700 (PDT) Message-ID: <00bc01c2528d$5196d120$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "Mike Tancsa" Cc: References: Subject: Re: Fw: FrontPage 2002 Extensions Help Date: Mon, 2 Sep 2002 07:30:43 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Original Message ----- From: "Mike Tancsa" To: "Drew Tomlinson" Cc: Sent: Sunday, September 01, 2002 7:09 AM Subject: Re: Fw: FrontPage 2002 Extensions Help On Sat, 31 Aug 2002 07:33:50 -0700, in sentex.lists.freebsd.isp you wrote: >I originally sent the following to questions but have not received any >suggestions as of yet. I'm hoping maybe someone here has had similar >difficulties and knows what I need to do to get things working. Make sure you have ### In Order for FrontPage to work in User and Virtual ### ### Web Directories, they need to be set up as shown: ### AllowOverride AuthConfig Limit Indexes Options Options All FrontpageAdminEnable #optional And in Apache's make file, make sure you build it with suEXEC enabled --enable-suexec Other then that, you should just be able to install mod_frontpage from the ports and all should work. e.g. to enable the domain example.com with the unix userid eunixuser with the unix group fpgroup and the FrontPage user fpuserid with the passwd donttell /usr/local/frontpage/currentversion/bin/owsadm.exe -o install -t apache-fp -s /usr/local/etc/apache/httpd.conf -p 80 -m www.example.com -u fpuserid -pw donttell -xu eunixuser -xg fpgroup Thank you for your suggestions. I found some inappropriate directives and added "AllowOverride All" and "Options All" in a directive for my virtual web directory. This solved my problem. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Sep 2 7:30:58 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C874437B401 for ; Mon, 2 Sep 2002 07:30:51 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-227-236.bras01.elk.ca.frontiernet.net [207.173.227.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B11B43E3B for ; Mon, 2 Sep 2002 07:30:50 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 33987EE5DB; Mon, 2 Sep 2002 07:30:50 -0700 (PDT) Message-ID: <00bd01c2528d$6a488880$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "Nick Rogness" Cc: References: <20020831130839.F49130-100000@skywalker.rogness.net> Subject: Re: Fw: FrontPage 2002 Extensions Help Date: Mon, 2 Sep 2002 07:31:24 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Original Message ----- From: "Nick Rogness" Sent: Saturday, August 31, 2002 12:18 PM > On Sat, 31 Aug 2002, Drew Tomlinson wrote: > > > I originally sent the following to questions but have not received any > > suggestions as of yet. I'm hoping maybe someone here has had similar > > difficulties and knows what I need to do to get things working. > > 1) Make your entries in apache for the domain (must be in main > httpd.conf) > > 2) cd into your frontpage directory, eg. /usr/local/frontpage > > 3) cd versionX.X/bin > > 4) Use ./fpsrvadm.exe to repair or install frontpage on the domain > (see ./fpsrvadm.exe -h for options) > > I typically use: > > # ./fpsrvadm.exe -o install -t apache -m "$domainname" -u\ > $frontpage_user_name -pw $frontpage_user_pass -s\ > "/usr/local/etc/apache/httpd.conf" -xu $unix_owner -xg $unix_group > > 5) restart apache > > > fpsrvadm.exe will usually fix most problems with a FP web. > > Also make sure that mod_frontpage is being loaded in apache when > it starts. Sometimes the directives are in the SSL section of > httpd.conf and if you don't start apache with start_ssl the fp > extentions don't get loaded. Thank you for your suggestions. I found some inappropriate directives and added "AllowOverride All" and "Options All" in a directive for my virtual web directory. This solved my problem. Drew > > > > > Thanks, > > > > Drew > > > > ----- Original Message ----- > > From: "Drew Tomlinson" > > Sent: Friday, August 30, 2002 6:37 PM > > > > > > > I have the following configuration running on 4.5: > > > > > > apache+mod_ssl-1.3.26+2.8.10 > > > frontpage-5.0.2.2623_1 > > > mod_frontpage-1.6.2 > > > > > > I've fiddled with this for most of the day but can't seem to get it > > > working. I've wiped everything out and started from scratch but > > > continue to get the following error in httpd-error.log: > > > > > > [Fri Aug 30 18:01:08 2002] [error] [client 192.168.1.3] server > > > configuration did not require authentication: > > > /usr/local/www/data/_vti_bin/_vti_aut/author.exe > > > [2002-08-30 18:01:08]: uid: (nobody/nobody) gid: (nogroup/nogroup) > > cmd: > > > /_vti_bin/shtml.exe > > > > > > Does anyone have any ideas on how to fix this or where to request > > > additional help? I've been all over microsoft.com and rtr.com but > > > haven't found any help for my situation. > > > > > > Thanks, > > > > > > Drew > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > Nick Rogness > - WARNING TO ALL PERSONNEL: > Firings will continue until morale improves. > > > 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 Sep 2 9:28: 5 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DAF437B400; Mon, 2 Sep 2002 09:28:02 -0700 (PDT) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FDA43E86; Mon, 2 Sep 2002 09:28:01 -0700 (PDT) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 428B5EF69E; Mon, 2 Sep 2002 18:16:34 +0200 (CEST) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 61AC15D009; Mon, 2 Sep 2002 18:33:03 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 1473B5D008; Mon, 2 Sep 2002 18:33:03 +0200 (CEST) Received: from LenConrad.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A2D632550176; Mon, 02 Sep 2002 18:33:26 +0200 Message-Id: <5.1.0.14.2.20020902112316.02410388@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 02 Sep 2002 11:27:56 -0500 To: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org From: Len Conrad Subject: Promise SX4000 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Can´t find any sx4000 in the archives or in 4.6.2 LINT. Does anybody have this card running under 4.6.2? Thanks, Len ____________________________________________________________________ www.menandmice.com/DNS-training : DNS Training BIND8NT.MEIway.com: Secure config ; DNS and mail interactions IMGate.MEIway.com : Free, proven config for anti-mail-abuse gateways To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Sep 2 18:36:51 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAB4C37B400 for ; Mon, 2 Sep 2002 18:36:48 -0700 (PDT) Received: from gaea.home.dutchcentral.net (stat82-40.adsl.xs4all.be [195.144.82.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B2F43E7B for ; Mon, 2 Sep 2002 18:36:44 -0700 (PDT) (envelope-from Casper@Cee-Kay.net) Received: from [192.168.30.34] ([192.168.30.34] unverified) by gaea.home.dutchcentral.net with Microsoft SMTPSVC(5.0.2195.5329); Tue, 3 Sep 2002 03:36:42 +0200 User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Tue, 03 Sep 2002 03:36:43 +0200 Subject: Traffic shaping/bandwidth limiting From: Casper Kamp To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-OriginalArrivalTime: 03 Sep 2002 01:36:42.0934 (UTC) FILETIME=[5B6AB560:01C252EA] Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org List, We are starting up some hosting facilities, and want to run some virtual webhostings on FreeBSD. But we want to be able to set max bandwidth per virtual (Apache) host and max bandwidth for complete services, like HTTP, FTP, etc etc. Can someone please advice us what we should use and how? Thanks, - Casper To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Sep 2 18:43: 4 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7643637B400 for ; Mon, 2 Sep 2002 18:43:01 -0700 (PDT) Received: from fire.org.nz (firewall.fire.org.nz [203.97.144.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 157FF43E3B for ; Mon, 2 Sep 2002 18:43:00 -0700 (PDT) (envelope-from andy@fud.org.nz) Received: by homer.fire.org.nz id <119044>; Tue, 3 Sep 2002 13:42:53 +1200 Message-Id: <02Sep3.134253nzst.119044@homer.fire.org.nz> Date: Tue, 03 Sep 2002 13:42:44 +1200 From: Andrew Thompson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: freebsd-isp@freebsd.org Subject: Re: Traffic shaping/bandwidth limiting References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Unlisted-recipients: ; Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Casper, I would use mod_bandwidth for virtual webhosting and then ipfw/dummynet for ftp, etc. mod_bandwidth isnt in ports, so you will need to compile yoursefl. --Andy Casper Kamp wrote: >List, > >We are starting up some hosting facilities, and want to run some virtual >webhostings on FreeBSD. But we want to be able to set max bandwidth per >virtual (Apache) host and max bandwidth for complete services, like HTTP, >FTP, etc etc. > >Can someone please advice us what we should use and how? > > >Thanks, > >- Casper > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Sep 3 1: 4:16 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB9D937B400 for ; Tue, 3 Sep 2002 01:04:13 -0700 (PDT) Received: from sixshooter.v6.thrupoint.net (sixshooter.v6.thrupoint.net [65.242.152.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81DD543E65 for ; Tue, 3 Sep 2002 01:04:13 -0700 (PDT) (envelope-from jpb@sixshooter.v6.thrupoint.net) Received: by sixshooter.v6.thrupoint.net (Postfix, from userid 1000) id 0543F107A3; Tue, 3 Sep 2002 03:43:08 -0400 (EDT) Date: Tue, 3 Sep 2002 03:43:08 -0400 From: Jim Brown To: freebsd-isp@freebsd.org Subject: Re: Traffic shaping/bandwidth limiting Message-ID: <20020903074308.GC94911@sixshooter.v6.thrupoint.net> Mail-Followup-To: freebsd-isp@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Casper Kamp [2002-09-02 21:37]: > List, > > We are starting up some hosting facilities, and want to run some virtual > webhostings on FreeBSD. But we want to be able to set max bandwidth per > virtual (Apache) host and max bandwidth for complete services, like HTTP, > FTP, etc etc. > > Can someone please advice us what we should use and how? > > > Thanks, > > - Casper > Have a look at ipfw. It can do traffic shaping with the dummynet(4) facilities. HTH, jpb === To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Sep 3 3:26: 9 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C5537B400 for ; Tue, 3 Sep 2002 03:26:05 -0700 (PDT) Received: from gaea.home.dutchcentral.net (stat82-40.adsl.xs4all.be [195.144.82.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9430343E42 for ; Tue, 3 Sep 2002 03:26:03 -0700 (PDT) (envelope-from Casper@Cee-Kay.net) content-class: urn:content-classes:message Subject: RE: Traffic shaping/bandwidth limiting MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 3 Sep 2002 12:26:00 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: <2A4A1394811294499711AA09D2025F0E54DB@gaea.home.dutchcentral.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Traffic shaping/bandwidth limiting Thread-Index: AcJS60Dx+l4GpuyKRLynUm8JKy1DrAASFEvQ From: "Casper Kamp" To: "Andrew Thompson" Cc: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Andy and list, Thanks for the answer. We are using mod_bandwidth allready successful, but I was wondering if this one is 'robust' enough to handle heavy hit loads (ie. >150 hits/sec) on sites that have a relative small bandwidth limit (ie. 1 Mbits/sec). Just want to know peoples experience with this one, before running into problems ;) For the ipfw/dummynet, I found lot's of very clear HOWTOs for ipfw, with some little dummynet sections, but is there a HOWTO that describe all the in and outs of dummynet? Thanks again all! - Casper -----Original Message----- From: Andrew Thompson [mailto:andy@fud.org.nz]=20 Sent: dinsdag 3 september 2002 3:43 Cc: freebsd-isp@freebsd.org Subject: Re: Traffic shaping/bandwidth limiting Hi Casper, I would use mod_bandwidth for virtual webhosting and then ipfw/dummynet=20 for ftp, etc. mod_bandwidth isnt in ports, so you will need to compile yoursefl. --Andy Casper Kamp wrote: >List, > >We are starting up some hosting facilities, and want to run some virtual >webhostings on FreeBSD. But we want to be able to set max bandwidth per >virtual (Apache) host and max bandwidth for complete services, like HTTP, >FTP, etc etc. > >Can someone please advice us what we should use and how? > > >Thanks, > >- Casper > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message > =20 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Sep 3 6: 8:20 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA3A137B400 for ; Tue, 3 Sep 2002 06:08:10 -0700 (PDT) Received: from gaea.home.dutchcentral.net (stat82-40.adsl.xs4all.be [195.144.82.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADF343E72 for ; Tue, 3 Sep 2002 06:08:08 -0700 (PDT) (envelope-from Casper@Cee-Kay.net) content-class: urn:content-classes:message Subject: RE: Traffic shaping/bandwidth limiting MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 3 Sep 2002 15:08:05 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: <2A4A1394811294499711AA09D2025F0E01970F@gaea.home.dutchcentral.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Traffic shaping/bandwidth limiting Thread-Index: AcJTQwKFjE839FwkTPWBtmoNzdmPXwAAwH/Q From: "Casper Kamp" To: Cc: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Okay thanks! But I'm wondering... All these HOWTOs I see are based on a router like setup, ie sharing on internet link with several boxes and shape this. But wat I'm looking for is shaping per box, for example: One box has 100 virtual HTTP domains on it, and per domain we limit now with MOD_BANDWIDTH the max bandwidth they can use: I understand that this is the best way to do, since the virtual domains; so mainly when you want to do bandwidth limiting on virtual stuff, you have to look for a daemon (or module) that support this internaly. But on the same box each customer can upload/download their website via PROFTPD (MySQL Auth). How should I limit the (overal) FTP port bandwidth? And even more specific, we have some services running on, lets say, port 60000 and want to limit only this port on the box. What I like to achieve is that we can shape every port of the several boxes separate, but am wondering the overhead per box, disadvantages etc. I understand that dummynet is the way to do this... Or not? And if... How ... ;-) Heck, I feel like a complete newbie right now on this specific base .... Thanks again! - Casper -----Original Message----- From: Marcin Jessa [mailto:yazzy@yazzy.org]=20 Sent: dinsdag 3 september 2002 14:10 To: Casper Kamp Cc: andy@fud.org.nz; freebsd-isp@freebsd.org Subject: RE: Traffic shaping/bandwidth limiting Hi. Yeah, there is one dummynet howto on bsdpro.com that makes things pretty clear. An example of my dummynet rules: ### Dummynet bandwith limiting :) ##### #All machines share evenly a single link - 1000Kbit/s $fwcmd $flags add pipe 1 ip from any to 192.168.64.0/24 $fwcmd $flags add queue 1 ip from any to 192.168.64.0/24 $fwcmd $flags queue 1 config weight 5 pipe 1 mask dst-ip 0x000000ff $fwcmd $flags pipe 1 config bw 1000Kbit/s #Except for some boxes .... :) #Servers: $fwcmd $flags add 6 skipto 2001 ip from any to 192.168.64.4/32 $fwcmd $flags add 6 skipto 2001 ip from 192.168.64.4/32 to any $fwcmd $flags add 6 skipto 2001 ip from any to 192.168.64.5/32 $fwcmd $flags add 6 skipto 2001 ip from 192.168.64.5/32 to any I have an entry in /etc/sysctl.conf as well: #walk through several pipes but not just one: net.inet.ip.fw.one_pass=3D0 Good luck. YazzY Casper Kamp said: > Andy and list, > > Thanks for the answer. We are using mod_bandwidth allready successful, > but I was wondering if this one is 'robust' enough to handle heavy hit > loads (ie. >150 hits/sec) on sites that have a relative small bandwidth > limit (ie. 1 Mbits/sec). Just want to know peoples experience with this > one, before running into problems ;) > > For the ipfw/dummynet, I found lot's of very clear HOWTOs for ipfw, > with some little dummynet sections, but is there a HOWTO that describe > all the in and outs of dummynet? > > Thanks again all! > > - Casper > > -----Original Message----- > From: Andrew Thompson [mailto:andy@fud.org.nz] > Sent: dinsdag 3 september 2002 3:43 > Cc: freebsd-isp@freebsd.org > Subject: Re: Traffic shaping/bandwidth limiting > > > Hi Casper, > > > I would use mod_bandwidth for virtual webhosting and then ipfw/dummynet > for ftp, etc. mod_bandwidth isnt in ports, so you will need to > compile > > yoursefl. > > > --Andy > > Casper Kamp wrote: > >>List, >> >>We are starting up some hosting facilities, and want to run some > virtual >>webhostings on FreeBSD. But we want to be able to set max bandwidth per >>virtual (Apache) host and max bandwidth for complete services, like > HTTP, >>FTP, etc etc. >> >>Can someone please advice us what we should use and how? >> >> >>Thanks, >> >>- Casper >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-isp" in the body of the message >> >> > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message --=20 Marcin M. Jessa Software developer/System Administrator Wireless Reading Systems ASA Skreddervn 9 N-1537 Moss Norway http://www.wrs.no Phone: +47 69 27 96 88 Cellular: +47 988 505 44 ----------- My opinions may have changed, but not the fact that I am right. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Sep 3 13:31:12 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 644B537B400 for ; Tue, 3 Sep 2002 13:31:06 -0700 (PDT) Received: from mail.yazzy.org (mail.wrs.no [80.232.16.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FFAB43E75 for ; Tue, 3 Sep 2002 13:31:05 -0700 (PDT) (envelope-from yazzy@yazzy.org) Received: from yazzy.org (saruman.wrs [192.168.64.6]) by mail.yazzy.org (Postfix) with SMTP id 24F9763113FF; Tue, 3 Sep 2002 14:07:46 +0200 (CEST) Received: from mail.wrs.no ([80.232.16.66]) (SquirrelMail authenticated user yazzy.yazzy.org) by www.yazzy.org with HTTP; Tue, 3 Sep 2002 14:10:23 +0200 (CEST) Message-ID: <59590.80.232.16.66.1031055023.squirrel@www.yazzy.org> Date: Tue, 3 Sep 2002 14:10:23 +0200 (CEST) Subject: RE: Traffic shaping/bandwidth limiting From: "Marcin Jessa" To: Importance: Normal X-MSMail-Priority: Normal X-Priority: 3 In-Reply-To: <2A4A1394811294499711AA09D2025F0E54DB@gaea.home.dutchcentral.net> References: <2A4A1394811294499711AA09D2025F0E54DB@gaea.home.dutchcentral.net> Cc: , Reply-To: yazzy@yazzy.org X-Mailer: h4x0r mail yazzy.org (version 1337) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. Yeah, there is one dummynet howto on bsdpro.com that makes things pretty clear. An example of my dummynet rules: ### Dummynet bandwith limiting :) ##### #All machines share evenly a single link - 1000Kbit/s $fwcmd $flags add pipe 1 ip from any to 192.168.64.0/24 $fwcmd $flags add queue 1 ip from any to 192.168.64.0/24 $fwcmd $flags queue 1 config weight 5 pipe 1 mask dst-ip 0x000000ff $fwcmd $flags pipe 1 config bw 1000Kbit/s #Except for some boxes .... :) #Servers: $fwcmd $flags add 6 skipto 2001 ip from any to 192.168.64.4/32 $fwcmd $flags add 6 skipto 2001 ip from 192.168.64.4/32 to any $fwcmd $flags add 6 skipto 2001 ip from any to 192.168.64.5/32 $fwcmd $flags add 6 skipto 2001 ip from 192.168.64.5/32 to any I have an entry in /etc/sysctl.conf as well: #walk through several pipes but not just one: net.inet.ip.fw.one_pass=0 Good luck. YazzY Casper Kamp said: > Andy and list, > > Thanks for the answer. We are using mod_bandwidth allready successful, > but I was wondering if this one is 'robust' enough to handle heavy hit > loads (ie. >150 hits/sec) on sites that have a relative small bandwidth > limit (ie. 1 Mbits/sec). Just want to know peoples experience with this > one, before running into problems ;) > > For the ipfw/dummynet, I found lot's of very clear HOWTOs for ipfw, > with some little dummynet sections, but is there a HOWTO that describe > all the in and outs of dummynet? > > Thanks again all! > > - Casper > > -----Original Message----- > From: Andrew Thompson [mailto:andy@fud.org.nz] > Sent: dinsdag 3 september 2002 3:43 > Cc: freebsd-isp@freebsd.org > Subject: Re: Traffic shaping/bandwidth limiting > > > Hi Casper, > > > I would use mod_bandwidth for virtual webhosting and then ipfw/dummynet > for ftp, etc. mod_bandwidth isnt in ports, so you will need to > compile > > yoursefl. > > > --Andy > > Casper Kamp wrote: > >>List, >> >>We are starting up some hosting facilities, and want to run some > virtual >>webhostings on FreeBSD. But we want to be able to set max bandwidth per >>virtual (Apache) host and max bandwidth for complete services, like > HTTP, >>FTP, etc etc. >> >>Can someone please advice us what we should use and how? >> >> >>Thanks, >> >>- Casper >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-isp" in the body of the message >> >> > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Marcin M. Jessa Software developer/System Administrator Wireless Reading Systems ASA Skreddervn 9 N-1537 Moss Norway http://www.wrs.no Phone: +47 69 27 96 88 Cellular: +47 988 505 44 ----------- My opinions may have changed, but not the fact that I am right. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Sep 4 17:46:45 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 619C937B400 for ; Wed, 4 Sep 2002 17:46:43 -0700 (PDT) Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by mx1.FreeBSD.org (Postfix) with SMTP id A4E5C43E42 for ; Wed, 4 Sep 2002 17:46:42 -0700 (PDT) (envelope-from dave@hawk-systems.com) Received: (qmail 97160 invoked from network); 5 Sep 2002 00:55:50 -0000 Received: from unknown (HELO ws1) (24.157.103.51) by web1.nexusinternetsolutions.net with SMTP; 5 Sep 2002 00:55:50 -0000 From: "Dave [Hawk-Systems]" To: Subject: OT: supplier for Intel ISP1100 power supplies Date: Wed, 4 Sep 2002 20:46:38 -0400 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 V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I apologize for the OT post; Have about a dozen of these little gems installed... Need to replace the power supply on one and pick up a few spares. I can't find anyone who has any of the power supplies for it. specs indicate it is a "125W PFC power supply" Anyone who knows of someone who may have these, it would be appreciated... Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Sep 4 18:15:19 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4025A37B400 for ; Wed, 4 Sep 2002 18:15:16 -0700 (PDT) Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB0C43E4A for ; Wed, 4 Sep 2002 18:15:15 -0700 (PDT) (envelope-from absinthe@pobox.com) Received: from dhcp068-64-151-24.nt01-c4.cpe.charter-ne.com ([24.151.64.68] helo=laredo.retrovertigo.com) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17mlEo-0003jc-00; Wed, 04 Sep 2002 18:15:14 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Dylan Carlson Reply-To: absinthe@pobox.com To: "Dave [Hawk-Systems]" , Subject: Re: OT: supplier for Intel ISP1100 power supplies Date: Wed, 4 Sep 2002 21:15:16 -0400 User-Agent: KMail/1.4.2 References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200209042115.16749.absinthe@pobox.com> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wednesday 04 September 2002 08:46pm, Dave [Hawk-Systems] wrote: > I apologize for the OT post; > > Have about a dozen of these little gems installed... Need to replace the > power supply on one and pick up a few spares. I can't find anyone who has > any of the power supplies for it. specs indicate it is a "125W PFC power > supply" > > Anyone who knows of someone who may have these, it would be appreciated... > I used to run these boxes. Good luck, it was difficult find anything about these boxes (docs, drivers, you name it). I think there's a possibility that Intel OEMed these boxes and parts out to other companies. But in any case, I think your only hope is contacting Intel and seeing what they have for you. Cheers, -- Dylan Carlson [absinthe@pobox.com] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Sep 5 1:52:33 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4965237B400 for ; Thu, 5 Sep 2002 01:52:30 -0700 (PDT) Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537CA43E42 for ; Thu, 5 Sep 2002 01:52:29 -0700 (PDT) (envelope-from freebsd-isp@epcdirect.co.uk) Received: from pc1-stme2-0-cust102.cdf.cable.ntl.com ([62.252.56.169]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020905085228.CCOH5047.mta06-svc.ntlworld.com@pc1-stme2-0-cust102.cdf.cable.ntl.com>; Thu, 5 Sep 2002 09:52:28 +0100 Received: from lfarr (l-farr.wifibka.epcdirect.co.uk [192.168.11.200]) by pc1-stme2-0-cust102.cdf.cable.ntl.com (8.12.5/8.12.5) with ESMTP id g858ph4q029548; Thu, 5 Sep 2002 09:51:43 +0100 (BST) (envelope-from freebsd-isp@epcdirect.co.uk) From: "Lawrence Farr" To: "'Dave [Hawk-Systems]'" , Subject: RE: supplier for Intel ISP1100 power supplies Date: Thu, 5 Sep 2002 09:52:15 +0100 Message-ID: <002b01c254b9$88c526a0$c80ba8c0@lfarr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Im pretty sure one of the Dell 1u's is a rebadged version of the isp1100, so you might be able to get one from Dell. I've got 5 ISP1100's in the UK if you want a complete one, and they pop up on ebay regularly over here. Lawrence Farr EPC Direct Limited > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG] On Behalf Of Dave > [Hawk-Systems] > Sent: 05 September 2002 01:47 > To: freebsd-isp@freebsd.org > Subject: OT: supplier for Intel ISP1100 power supplies > > > I apologize for the OT post; > > Have about a dozen of these little gems installed... Need to > replace the power > supply on one and pick up a few spares. I can't find anyone > who has any of the > power supplies for it. specs indicate it is a "125W PFC power supply" > > Anyone who knows of someone who may have these, it would be > appreciated... > > Dave > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Sep 5 7:58:58 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6BC437B400 for ; Thu, 5 Sep 2002 07:58:53 -0700 (PDT) Received: from localhost.livens.net (213-193-182-101.adsl.easynet.be [213.193.182.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E05A43E6A for ; Thu, 5 Sep 2002 07:58:49 -0700 (PDT) (envelope-from wim@localhost.livens.net) Received: (from wim@localhost) by localhost.livens.net (8.11.3/8.11.3) id g85Exfr87382 for freebsd-isp@freebsd.org; Thu, 5 Sep 2002 16:59:41 +0200 (CEST) (envelope-from wim) Date: Thu, 5 Sep 2002 16:59:40 +0200 From: Wim Livens To: freebsd-isp@freebsd.org Subject: Network diagrams Message-ID: <20020905145940.GA87075@krijt.livens.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.24i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm looking for a way to automatically generate a network diagram image showing IP addresses, hostnames and interface names. We're running an ISP access network (about 20 nodes) and I don't want to update visio drawings manually while all topology info is in a database. Besides that, I would like to generate a similar drawing for the customer's access link and their router on a web portal. I could probably do the latter with GD.pm, but I feel a bit like reinventing the wheel and rather have a more generic solution. The database contains a table like this: IPaddr, hostname, interface, network I understand I will need to supply some hints for the layout generation, like a rank or coordinates for each node. I looked at caida.org, but these are all for large backbone networks. I've also been playing with dot and neato by generating the input file from our database, but I can't get it to produce a decent layout, the "ranking" feature of dot seems too limited. W.r.t. neato, being an access network, there is a clear hierarchy in the nodes, so a spring-model graph layout is not suited either. Any ideas ? thanks and hoping it was not too far off-topic, Wim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Sep 5 8:32: 4 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C91837B400 for ; Thu, 5 Sep 2002 08:32:00 -0700 (PDT) Received: from mail.yazzy.org (mail.wrs.no [80.232.16.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A31343E6A for ; Thu, 5 Sep 2002 08:31:59 -0700 (PDT) (envelope-from yazzy@yazzy.org) Received: from yazzy.org (saruman.wrs [192.168.64.6]) by mail.yazzy.org (Postfix) with SMTP id B8E5D62F7A31 for ; Thu, 5 Sep 2002 17:28:17 +0200 (CEST) Received: from mail.wrs.no ([80.232.16.66]) (SquirrelMail authenticated user yazzy.yazzy.org) by www.yazzy.org with HTTP; Thu, 5 Sep 2002 17:30:58 +0200 (CEST) Message-ID: <61673.80.232.16.66.1031239858.squirrel@www.yazzy.org> Date: Thu, 5 Sep 2002 17:30:58 +0200 (CEST) Subject: Re: Network diagrams From: "Marcin Jessa" To: Importance: Normal X-MSMail-Priority: Normal X-Priority: 3 Reply-To: yazzy@yazzy.org X-Mailer: h4x0r mail yazzy.org (version 1337) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Maybe netsaint is something you're looking for? http://www.netsaint.org/ Wim Livens said: > > I'm looking for a way to automatically generate a network diagram image > showing IP addresses, hostnames and interface names. > > We're running an ISP access network (about 20 nodes) and I don't want > to update visio drawings manually while all topology info is in a > database. Besides that, I would like to generate a similar drawing for > the customer's access link and their router on a web portal. I could > probably do the latter with GD.pm, but I feel a bit like > reinventing the wheel and rather have a more generic solution. > > The database contains a table like this: > > IPaddr, hostname, interface, network > > I understand I will need to supply some hints for the layout > generation, like a rank or coordinates for each node. > > I looked at caida.org, but these are all for large backbone networks. > > I've also been playing with dot and neato by generating the input file > from our database, but I can't get it to produce a decent layout, the > "ranking" feature of dot seems too limited. W.r.t. neato, being an > access network, there is a clear hierarchy in the nodes, so a > spring-model graph layout is not suited either. > > Any ideas ? > > thanks and hoping it was not too far off-topic, > > Wim. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Marcin M. Jessa Software developer/System Administrator Wireless Reading Systems ASA Skreddervn 9 N-1537 Moss Norway http://www.wrs.no Phone: +47 69 27 96 88 Cellular: +47 988 505 44 ----------- My opinions may have changed, but not the fact that I am right. -- Marcin M. Jessa Software developer/System Administrator Wireless Reading Systems ASA Skreddervn 9 N-1537 Moss Norway http://www.wrs.no Phone: +47 69 27 96 88 Cellular: +47 988 505 44 ----------- My opinions may have changed, but not the fact that I am right. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Sep 5 10: 4:13 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD9237B400 for ; Thu, 5 Sep 2002 10:04:10 -0700 (PDT) Received: from xela.oopz.com (xela.oopz.com [209.20.244.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C70943E65 for ; Thu, 5 Sep 2002 10:04:06 -0700 (PDT) (envelope-from Noah@oopz.com) content-class: urn:content-classes:message Subject: RE: Network diagrams MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 5 Sep 2002 10:04:01 -0700 Message-ID: <3A785FAFBB8A8F4FA8CBD0485FCF4591F2C2@xela.oopz.com> X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Network diagrams Thread-Index: AcJU7NJGl4Fxj0mZRmqCj/a9MVDDlgAEP0MA From: "Noah Davidson" To: "Wim Livens" , Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org If you are using visio, I know visio 2002 has a network auto discovery feature, where it will go out and find nodes on the network. I am not sure witch versions (i.e. standard, professional ...) that this is with. Good luck. Noah -----Original Message----- From: Wim Livens [mailto:wim@livens.net]=20 Sent: Thursday, September 05, 2002 8:00 AM To: freebsd-isp@freebsd.org Subject: Network diagrams I'm looking for a way to automatically generate a network diagram image showing IP addresses, hostnames and interface names. We're running an ISP access network (about 20 nodes) and I don't want to update visio drawings manually while all topology info is in a database. Besides that, I would like to generate a similar drawing for the customer's access link and their router on a web portal. I could probably do the latter with GD.pm, but I feel a bit like reinventing the wheel and rather have a more generic solution. The database contains a table like this: IPaddr, hostname, interface, network I understand I will need to supply some hints for the layout generation, like a rank or coordinates for each node. I looked at caida.org, but these are all for large backbone networks. I've also been playing with dot and neato by generating the input file from our database, but I can't get it to produce a decent layout, the "ranking" feature of dot seems too limited. W.r.t. neato, being an access network, there is a clear hierarchy in the nodes, so a spring-model graph layout is not suited either. =20 Any ideas ? thanks and hoping it was not too far off-topic, Wim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Sep 5 10:13:44 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BD6137B400 for ; Thu, 5 Sep 2002 10:13:41 -0700 (PDT) Received: from stox.sa.enteract.com (stox.sa.enteract.com [207.229.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556F443E4A for ; Thu, 5 Sep 2002 10:13:39 -0700 (PDT) (envelope-from stox@stox.sa.enteract.com) Received: from stox.sa.enteract.com (localhost [127.0.0.1]) by stox.sa.enteract.com (8.12.5/8.12.2) with ESMTP id g85HDTHN072865; Thu, 5 Sep 2002 12:13:30 -0500 (CDT) (envelope-from stox@stox.sa.enteract.com) Received: from localhost (stox@localhost) by stox.sa.enteract.com (8.12.5/8.12.2/Submit) with ESMTP id g85HDSIS072766; Thu, 5 Sep 2002 12:13:29 -0500 (CDT) Date: Thu, 5 Sep 2002 12:13:15 -0500 (CDT) From: "Kenneth P. Stox" To: Wim Livens Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Network diagrams In-Reply-To: <20020905145940.GA87075@krijt.livens.net> Message-ID: <20020905121115.G17573-100000@stox.sa.enteract.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org tkined, which is part of the scotty package in /usr/ports/net might be what you are looking for. On Thu, 5 Sep 2002, Wim Livens wrote: > > I'm looking for a way to automatically generate a network diagram > image showing IP addresses, hostnames and interface names. > > We're running an ISP access network (about 20 nodes) and I don't want > to update visio drawings manually while all topology info is in a > database. Besides that, I would like to generate a similar drawing > for the customer's access link and their router on a web portal. I > could probably do the latter with GD.pm, but I feel a bit like > reinventing the wheel and rather have a more generic solution. > > The database contains a table like this: > > IPaddr, hostname, interface, network > > I understand I will need to supply some hints for the layout > generation, like a rank or coordinates for each node. > > I looked at caida.org, but these are all for large backbone networks. > > I've also been playing with dot and neato by generating the input file > from our database, but I can't get it to produce a decent layout, the > "ranking" feature of dot seems too limited. W.r.t. neato, being an > access network, there is a clear hierarchy in the nodes, so a > spring-model graph layout is not suited either. > > Any ideas ? > > thanks and hoping it was not too far off-topic, > > Wim. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Sep 5 13:19:40 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EB3A37B400 for ; Thu, 5 Sep 2002 13:19:34 -0700 (PDT) Received: from kasie.rwsystems.net (82.45.d1c4.cidr.airmail.net [209.196.69.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B6843E81 for ; Thu, 5 Sep 2002 13:19:33 -0700 (PDT) (envelope-from jwyatt@RWSystems.net) Received: from localhost (jwyatt@localhost) by kasie.rwsystems.net (8.11.6/8.11.6) with ESMTP id g85KL2R86035; Thu, 5 Sep 2002 15:21:03 -0500 (CDT) (envelope-from jwyatt@RWSystems.net) Date: Thu, 5 Sep 2002 15:21:02 -0500 (CDT) From: James Wyatt To: Wim Livens Cc: Subject: Re: Network diagrams In-Reply-To: <20020905145940.GA87075@krijt.livens.net> Message-ID: <20020905131223.H85172-100000@kasie.rwsystems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I thought Visio used to have an "Enterprise Visio" that had both art for various routers, switches, hubs, and servers as well as the ability to "discover" network topology and browse SNMP MIBs on discovered assets to determine mfgr and model to autoselect artwork. HTH - Jy@ On Thu, 5 Sep 2002, Wim Livens wrote: > I'm looking for a way to automatically generate a network diagram > image showing IP addresses, hostnames and interface names. > > We're running an ISP access network (about 20 nodes) and I don't want > to update visio drawings manually while all topology info is in a > database. Besides that, I would like to generate a similar drawing > for the customer's access link and their router on a web portal. I > could probably do the latter with GD.pm, but I feel a bit like > reinventing the wheel and rather have a more generic solution. > > The database contains a table like this: > > IPaddr, hostname, interface, network > > I understand I will need to supply some hints for the layout > generation, like a rank or coordinates for each node. > > I looked at caida.org, but these are all for large backbone networks. > > I've also been playing with dot and neato by generating the input file > from our database, but I can't get it to produce a decent layout, the > "ranking" feature of dot seems too limited. W.r.t. neato, being an > access network, there is a clear hierarchy in the nodes, so a > spring-model graph layout is not suited either. > > Any ideas ? > > thanks and hoping it was not too far off-topic, > > Wim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Sep 6 8:36:49 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E27A37B401 for ; Fri, 6 Sep 2002 08:36:47 -0700 (PDT) Received: from smtp1.amigo.net (smtp1.amigo.net [209.94.64.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 989AE43E72 for ; Fri, 6 Sep 2002 08:36:46 -0700 (PDT) (envelope-from randys@amigo.net) Received: from stalker.amigo.net (billing.amigo.net [209.94.67.250]) by smtp1.amigo.net (8.12.3/8.12.3) with ESMTP id g86Fc6Ir071499 for ; Fri, 6 Sep 2002 09:38:07 -0600 (MDT) (envelope-from randys@amigo.net) Date: Fri, 6 Sep 2002 09:37:54 -0600 (MDT) From: Randy Smith X-X-Sender: randy@stalker.amigo.net To: freebsd-isp@freebsd.org Subject: OT? MySQL based RADIUS servers Message-ID: <20020906092511.M11652-100000@stalker.amigo.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I'm currently running Cistron to do RADIUS authentication. I would like to move to a MySQL backend. I'm currently looking at ICRadius and FreeRADIUS. I do not need a web interface or CGI usage tools. FreeRADIUS seems to be the better choice but also seems to be in perpetual beta. OTH, ICRadius is stable looks like it would do what I need. What are your experiences with these servers? Are there others you would recommend? Thanks for your input. -- Randy Smith Amigo.Net Systems Administrator 1-719-589-6100 x 4185 http://www.amigo.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Sep 6 11:19:39 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09A1037B405 for ; Fri, 6 Sep 2002 11:19:33 -0700 (PDT) Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 4619943E6A for ; Fri, 6 Sep 2002 11:19:32 -0700 (PDT) (envelope-from dave@hawk-systems.com) Received: (qmail 7349 invoked from network); 6 Sep 2002 18:28:58 -0000 Received: from unknown (HELO ws1) (24.157.103.51) by web1.nexusinternetsolutions.net with SMTP; 6 Sep 2002 18:28:58 -0000 From: "Dave [Hawk-Systems]" To: "Randy Smith" , Subject: RE: OT? MySQL based RADIUS servers Date: Fri, 6 Sep 2002 14:19:29 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020906092511.M11652-100000@stalker.amigo.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org XTRadius... sparse documentation but in short your users entry pumps the auth infor out to an external script. You can have that script do whatever you want and just return 0 or 255 as teh exit code to auth or not auth the user. Really simple. Easy to customize since you are not doing anyting odd with radius itself. Currenty we use with postgres/perl dbi script. Not familiar with others. Dave >-----Original Message----- >From: owner-freebsd-isp@FreeBSD.ORG >[mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Randy Smith >Sent: Friday, September 06, 2002 11:38 AM >To: freebsd-isp@freebsd.org >Subject: OT? MySQL based RADIUS servers > > >Hi all, > >I'm currently running Cistron to do RADIUS authentication. I would like to >move to a MySQL backend. I'm currently looking at ICRadius and FreeRADIUS. >I do not need a web interface or CGI usage tools. > >FreeRADIUS seems to be the better choice but also seems to be in perpetual >beta. OTH, ICRadius is stable looks like it would do what I need. > >What are your experiences with these servers? Are there others you would >recommend? > >Thanks for your input. > >-- >Randy Smith >Amigo.Net Systems Administrator >1-719-589-6100 x 4185 >http://www.amigo.net/ > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Sep 6 13:22:38 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CC0837B400 for ; Fri, 6 Sep 2002 13:22:33 -0700 (PDT) Received: from mail.lambertfam.org (www.lambertfam.org [216.223.196.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ABDD43E65 for ; Fri, 6 Sep 2002 13:22:33 -0700 (PDT) (envelope-from lambert@lambertfam.org) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.inch.com (Postfix) with ESMTP id 5F7883517D for ; Fri, 6 Sep 2002 16:18:12 -0400 (EDT) Received: from laptop.lambertfam.org (laptop.int.lambertfam.org [10.1.0.2]) by mail.lambertfam.org (Postfix) with ESMTP id 72562351D3 for ; Fri, 6 Sep 2002 16:18:07 -0400 (EDT) Received: by laptop.lambertfam.org (Postfix, from userid 1000) id 035F928B09; Fri, 6 Sep 2002 16:22:21 -0400 (EDT) Date: Fri, 6 Sep 2002 16:22:21 -0400 From: Scott Lambert To: freebsd-isp@freebsd.org Subject: Re: OT? MySQL based RADIUS servers Message-ID: <20020906202221.GA2208@laptop.lambertfam.org> Mail-Followup-To: freebsd-isp@freebsd.org References: <20020906092511.M11652-100000@stalker.amigo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Don't forget gnu-radius. /usr/ports/net/gnu-radius We have it setup but not in production yet. I like the structure of the configuration so far. I ran ICRadius at another ISP before it was "stable". I didn't know it had been upgraded to a "stable" condition yet. It ran ok for us as long as I had a watcher daemon on it to restart it on the very many occasions when its accounting daemon went away. On Fri, Sep 06, 2002 at 02:19:29PM -0400, Dave [Hawk-Systems] wrote: > XTRadius... sparse documentation but in short your users entry pumps the auth > infor out to an external script. You can have that script do whatever you want > and just return 0 or 255 as teh exit code to auth or not auth the user. > > Really simple. Easy to customize since you are not doing anyting odd with > radius itself. Currenty we use with postgres/perl dbi script. > > Not familiar with others. > > Dave > > >-----Original Message----- > >From: owner-freebsd-isp@FreeBSD.ORG > >[mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Randy Smith > >Sent: Friday, September 06, 2002 11:38 AM > >To: freebsd-isp@freebsd.org > >Subject: OT? MySQL based RADIUS servers > > > > > >Hi all, > > > >I'm currently running Cistron to do RADIUS authentication. I would like to > >move to a MySQL backend. I'm currently looking at ICRadius and FreeRADIUS. > >I do not need a web interface or CGI usage tools. > > > >FreeRADIUS seems to be the better choice but also seems to be in perpetual > >beta. OTH, ICRadius is stable looks like it would do what I need. > > > >What are your experiences with these servers? Are there others you would > >recommend? > > > >Thanks for your input. > > > >-- > >Randy Smith > >Amigo.Net Systems Administrator > >1-719-589-6100 x 4185 > >http://www.amigo.net/ > > > > > >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 -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Sep 6 15: 1:47 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EEC937B400 for ; Fri, 6 Sep 2002 15:01:43 -0700 (PDT) Received: from notus.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F082A43E42 for ; Fri, 6 Sep 2002 15:01:42 -0700 (PDT) (envelope-from leth@primus.ca) Received: from dialin-167-223.tor.primus.ca ([216.254.167.223]) by notus.primus.ca with esmtp (Exim 3.33 #16) id 17nRAb-00053p-0A; Fri, 06 Sep 2002 18:01:42 -0400 Date: Fri, 6 Sep 2002 18:01:53 -0400 (EDT) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: freebsd-isp@FreeBSD.ORG Cc: Scott Lambert , Randy Smith , "Dave [Hawk-Systems]" Subject: Re: OT? MySQL based RADIUS servers In-Reply-To: <20020906202221.GA2208@laptop.lambertfam.org> Message-ID: <20020906174341.U8414-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 6 Sep 2002, Scott Lambert wrote: > I ran ICRadius at another ISP before it was "stable". I didn't know it > had been upgraded to a "stable" condition yet. It ran ok for us as long > as I had a watcher daemon on it to restart it on the very many occasions > when its accounting daemon went away. > The only time I've experienced that happening was if MySQL died. Then again, it could be co-incidental .. Other than that, IC-RADIUS has been great for an SQL-based RADIUS server. One of the nice things is that it stores the accounting information in a table, allowing you to apply "Monthly-Time-Limit" and "Total-Time-Limit" restrictions on a user. The downside to this is if you don't clean out the table every few months it could get pretty bloated and lagged on responses. I got around this by having a script run on the first of the month that moves logs from the previous month to a second table. I then have a interface users can log into to check their time usage, which reads both tables. However, I think that if you are expecting to have thousands of users, with hundreds of access-requests per minute, you might be better off, performance-wise, to use something that is file- or directory-based. At a former ISP, we had the accounting scripts generate a new users file whenever there were modifications to an account. I'm starting to experiment now with an LDAP-based solution. I expect that getting a result from LDAP would be quicker than MySQL when you're searching through 20,000+ users. Of course, if you just need something small, MySQL solutions are very effective. Just some thoughts ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Sep 6 16:40:45 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCE037B400 for ; Fri, 6 Sep 2002 16:40:40 -0700 (PDT) Received: from mail.lambertfam.org (www.lambertfam.org [216.223.196.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F2543E65 for ; Fri, 6 Sep 2002 16:40:40 -0700 (PDT) (envelope-from lambert@lambertfam.org) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.inch.com (Postfix) with ESMTP id 433023517D for ; Fri, 6 Sep 2002 19:36:20 -0400 (EDT) Received: from laptop.lambertfam.org (laptop.int.lambertfam.org [10.1.0.2]) by mail.lambertfam.org (Postfix) with ESMTP id AEA1C3514C for ; Fri, 6 Sep 2002 19:36:15 -0400 (EDT) Received: by laptop.lambertfam.org (Postfix, from userid 1000) id 6925628B09; Fri, 6 Sep 2002 19:40:31 -0400 (EDT) Date: Fri, 6 Sep 2002 19:40:31 -0400 From: Scott Lambert To: freebsd-isp@FreeBSD.ORG Subject: Re: OT? MySQL based RADIUS servers Message-ID: <20020906234031.GA3180@laptop.lambertfam.org> Mail-Followup-To: freebsd-isp@FreeBSD.ORG References: <20020906202221.GA2208@laptop.lambertfam.org> <20020906174341.U8414-100000@lethargic.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020906174341.U8414-100000@lethargic.dyndns.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Sep 06, 2002 at 06:01:53PM -0400, Jason Hunt wrote: > On Fri, 6 Sep 2002, Scott Lambert wrote: > > > I ran ICRadius at another ISP before it was "stable". I didn't know it > > had been upgraded to a "stable" condition yet. It ran ok for us as long > > as I had a watcher daemon on it to restart it on the very many occasions > > when its accounting daemon went away. > > > > The only time I've experienced that happening was if MySQL died. > Then again, it could be co-incidental .. It was happening several times per hour on each box. MySQL was active, and available at all times. > Other than that, IC-RADIUS has been great for an SQL-based RADIUS server. > One of the nice things is that it stores the accounting information in a > table, allowing you to apply "Monthly-Time-Limit" and "Total-Time-Limit" > restrictions on a user. The downside to this is if you don't clean out > the table every few months it could get pretty bloated and lagged on > responses. I got around this by having a script run on the first of the > month that moves logs from the previous month to a second table. I then > have a interface users can log into to check their time usage, which reads > both tables. My accounting records table hit 2.1GB before I had a problem with speed of queries on a dual PII400 with 256MB RAM. That was 10 months of records, IIRC. We rolled any records older than 6 months into an archive table and were happy. Gnu-RADIUS also has SQL accounting. > However, I think that if you are expecting to have thousands of users, > with hundreds of access-requests per minute, you might be better off, > performance-wise, to use something that is file- or directory-based. At a > former ISP, we had the accounting scripts generate a new users file > whenever there were modifications to an account. I'm starting to > experiment now with an LDAP-based solution. I expect that getting a > result from LDAP would be quicker than MySQL when you're searching through > 20,000+ users. Of course, if you just need something small, MySQL > solutions are very effective. Uhm, does 15,000 users and ~1,800 ports count as "thousands of users"? I'm not sure how many auth requests we had per minute. We pushed the users table to MySQL on each radius box. There were three RADIUS boxes. They also did DNS and MX duty. They were PPro200s with 80MB of RAM. We logged acct recs to a central server (the BillMAX box). If, for some reason, the central server was unavailable, we logged the acct recs to the local MySQL server and we merged them into the central server two times per day with a python script. About half our access servers hit each of two radius servers. They all used the third as a secondary radius server. We never had any radius performance issues. I'm trying to replicate that setup (less the BillMAX parts, dang it) using gnu-radius now. It should work fine from what I've seen but I don't have access to the code we used anymore. So I have to re-write the database consistency checking code. I didn't write it the first time. -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Sep 6 17:14:49 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7246C37B400 for ; Fri, 6 Sep 2002 17:14:47 -0700 (PDT) Received: from blue.centerone.com (blue.centerone.com [204.133.183.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD4D43E65 for ; Fri, 6 Sep 2002 17:14:43 -0700 (PDT) (envelope-from rf-list@centerone.com) Received: from DELIVERANCE-XP.centerone.com (hs5-ifw.wiaas.org [65.102.239.61]) by blue.centerone.com (8.9.3/8.9.3) with ESMTP id SAA05820; Fri, 6 Sep 2002 18:29:52 -0600 Message-Id: <5.1.0.14.2.20020906181225.00bc2c00@mail.centerone.com> X-Sender: rf-list@mail.centerone.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 06 Sep 2002 18:13:33 -0600 To: Scott Lambert From: Ralph Forsythe Subject: Re: OT? MySQL based RADIUS servers Cc: freebsd-isp@freebsd.org In-Reply-To: <20020906202221.GA2208@laptop.lambertfam.org> References: <20020906092511.M11652-100000@stalker.amigo.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 04:22 PM 9/6/2002 -0400, you wrote: >Don't forget gnu-radius. /usr/ports/net/gnu-radius > >We have it setup but not in production yet. I like the structure of the >configuration so far. I'm running it in production now and like it. Not yet tied to a MySQL backend but that's coming shortly (we want to link that all up with LDAP as well for various reasons... Should be interesting.) -rf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Sep 6 18:48:44 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51CD637B400 for ; Fri, 6 Sep 2002 18:48:42 -0700 (PDT) Received: from buck.Hughes.com.au (ns1.Hughes.com.au [203.16.25.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B29643E3B for ; Fri, 6 Sep 2002 18:48:40 -0700 (PDT) (envelope-from bambi@Hughes.com.au) Received: from fawn (szpp-p-144-139-27-45.prem.tmns.net.au [144.139.27.45]) by buck.Hughes.com.au (8.12.1/8.11.1) with SMTP id g871iVkF032299 for ; Sat, 7 Sep 2002 11:44:32 +1000 (EST) (envelope-from bambi@Hughes.com.au) From: "David J. Hughes" To: Subject: RE: OT? MySQL based RADIUS servers Date: Sat, 7 Sep 2002 11:46:25 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020906092511.M11652-100000@stalker.amigo.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I'm currently running Cistron to do RADIUS authentication. I would like to > move to a MySQL backend. I'm currently looking at ICRadius and FreeRADIUS. > I do not need a web interface or CGI usage tools. > > FreeRADIUS seems to be the better choice but also seems to be in perpetual > beta. OTH, ICRadius is stable looks like it would do what I need. Or, there's always the tried and proven Radiator (www.open.com.au) Maybe I'm biased as it's an Australian product, but damn it's good. Bambi ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Sep 7 6:17:16 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4659437B400 for ; Sat, 7 Sep 2002 06:17:13 -0700 (PDT) Received: from lily.ezo.net (lily.ezo.net [206.102.130.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 162E243E6A for ; Sat, 7 Sep 2002 06:17:06 -0700 (PDT) (envelope-from jflowers@ezo.net) Received: from peony.ezo.net (peony.ezo.net [206.102.130.11]) by lily.ezo.net (8.11.6/8.11.6) with ESMTP id g87DH8J36941 for ; Sat, 7 Sep 2002 09:17:08 -0400 (EDT) (envelope-from jflowers@ezo.net) From: "Jim Flowers" To: Subject: Re: Network diagrams Date: Sat, 7 Sep 2002 09:19:57 -0400 Message-Id: <20020907091957.M89714@ezo.net> In-Reply-To: <20020905131223.H85172-100000@kasie.rwsystems.net> References: <20020905145940.GA87075@krijt.livens.net> <20020905131223.H85172-100000@kasie.rwsystems.net> X-Mailer: Open WebMail 1.60 20020130 X-OriginatingIP: 24.93.230.119 (jflowers) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org While not a common solution, I really like InterMapper from Dartware running on a Mac OS X platform. Except for not being able to maintain it remotely, it does everything you could possibly want including generating the map automatically, updating in real time, monitoring both availability and services, email/pager notification of state and making all the information available including maps and reports via web. I get cell phone notification any time a device goes down. The maps are attractive and can include custom text information as well. Best if all your devices support snmp. -- Jim Flowers ---------- Original Message ----------- > On Thu, 5 Sep 2002, Wim Livens wrote: > > I'm looking for a way to automatically generate a network diagram > > image showing IP addresses, hostnames and interface names. > > > > We're running an ISP access network (about 20 nodes) and I don't want > > to update visio drawings manually while all topology info is in a > > database. Besides that, I would like to generate a similar drawing > > for the customer's access link and their router on a web portal. I > > could probably do the latter with GD.pm, but I feel a bit like > > reinventing the wheel and rather have a more generic solution. > > > > The database contains a table like this: > > > > IPaddr, hostname, interface, network > > > > I understand I will need to supply some hints for the layout > > generation, like a rank or coordinates for each node. > > > > I looked at caida.org, but these are all for large backbone networks. > > > > I've also been playing with dot and neato by generating the input file > > from our database, but I can't get it to produce a decent layout, the > > "ranking" feature of dot seems too limited. W.r.t. neato, being an > > access network, there is a clear hierarchy in the nodes, so a > > spring-model graph layout is not suited either. > > > > Any ideas ? > > > > thanks and hoping it was not too far off-topic, > > > > Wim. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message ------- End of Original Message ------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Sep 7 10:37:27 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 462FA37B407 for ; Sat, 7 Sep 2002 10:37:21 -0700 (PDT) Received: from yama.openaccess.org (yama.openaccess.org [216.57.214.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F44743E81 for ; Sat, 7 Sep 2002 10:37:15 -0700 (PDT) (envelope-from michael@staff.openaccess.org) Received: from [10.0.1.10] (0-1pool22-195.nas8.bellevue1.wa.us.da.qwest.net [67.3.22.195]) by yama.openaccess.org (8.12.3/8.11.6) with ESMTP id g87HXdXn089020; Sat, 7 Sep 2002 10:33:39 -0700 (PDT) (envelope-from michael@staff.openaccess.org) User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Sat, 07 Sep 2002 10:37:31 -0700 Subject: Re: OT? MySQL based RADIUS servers From: Michael DeMan To: Randy Smith , Message-ID: In-Reply-To: <20020906092511.M11652-100000@stalker.amigo.net> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org We have been using FreeRADIUS 0.3 in production without any troubles. We are not very high volume though, probably a request a minute 24x7 average, but it has never gone bad on us. We are experimenting with .7 on our secondary RADIUS server since the configuration files changed and we're looking at upgrading a couple of machines. It is only 'beta', but it seems pretty darn solid and I think its definitely the correct long-term choice since there are lots of contributions to the project. 9/6/02 8:37 AM, "Randy Smith" wrote: > Hi all, > > I'm currently running Cistron to do RADIUS authentication. I would like to > move to a MySQL backend. I'm currently looking at ICRadius and FreeRADIUS. > I do not need a web interface or CGI usage tools. > > FreeRADIUS seems to be the better choice but also seems to be in perpetual > beta. OTH, ICRadius is stable looks like it would do what I need. > > What are your experiences with these servers? Are there others you would > recommend? > > Thanks for your input. Michael F. DeMan Director of Technology OpenAccess Internet Services 1305 11th St., 3rd Floor Bellingham, WA 98225 Tel 360-647-0785 x204 Fax 360-738-9785 michael@staff.openaccess.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Sep 7 14:29:31 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B5437B400 for ; Sat, 7 Sep 2002 14:29:28 -0700 (PDT) Received: from vincent.chocobo.cx (h00080e5bef0f.ne.client2.attbi.com [24.61.233.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC9843E42 for ; Sat, 7 Sep 2002 14:29:27 -0700 (PDT) (envelope-from chip@chocobo.cx) Received: from vincent.chocobo.cx (localhost [127.0.0.1]) by vincent.chocobo.cx (8.12.3/8.12.3) with ESMTP id g87LTIB2000339; Sat, 7 Sep 2002 17:29:19 -0400 (EDT) (envelope-from chip@chocobo.cx) Received: (from chip@localhost) by vincent.chocobo.cx (8.12.3/8.12.3/Submit) id g87LTBwx000338; Sat, 7 Sep 2002 17:29:11 -0400 (EDT) X-Authentication-Warning: vincent.chocobo.cx: chip set sender to chip@chocobo.cx using -f Subject: Re: Network diagrams From: Chip Marshall Reply-To: chip@chocobo.cx To: Jim Flowers Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: <20020907091957.M89714@ezo.net> References: <20020905145940.GA87075@krijt.livens.net> <20020905131223.H85172-100000@kasie.rwsystems.net> <20020907091957.M89714@ezo.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-AvibTMyf57c7TQE+bvFC" X-Mailer: Ximian Evolution 1.0.8 Date: 07 Sep 2002 17:29:10 -0400 Message-Id: <1031434150.275.1.camel@vincent.chocobo.cx> Mime-Version: 1.0 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-AvibTMyf57c7TQE+bvFC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2002-09-07 at 09:19, Jim Flowers wrote: > While not a common solution, I really like InterMapper from Dartware runn= ing=20 > on a Mac OS X platform. Except for not being able to maintain it remotel= y,=20 > it does everything you could possibly want including generating the map=20 > automatically, updating in real time, monitoring both availability and=20 > services, email/pager notification of state and making all the informatio= n > available including maps and reports via web. I get cell phone notificat= ion=20 > any time a device goes down. >=20 > The maps are attractive and can include custom text information as well. = =20 > Best if all your devices support snmp. If someone made a free version of InterMapper for X, I'd be in network admin heaven. We used to use it at an ISP I used to work for, it worked great. Unfortunatly, it's a bit pricy for most places where I'd want to use it, and the educational pricing isn't much better. Any X programmers out there listening? :) --=20 Chip Marshall http://www.chocobo.cx/chip/ GCM/CS d+(-) s+:++ a21>? C++ UB++++$ P+++$ L- E--- W++ N@ o K- w O M+ V-- PS+ PE Y+ PGP++ t+@ R@ tv@ b++@ DI++++ D+(-) G++ e>++ h>++ r++ y? --=-AvibTMyf57c7TQE+bvFC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9em+m8vyTVl6qbdQRAoqTAJ9sLZVy1wE0fNHMnSCmnt7LiwOsGgCfdYmC xJNTX8+271q1YS9m7Ps87pA= =osXu -----END PGP SIGNATURE----- --=-AvibTMyf57c7TQE+bvFC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Sep 7 14:57:51 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D61C537B400 for ; Sat, 7 Sep 2002 14:57:48 -0700 (PDT) Received: from cagelink.com (mail.cagelink.com [65.196.129.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8B743E3B for ; Sat, 7 Sep 2002 14:57:43 -0700 (PDT) (envelope-from tyler@cagelink.com) Received: from 127.0.0.1 (localhost [127.0.0.1]) by dummy.domain.name (Postfix) with SMTP id 86D3C2182D1 for ; Sat, 7 Sep 2002 17:56:13 -0500 (EST) Received: from workstation1.cagelink.com (workstation1.cagelink.com [65.196.129.10]) by cagelink.com (Postfix) with SMTP id 37F5E218286 for ; Sat, 7 Sep 2002 17:56:13 -0500 (EST) Date: Sat, 7 Sep 2002 17:56:40 -0500 From: Tyler Richey To: freebsd-isp@freebsd.org Subject: Date problem Message-Id: <20020907175640.2b5c42c2.tyler@cagelink.com> X-Mailer: Sylpheed version 0.8.2 (GTK+ 1.2.10; i386-unknown-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am having a problem with postfix. Every email that comes through our mail server it tacks a hour onto the time. If I set the time back one our on the server and on the machine sending it, it will say the right time. Im not sure if this is a postfix problem, I don't think it is because there are no things in postfix to control time. I think it is something with daylight savings time but im not sure, any ideas? Tyler Richey Network Administrator CageLink Computer Services http://www.cagelink.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Sep 7 16:31:54 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 498A137B400 for ; Sat, 7 Sep 2002 16:31:52 -0700 (PDT) Received: from yama.openaccess.org (yama.openaccess.org [216.57.214.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E513C43E4A for ; Sat, 7 Sep 2002 16:31:51 -0700 (PDT) (envelope-from michael@staff.openaccess.org) Received: from [10.0.1.10] (0-1pool23-219.nas8.bellevue1.wa.us.da.qwest.net [67.3.23.219]) by yama.openaccess.org (8.12.3/8.11.6) with ESMTP id g87NSNXn090081; Sat, 7 Sep 2002 16:28:23 -0700 (PDT) (envelope-from michael@staff.openaccess.org) User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Sat, 07 Sep 2002 16:32:19 -0700 Subject: Re: Network diagrams From: Michael DeMan To: , Jim Flowers Cc: Message-ID: In-Reply-To: <1031434150.275.1.camel@vincent.chocobo.cx> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Has anybody looked at opennms.org? It only runs on linux right now, but is all java based and backed on Postgres. I would think a FreeBSD port wouldn't be too bad, a friend of mine had a couple of guys at his company port it to OSX earlier this year, although I'm not sure where they're at now. - mike 9/7/02 2:29 PM, "Chip Marshall" wrote: > On Sat, 2002-09-07 at 09:19, Jim Flowers wrote: >> While not a common solution, I really like InterMapper from Dartware running >> on a Mac OS X platform. Except for not being able to maintain it remotely, >> it does everything you could possibly want including generating the map >> automatically, updating in real time, monitoring both availability and >> services, email/pager notification of state and making all the information >> available including maps and reports via web. I get cell phone notification >> any time a device goes down. >> >> The maps are attractive and can include custom text information as well. >> Best if all your devices support snmp. > > If someone made a free version of InterMapper for X, I'd be in network > admin heaven. We used to use it at an ISP I used to work for, it worked > great. Unfortunatly, it's a bit pricy for most places where I'd want to > use it, and the educational pricing isn't much better. > > Any X programmers out there listening? :) Michael F. DeMan Director of Technology OpenAccess Internet Services 1305 11th St., 3rd Floor Bellingham, WA 98225 Tel 360-647-0785 x204 Fax 360-738-9785 michael@staff.openaccess.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Sep 7 20: 9:47 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D649437B400 for ; Sat, 7 Sep 2002 20:09:45 -0700 (PDT) Received: from mail.yazzy.org (mail.wrs.no [80.232.16.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DAE643E65 for ; Sat, 7 Sep 2002 20:09:45 -0700 (PDT) (envelope-from yazzy@yazzy.org) Received: from yazzy.org (saruman.wrs [192.168.64.6]) by mail.yazzy.org (Postfix) with SMTP id 8C5FA62F7A31; Sun, 8 Sep 2002 05:06:00 +0200 (CEST) Received: from mail.wrs.no ([80.232.16.66]) (SquirrelMail authenticated user yazzy.yazzy.org) by www.yazzy.org with HTTP; Sun, 8 Sep 2002 05:08:44 +0200 (CEST) Message-ID: <58665.80.232.16.66.1031454524.squirrel@www.yazzy.org> Date: Sun, 8 Sep 2002 05:08:44 +0200 (CEST) Subject: Re: OT? MySQL based RADIUS servers From: "Marcin Jessa" To: Importance: Normal X-MSMail-Priority: Normal X-Priority: 3 In-Reply-To: <20020906092511.M11652-100000@stalker.amigo.net> References: <20020906092511.M11652-100000@stalker.amigo.net> Cc: Reply-To: yazzy@yazzy.org X-Mailer: h4x0r mail yazzy.org (version 1337) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. We have a Authentication of user accounts on OpenBSD using LDAP via RADIUS HowTo on ezunix.orgI thought it may be of interest. I guess it shouldn't be much of a problem to make it work on any other *NIX like FreeBSD. Cheers YazzY. Randy Smith said: > Hi all, > > I'm currently running Cistron to do RADIUS authentication. I would like > to move to a MySQL backend. I'm currently looking at ICRadius and > FreeRADIUS. I do not need a web interface or CGI usage tools. > > FreeRADIUS seems to be the better choice but also seems to be in > perpetual beta. OTH, ICRadius is stable looks like it would do what I > need. > > What are your experiences with these servers? Are there others you > would recommend? > > Thanks for your input. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message