From owner-freebsd-isp Sun Oct 20 23:19:25 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA26665 for isp-outgoing; Sun, 20 Oct 1996 23:19:25 -0700 (PDT) Received: from compute.com (compute.compute.com [192.215.246.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA26659 for ; Sun, 20 Oct 1996 23:19:23 -0700 (PDT) Received: from localhost by compute.com (4.1/SMI-4.1) id AA08125; Sun, 20 Oct 96 23:18:45 PDT Date: Sun, 20 Oct 1996 23:18:45 -0700 (PDT) From: Steve Kehlet - Network Intensive To: freebsd-isp@freebsd.org Subject: SYN attack strategies in latest SNAPs In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was wondering if someone could provide some information about the SYN attack strategies in the latest SNAP releases. Thanks! Steve Kehlet -- -------------------------------------------------------------------------- N E T W O R K I N T E N S I V E Your Premier Internet Service Provider http://www.ni.net -------------------------------------------------------------------------- From owner-freebsd-isp Mon Oct 21 20:01:48 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA09545 for isp-outgoing; Mon, 21 Oct 1996 20:01:48 -0700 (PDT) Received: from npc.haplink.co.cn ([202.96.192.53]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA09534 for ; Mon, 21 Oct 1996 20:01:35 -0700 (PDT) Received: (from xiyuan@localhost) by npc.haplink.co.cn (8.6.11/8.6.9) id LAA14201; Tue, 22 Oct 1996 11:07:50 GMT Date: Tue, 22 Oct 1996 11:07:50 GMT From: xiyuan qian Message-Id: <199610221107.LAA14201@npc.haplink.co.cn> To: isp@freebsd.org Subject: Need help on auto ftp a file to a PC station from my FreeBSD2.1.0 Cc: steve@cioe.com Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am planning auto ftp a file to a PC station, so I can handle the file. But I really need some help, that is: 1). How to ftp a file to a PC with Win31 installed. Someone told me to install a ftpd on the PC, will it be OK? 2). How can it be auto? I mean I need put one file to the PC automaticly. I can auto login, auto passwd, auto put the file or get the file. 3). Can someone help me with auto ftp between two FreeBSD2.1 box? Best regaurds! --xiyuan From owner-freebsd-isp Mon Oct 21 20:51:02 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA13074 for isp-outgoing; Mon, 21 Oct 1996 20:51:02 -0700 (PDT) Received: from tulpi.interconnect.com.au (root@tulpi.interconnect.com.au [192.189.54.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA13051 for ; Mon, 21 Oct 1996 20:50:22 -0700 (PDT) Received: (from ahill@localhost) by tulpi.interconnect.com.au id NAA20408 (8.7.6/IDA-1.6); Tue, 22 Oct 1996 13:48:41 +1000 (EST) Date: Tue, 22 Oct 1996 13:48:40 +1000 (EST) From: Anthony Hill To: xiyuan qian cc: isp@freebsd.org, steve@cioe.com Subject: Re: Need help on auto ftp a file to a PC station from my FreeBSD2.1.0 In-Reply-To: <199610221107.LAA14201@npc.haplink.co.cn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 22 Oct 1996, xiyuan qian wrote: > Hi, I am planning auto ftp a file to a PC station, so I can handle the file. But I really need some help, that is: > 1). How to ftp a file to a PC with Win31 installed. Someone told me to install a ftpd on the PC, will it be OK? > 2). How can it be auto? I mean I need put one file to the PC automaticly. I can auto login, auto passwd, auto put the file or get the file. > 3). Can someone help me with auto ftp between two FreeBSD2.1 box? > > Best regaurds! > You can get winqvt which has an ftp host for windows. You will also need to install an ip stack (trumpet is my choice). As for automating the ftp process, there is a simple langauge called expect, which allows you to automate all sorts of stuff, and would be ideal for this. Expect is in the ports and packages collections. cheers From owner-freebsd-isp Mon Oct 21 21:25:33 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA14831 for isp-outgoing; Mon, 21 Oct 1996 21:25:33 -0700 (PDT) Received: from nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA14808 for ; Mon, 21 Oct 1996 21:25:29 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by nike.efn.org (8.7.5/8.7.3) with SMTP id VAA09252; Mon, 21 Oct 1996 21:24:50 -0700 (PDT) Date: Mon, 21 Oct 1996 21:24:49 -0700 (PDT) From: John-Mark Gurney X-Sender: jmg@nike Reply-To: John-Mark Gurney To: xiyuan qian cc: isp@freebsd.org, steve@cioe.com Subject: Re: Need help on auto ftp a file to a PC station from my FreeBSD2.1.0 In-Reply-To: <199610221107.LAA14201@npc.haplink.co.cn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 22 Oct 1996, xiyuan qian wrote: > 2). How can it be auto? I mean I need put one file to the PC > automaticly. I can auto login, auto passwd, auto put the file or get the > file. take a look at the man page for ftp... look for .netrc... quite useful... I use it over here... the auto get/put shouldn't be hard... i.e. echo get/put filename | ftp hostname (if you have .netrc setup correctly... plus take a look at ncftp for even fancier stuff... hope this helps... ttyl.. John-Mark gurney_j@efn.org http://resnet.uoregon.edu/~gurney_j/ Modem/FAX: (541) 683-6954 (FreeBSD Box) Live in Peace, destroy Micro$oft, support free software, run FreeBSD (unix) From owner-freebsd-isp Tue Oct 22 02:55:30 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA18829 for isp-outgoing; Tue, 22 Oct 1996 02:55:30 -0700 (PDT) Received: from gateway.net.hk (john@router.gateway.net.hk [202.76.7.50]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA18824 for ; Tue, 22 Oct 1996 02:55:23 -0700 (PDT) Received: (from john@localhost) by gateway.net.hk (8.7.6/8.7.3) id RAA06949; Tue, 22 Oct 1996 17:45:21 +0800 (HKT) Date: Tue, 22 Oct 1996 17:45:21 +0800 (HKT) From: John Beukema To: xiyuan qian cc: isp@freebsd.org, steve@cioe.com Subject: Re: Need help on auto ftp a file to a PC station from my FreeBSD2.1.0 In-Reply-To: <199610221107.LAA14201@npc.haplink.co.cn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 22 Oct 1996, xiyuan qian wrote: > Hi, I am planning auto ftp a file to a PC station, so I can handle the file. But I really need some help, that is: > 1). How to ftp a file to a PC with Win31 installed. Someone told me to install a ftpd on the PC, will it be OK? > 2). How can it be auto? I mean I need put one file to the PC automaticly. I can auto login, auto passwd, auto put the file or get the file. > 3). Can someone help me with auto ftp between two FreeBSD2.1 box? Here is one set up to do it. .netrc #must be readable by owner only #get mail from ISP by ftp machine is1.hk.super.net login jbeukema password xxxxxxxx # #macro init runs automatically after login macdef init cd /var/spool/mail get jbeukema johnmail delete jbeukema quit #alternate anomyonous ftp login ftp jbeukema@hk.super.net getmail # this shell initiates the ftp call #!/bin/sh #pickup mail from hk.super.net cd ~john ftp is1.hk.super.net > /dev/null if [ -e johnmail ] then cat johnmail >> /var/mail/john rm johnmail echo "You have new mail (:-)" else echo "No mail (:-(" fi man ftp Hope this helps. jbeukema > > Best regaurds! > > --xiyuan > From owner-freebsd-isp Wed Oct 23 14:58:20 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14186 for isp-outgoing; Wed, 23 Oct 1996 14:58:20 -0700 (PDT) Received: from vic.cioe.com (vic.cioe.com [204.120.165.37]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA14181 for ; Wed, 23 Oct 1996 14:58:17 -0700 (PDT) Received: (from root@localhost) by vic.cioe.com (8.7.5/8.7.3) id QAA00885 for freebsd-isp@freebsd.org; Wed, 23 Oct 1996 16:58:46 -0500 (EST) Date: Wed, 23 Oct 1996 16:58:46 -0500 (EST) From: Steve Ames Message-Id: <199610232158.QAA00885@vic.cioe.com> To: freebsd-isp@freebsd.org Subject: nntpcache Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Warning! Be careful about setting up nntpcache testing. I set up a couple of servers to run nntpcache to see if it would recurve the news traffic in a way that I could present to the all powerful accounting department to get money... a little ways into my test I got an email from the nntpcache people saying: It has come to our attention that you are running an unlicensed nntpcache server. If we get your check within 7 days we will not pursue this matter. OUCH! So not only do I not complete my tests (actually nntpcache seems to lock up frequently on my server, requiring a shutdown/restart to make it function again), but now I'm going to be 'pursued' for running it? Sheesh! Even M$ lets people test run a good portion of its products. Just a note! Be Wary. Also, the licensing requirements should probably be made more plain in the /usr/ports directory. *shrug* (and the licensing requirements are harsh) -Steve From owner-freebsd-isp Wed Oct 23 16:42:19 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA19821 for isp-outgoing; Wed, 23 Oct 1996 16:42:19 -0700 (PDT) Received: from nemesis.idirect.com (root@nemesis.idirect.com [207.136.80.40]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA19815 for ; Wed, 23 Oct 1996 16:42:17 -0700 (PDT) Received: from karma.idirect.com (azurenet13.idirect.com [207.136.87.141]) by nemesis.idirect.com (8.6.9/8.6.12) with SMTP id TAA11894; Wed, 23 Oct 1996 19:28:00 -0400 Message-ID: <326E756D.41C67EA6@idirect.com> Date: Wed, 23 Oct 1996 19:43:42 +0000 From: Jason Lixfeld Organization: /home/carrera/.organization X-Mailer: Mozilla 3.0 (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: bsdi-users CC: freebsd-isp@freebsd.org, info-bsdi-users@bsdi.com Subject: rc file discrepency Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have FreeBSD 2.1.5 on my machine with only a dialup connection (Lame, I know!) Since it is a dynamic IP, I'm looking to streamline my configuration for the best results considering my dialup predicament. I'm not sure wether to run routed, or gated, wether or not to use resolf.conf or named or both, or wether I should setup my machine as a DNS to see if that will make it hum. Anyhow, if you guys could recommend something to streamline a dynamic IP and make this thing fly, I'd appreciate it! :) BRW: When freeBSD boots, it loads the rc file, and it calls syslogd. I get an error that says bind: cannot find selected IP or something to that effect. Just wondering if anyone knows anything about it. Thanks.. From owner-freebsd-isp Wed Oct 23 18:15:00 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA25295 for isp-outgoing; Wed, 23 Oct 1996 18:15:00 -0700 (PDT) Received: from mx.serv.net (mx.serv.net [199.201.191.10]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA25287 for ; Wed, 23 Oct 1996 18:14:58 -0700 (PDT) Received: from MindBender.serv.net by mx.serv.net (8.7.5/SERV Revision: 2.30) id SAA05259; Wed, 23 Oct 1996 18:14:48 -0700 (PDT) Received: from localhost.HeadCandy.com (michaelv@localhost.HeadCandy.com [127.0.0.1]) by MindBender.serv.net (8.7.5/8.7.3) with SMTP id SAA25988; Wed, 23 Oct 1996 18:14:26 -0700 (PDT) Message-Id: <199610240114.SAA25988@MindBender.serv.net> X-Authentication-Warning: MindBender.serv.net: Host michaelv@localhost.HeadCandy.com [127.0.0.1] didn't use HELO protocol To: Jason Lixfeld cc: bsdi-users , freebsd-isp@freebsd.org, info-bsdi-users@bsdi.com Subject: Re: rc file discrepency In-reply-to: Your message of Wed, 23 Oct 96 19:43:42 -0000. <326E756D.41C67EA6@idirect.com> Date: Wed, 23 Oct 1996 18:14:26 -0700 From: "Michael L. VanLoon -- HeadCandy.com" Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I have FreeBSD 2.1.5 on my machine with only a dialup connection (Lame, >I know!) Lots of people run machines like this... >Since it is a dynamic IP, I'm looking to streamline my >configuration for the best results considering my dialup predicament. >I'm not sure wether to run routed, or gated, Don't run either. You don't need to do anything with routes, if you're using ppp. Just let ppp install the default route for you when it brings up a connection. >whether or not to use >resolf.conf or named or both, or wether I should setup my machine as a >DNS to see if that will make it hum. I run a mostly cache-only DNS (it actually thinks it's authoritative for my machines, but I have my own IP#s and domain names). You don't *need* to do this, though. And running DNS isn't the simplest thing to learn. You want to put your machine's IP# (and any other close machines, which you know won't change IP#s) into /etc/hosts. You want to put your ISPs nameservers into /etc/resolv.conf. If you run local DNS, put that in there, too, as the first entry. ----------------------------------------------------------------------------- Michael L. VanLoon michaelv@MindBender.serv.net --< Free your mind and your machine -- NetBSD free un*x >-- NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3, Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32... NetBSD ports in progress: PICA, others... ----------------------------------------------------------------------------- From owner-freebsd-isp Wed Oct 23 19:19:44 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA29518 for isp-outgoing; Wed, 23 Oct 1996 19:19:44 -0700 (PDT) Received: from news.noblecan.org (news.noblecan.org [206.230.121.35]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA29513 for ; Wed, 23 Oct 1996 19:19:42 -0700 (PDT) Received: (from root@localhost) by news.noblecan.org (8.7.3/8.7.3) id VAA09959 for freebsd-isp@freebsd.org; Wed, 23 Oct 1996 21:19:40 -0500 (EST) Date: Wed, 23 Oct 1996 21:19:40 -0500 (EST) From: CIOE Tech Support Message-Id: <199610240219.VAA09959@news.noblecan.org> To: freebsd-isp@freebsd.org Subject: MS SQL library? Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anyone built a library to access MS SQL server? I want to be able to access MS SQL from within my CGI programs under FreeBSD... I could sit down and write it myself, but don't want to reinvent the wheel... -Steve From owner-freebsd-isp Wed Oct 23 22:43:20 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA16799 for isp-outgoing; Wed, 23 Oct 1996 22:43:20 -0700 (PDT) Received: from access.tnet.com.au (access.tnet.com.au [203.15.94.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA16790 for ; Wed, 23 Oct 1996 22:43:14 -0700 (PDT) Received: (from aonline@localhost) by access.tnet.com.au (8.7.4/8.7.3) id NAA12798; Thu, 24 Oct 1996 13:21:11 +0800 Date: Thu, 24 Oct 1996 13:21:11 +0800 (WST) From: Michael Slater To: freebsd-isp@freebsd.org Subject: User Accounting. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I was wondering if their is a good package available for Free-BSD that monitors/controls a users time online. For example members of one group would be limited to 2 hours online after which time they would be disconnected and not allowed back in for 2 hours. And users of another group would be allowed more or less time online, ect... If anyone knows of such a package, then let me know. thanks Michael Slater aonline@tnet.com.au From owner-freebsd-isp Wed Oct 23 22:46:21 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA16970 for isp-outgoing; Wed, 23 Oct 1996 22:46:21 -0700 (PDT) Received: from wave.cyberbeach.net (wave.cyberbeach.net [205.150.79.11]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA16964 for ; Wed, 23 Oct 1996 22:46:19 -0700 (PDT) Received: (from kurt@localhost) by wave.cyberbeach.net (8.7.5/8.7.3) id NAA08319 for freebsd-isp@freebsd.org; Thu, 24 Oct 1996 13:47:11 -0400 (EDT) Date: Thu, 24 Oct 1996 13:47:11 -0400 (EDT) From: Kurt Schafer Message-Id: <199610241747.NAA08319@wave.cyberbeach.net> To: freebsd-isp@freebsd.org Subject: Ascend RADIUS Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Can anybody shed some light on compiling Ascend's version of RADIUS to work on a FreeBSD machine ? We've picked up a few Max 4000's and the Livingston RADIUS we are using now is missing some of the Ascend extras that we'd like to utilize on the max. Should I be manipulating the makefile for BSDI ? Linux ? I tried a default BSDI compile and it came back with an error about missing files in the /machine subdirectory. -Kurt From owner-freebsd-isp Wed Oct 23 22:48:53 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA17192 for isp-outgoing; Wed, 23 Oct 1996 22:48:53 -0700 (PDT) Received: from dreamlabs.dreaming.org (root@dreamlabs.dreaming.org [207.107.8.200]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA17187 for ; Wed, 23 Oct 1996 22:48:52 -0700 (PDT) Received: from dreamlabs.dreaming.org (mitayai@dreamlabs.dreaming.org [207.107.8.200]) by dreamlabs.dreaming.org (8.7.6/8.6.12) with SMTP id BAA18040; Thu, 24 Oct 1996 01:46:49 -0400 (EDT) Date: Thu, 24 Oct 1996 01:46:48 -0400 (EDT) From: Will Mitayai Keeso Rowe To: "Michael L. VanLoon -- HeadCandy.com" cc: Jason Lixfeld , bsdi-users , freebsd-isp@FreeBSD.ORG, info-bsdi-users@bsdi.com Subject: Re: rc file discrepency In-Reply-To: <199610240114.SAA25988@MindBender.serv.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 23 Oct 1996, Michael L. VanLoon -- HeadCandy.com wrote: > > >I have FreeBSD 2.1.5 on my machine with only a dialup connection (Lame, > >I know!) > > Lots of people run machines like this... > > >Since it is a dynamic IP, I'm looking to streamline my > >configuration for the best results considering my dialup predicament. > >I'm not sure wether to run routed, or gated, > > Don't run either. You don't need to do anything with routes, if > you're using ppp. Just let ppp install the default route for you when > it brings up a connection. > > >whether or not to use > >resolf.conf or named or both, or wether I should setup my machine as a > >DNS to see if that will make it hum. > > I run a mostly cache-only DNS (it actually thinks it's authoritative > for my machines, but I have my own IP#s and domain names). > > You don't *need* to do this, though. And running DNS isn't the > simplest thing to learn. > > You want to put your machine's IP# (and any other close machines, > which you know won't change IP#s) into /etc/hosts. You want to put > your ISPs nameservers into /etc/resolv.conf. If you run local DNS, > put that in there, too, as the first entry. Just a note that in the /etc/resolv.conf, make sure that if you are running a local nameserver, even just a caching one, the line required in the nameserver line for it must be an IP address that is present at bootup. Therefore, if you have not set an ifconfic/route pair for your ppp connection in the /etc/syslog.conf, use 127.0.0.1 which should work fine. thus, on my dad's machine, nightmare.dreaming.org: #/etc/resolv.conf domain dreaming.org nameserver 127.0.0.1 nameserver 207.107.8.200 # dreamlabs main name server -Mit Will Mitayai Keeso Rowe The DreamLabs Network http://www.dreaming.org (905)725-9139 From owner-freebsd-isp Wed Oct 23 23:38:10 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA19880 for isp-outgoing; Wed, 23 Oct 1996 23:38:10 -0700 (PDT) Received: from DNS.Lamb.net (root@DNS.Lamb.net [206.169.44.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA19875 for ; Wed, 23 Oct 1996 23:38:09 -0700 (PDT) Received: from Gatekeeper.Lamb.net (ulf@Gatekeeper.Lamb.net [206.169.44.2]) by DNS.Lamb.net (8.8.2/8.7.3) with ESMTP id XAA17910; Wed, 23 Oct 1996 23:45:53 -0700 (PDT) Received: (from ulf@localhost) by Gatekeeper.Lamb.net (8.8.2/8.7.6) id XAA24873; Wed, 23 Oct 1996 23:36:12 -0700 (PDT) From: "Ulf Zimmermann" Message-Id: <961023233612.ZM24871@Gatekeeper.Lamb.net> Date: Wed, 23 Oct 1996 23:36:12 -0700 In-Reply-To: Kurt Schafer "Ascend RADIUS" (Oct 24, 1:47pm) References: <199610241747.NAA08319@wave.cyberbeach.net> X-Mailer: Z-Mail (4.0b.514 14may96) To: Kurt Schafer , freebsd-isp@freebsd.org Subject: Re: Ascend RADIUS MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Oct 24, 1:47pm, Kurt Schafer wrote: > Subject: Ascend RADIUS > > Can anybody shed some light on compiling Ascend's version of RADIUS to work > on a FreeBSD machine ? We've picked up a few Max 4000's and the Livingston > RADIUS we are using now is missing some of the Ascend extras that we'd like > to utilize on the max. > > Should I be manipulating the makefile for BSDI ? Linux ? I tried a default > BSDI compile and it came back with an error about missing files in the > /machine subdirectory. > > -Kurt > >-- End of excerpt from Kurt Schafer There is a port for the Ascend radius in the port tree. Ulf. -- Ulf. -------------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-769-2936 Lamb Art Internet Services | http://www.Lamb.net/ | http://www.Alameda.net From owner-freebsd-isp Thu Oct 24 06:21:05 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA20496 for isp-outgoing; Thu, 24 Oct 1996 06:21:05 -0700 (PDT) Received: from mail.id.net (mail.id.net [199.125.1.6]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA20489 for ; Thu, 24 Oct 1996 06:21:03 -0700 (PDT) Received: from server.id.net (rls@server.id.net [199.125.1.10]) by mail.id.net (8.7.5/ID-Net) with ESMTP id JAA17059; Thu, 24 Oct 1996 09:22:53 -0400 (EDT) Received: (from rls@localhost) by server.id.net (8.7.5/8.7.3) id JAA17637; Thu, 24 Oct 1996 09:21:05 -0400 (EDT) From: Robert Shady Message-Id: <199610241321.JAA17637@server.id.net> Subject: Re: nntpcache In-Reply-To: <199610232158.QAA00885@vic.cioe.com> from Steve Ames at "Oct 23, 96 04:58:46 pm" To: steve@cioe.com (Steve Ames) Date: Thu, 24 Oct 1996 09:21:05 -0400 (EDT) Cc: freebsd-isp@FREEBSD.ORG X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@FREEBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Warning! Be careful about setting up nntpcache testing. I set up a > couple of servers to run nntpcache to see if it would recurve the news > traffic in a way that I could present to the all powerful accounting > department to get money... a little ways into my test I got an email > from the nntpcache people saying: > > It has come to our attention that you are running an unlicensed nntpcache > server. If we get your check within 7 days we will not pursue this matter. > > OUCH! So not only do I not complete my tests (actually nntpcache seems > to lock up frequently on my server, requiring a shutdown/restart to make > it function again), but now I'm going to be 'pursued' for running it? > > Sheesh! Even M$ lets people test run a good portion of its products. > > Just a note! Be Wary. Also, the licensing requirements should probably > be made more plain in the /usr/ports directory. *shrug* (and the > licensing requirements are harsh) I'd be willing to bet that with the proper attorney, you could also have a counter-suit against them for 'Knowingly & Willingly wasting your corporate resources costing you bandwidth & money without your permission and against your will'... I think it's very wrong for software to assume that if you have an Internet connection that it's okay to waste my resources sending the authors an e-mail message... What is this world coming to? -- Rob === _/_/_/_/_/ _/_/_/_/ _/_/ _/ _/_/_/_/_/ _/_/_/_/_/ _/ _/ _/ _/_/_/ _/ _/ _/ _/_/_/_/ _/ _/_/_/_/_/ _/_/_/_/ _/ _/ _/_/_/_/_/ _/ Innovative Data Services Serving South-Eastern Michigan Internet Service Provider / Hardware Sales / Consulting Services Voice: (810)855-0404 / Fax: (810)855-3268 / Web: http://www.id.net From owner-freebsd-isp Thu Oct 24 09:07:15 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA01800 for isp-outgoing; Thu, 24 Oct 1996 09:07:15 -0700 (PDT) Received: from Orion.w3page.com (root@p12.pm-5.pm.dimensional.com [206.100.130.140]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA01794 for ; Thu, 24 Oct 1996 09:07:12 -0700 (PDT) Received: from Orion (blaine@localhost [127.0.0.1]) by Orion.w3page.com (8.6.9/8.6.9) with SMTP id KAA06073; Thu, 24 Oct 1996 10:07:02 -0600 Message-ID: <326F9425.248ACE16@w3page.com> Date: Thu, 24 Oct 1996 10:07:01 -0600 From: Blaine Minazzi Organization: What, me organized? X-Mailer: Mozilla 2.02 (X11; I; Linux 1.2.13 i486) MIME-Version: 1.0 To: wu-ftpd@wugate.wustl.edu CC: Freebsd-isp@FreeBSD.org Subject: Speed of access. References: <199610241524.QAA01156@shocked.acc.brad.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I have _ONE_ client who is complaining about speed of their ftp connection, also the Telnet and Popmail server. Their web pages seem to be fine speed wise, but during "peak" hours, only thier telnet/ftp/pop mail is s. l. o. w. THey have used 4 different accounts on differing ISP,s all from the Phoenix and Chandler Area. ( including an account on infomagic. ) None of these accounts are compuserve/netcom/AOL type of accounts... I have tried to duplicate the problem, bot everything seems pretty normal to me. Our server is not even breaking a sweat, our T-1 not overloaded, and only this user has reported these kinds of problems. Methinks it is a router betwixt us... Any other thoughts, suggestions, etc. He is Only complaining of the FTP, Telnet, and POP. He says the his web pages are O.K. If there is anything in WU-FTP or FreeBSD that can be tweaked on my end, I am open to suggestions. From owner-freebsd-isp Thu Oct 24 10:16:41 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA06693 for isp-outgoing; Thu, 24 Oct 1996 10:16:41 -0700 (PDT) Received: from buffnet4.buffnet.net (root@buffnet4.buffnet.net [205.246.19.13]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA06681 for ; Thu, 24 Oct 1996 10:16:38 -0700 (PDT) Received: from buffnet1.buffnet.net (mmdf@buffnet1.buffnet.net [205.246.19.10]) by buffnet4.buffnet.net (8.6.12/8.6.9) with SMTP id MAA16096 for ; Thu, 24 Oct 1996 12:18:36 GMT Received: from buffnet11.buffnet.net by buffnet1.buffnet.net id aa04614; 24 Oct 96 13:23 EDT Date: Thu, 24 Oct 1996 13:23:32 -0400 (EDT) From: Steve To: Blaine Minazzi cc: wu-ftpd@wugate.wustl.edu, Freebsd-isp@freebsd.org Subject: Re: Speed of access. In-Reply-To: <326F9425.248ACE16@w3page.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I had some users have slowness or stall issues, especially trumpet users, unless I moved the freebsd boxes the other side of a cisco router. People dont want to believe me but there is something a bit hokie with freebsd tcp/ip that I do not see with SCO or Linux - but since going thru a cisco stops it, I can work with it. On Thu, 24 Oct 1996, Blaine Minazzi wrote: > I have _ONE_ client who is complaining about speed of their ftp > connection, also the Telnet and Popmail server. > > Their web pages seem to be fine speed wise, but during "peak" hours, > only thier telnet/ftp/pop mail is s. l. o. w. > > THey have used 4 different accounts on differing ISP,s all from the > Phoenix and Chandler Area. ( including an account on infomagic. ) > None of these accounts are compuserve/netcom/AOL type of accounts... > > > I have tried to duplicate the problem, bot everything seems pretty > normal to me. > > Our server is not even breaking a sweat, our T-1 not overloaded, > and only this user has reported these kinds of problems. > > Methinks it is a router betwixt us... Any other thoughts, suggestions, > etc. He is Only complaining of the FTP, Telnet, and POP. > He says the his web pages are O.K. > > If there is anything in WU-FTP or FreeBSD that can be tweaked on my > end, I am open to suggestions. > From owner-freebsd-isp Thu Oct 24 10:39:35 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA08668 for isp-outgoing; Thu, 24 Oct 1996 10:39:35 -0700 (PDT) Received: from genesis.ximango.com.br (root@genesis.ximango.com.br [200.238.54.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA08652 for ; Thu, 24 Oct 1996 10:39:27 -0700 (PDT) Received: (from jdt@localhost) by genesis.ximango.com.br (8.7.5/8.7.3) id PAA02279; Thu, 24 Oct 1996 15:40:32 GMT Date: Thu, 24 Oct 1996 15:40:30 +0000 () From: Joao Daniel Togni To: Blaine Minazzi cc: wu-ftpd@wugate.wustl.edu, Freebsd-isp@FreeBSD.ORG Subject: Re: Speed of access. In-Reply-To: <326F9425.248ACE16@w3page.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Oct 1996, Blaine Minazzi wrote: > I have _ONE_ client who is complaining about speed of their ftp > connection, also the Telnet and Popmail server. > > Their web pages seem to be fine speed wise, but during "peak" hours, > only thier telnet/ftp/pop mail is s. l. o. w. > I had a problem with the win95 and netscape32+trumpet32, i don't know why but the connection was slow, than i change my client to netscape16+trumpet16, and it works fine, why i dont know too!!!! Joao Daniel Togni From owner-freebsd-isp Thu Oct 24 11:14:26 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA11440 for isp-outgoing; Thu, 24 Oct 1996 11:14:26 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA11435 for ; Thu, 24 Oct 1996 11:14:25 -0700 (PDT) Received: from glacier.cold.org (glacier.cold.org [206.81.134.54]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id LAA14025 for ; Thu, 24 Oct 1996 11:14:24 -0700 (PDT) Received: from localhost (brandon@localhost) by glacier.cold.org (8.7.5/8.7.3) with SMTP id MAA10698; Thu, 24 Oct 1996 12:14:01 -0600 (MDT) Date: Thu, 24 Oct 1996 12:14:01 -0600 (MDT) From: Brandon Gillespie To: Joao Daniel Togni cc: Blaine Minazzi , wu-ftpd@wugate.wustl.edu, Freebsd-isp@FreeBSD.ORG Subject: Re: Speed of access. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Oct 1996, Joao Daniel Togni wrote: > On Thu, 24 Oct 1996, Blaine Minazzi wrote: > > I have _ONE_ client who is complaining about speed of their ftp > > connection, also the Telnet and Popmail server. > > > > Their web pages seem to be fine speed wise, but during "peak" hours, > > only thier telnet/ftp/pop mail is s. l. o. w. > > > I had a problem with the win95 and netscape32+trumpet32, i don't > know why but the connection was slow, than i change my client to > netscape16+trumpet16, and it works fine, why i dont know too!!!! my suggestion, try win95 + win95 dialup support + netscape 32--nix trumpet all together. -Brandon Gillespie From owner-freebsd-isp Thu Oct 24 12:45:42 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA17163 for isp-outgoing; Thu, 24 Oct 1996 12:45:42 -0700 (PDT) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA17158 for ; Thu, 24 Oct 1996 12:45:40 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id MAA06343; Thu, 24 Oct 1996 12:46:32 -0700 (PDT) Message-Id: <199610241946.MAA06343@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Steve cc: Blaine Minazzi , wu-ftpd@wugate.wustl.edu, Freebsd-isp@freebsd.org Subject: Re: Speed of access. In-reply-to: Your message of "Thu, 24 Oct 1996 13:23:32 EDT." From: David Greenman Reply-To: dg@root.com Date: Thu, 24 Oct 1996 12:46:32 -0700 Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I had some users have slowness or stall issues, especially trumpet users, >unless I moved the freebsd boxes the other side of a cisco router. > >People dont want to believe me but there is something a bit hokie with >freebsd tcp/ip that I do not see with SCO or Linux - but since going thru >a cisco stops it, I can work with it. If moving it to the other side of a Cisco stops the problem, then the problem isn't with TCP/IP. Problems like this can be caused by a number of things, ranging from incorrect serial port flow control setting to an unusual bug in the PPP protocol (I assume you're using PPP?). You might try disabling VJ header compression if it's enabled and see if that makes any difference. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-isp Thu Oct 24 14:16:37 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA22210 for isp-outgoing; Thu, 24 Oct 1996 14:16:37 -0700 (PDT) Received: from buffnet4.buffnet.net (root@buffnet4.buffnet.net [205.246.19.13]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA22204 for ; Thu, 24 Oct 1996 14:16:33 -0700 (PDT) Received: from buffnet1.buffnet.net (mmdf@buffnet1.buffnet.net [205.246.19.10]) by buffnet4.buffnet.net (8.6.12/8.6.9) with SMTP id QAA18015 for ; Thu, 24 Oct 1996 16:18:38 GMT Received: from buffnet11.buffnet.net by buffnet1.buffnet.net id aa05949; 24 Oct 96 17:23 EDT Date: Thu, 24 Oct 1996 17:23:12 -0400 (EDT) From: Steve To: David Greenman cc: Blaine Minazzi , wu-ftpd@wugate.wustl.edu, Freebsd-isp@freebsd.org Subject: Re: Speed of access. In-Reply-To: <199610241946.MAA06343@root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Oct 1996, David Greenman wrote: > >I had some users have slowness or stall issues, especially trumpet users, > >unless I moved the freebsd boxes the other side of a cisco router. > > > >People dont want to believe me but there is something a bit hokie with > >freebsd tcp/ip that I do not see with SCO or Linux - but since going thru > >a cisco stops it, I can work with it. > > If moving it to the other side of a Cisco stops the problem, then the > problem isn't with TCP/IP. Problems like this can be caused by a number of > things, ranging from incorrect serial port flow control setting to an > unusual bug in the PPP protocol (I assume you're using PPP?). You might try > disabling VJ header compression if it's enabled and see if that makes any > difference. > Actually enabling vj compression at the term server (not a freebsd) elliviated some of it. From owner-freebsd-isp Thu Oct 24 16:12:37 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA29252 for isp-outgoing; Thu, 24 Oct 1996 16:12:37 -0700 (PDT) Received: from pegasus.dlc.fi (pegasus.dlc.fi [194.251.35.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA29246 for ; Thu, 24 Oct 1996 16:12:34 -0700 (PDT) Received: (from raccoon@localhost) by pegasus.dlc.fi (8.7.5/8.7.3) id CAA12518 for freebsd-isp@FreeBSD.ORG; Fri, 25 Oct 1996 02:11:19 +0200 (EET) From: "Antti Rytsola" Message-Id: <9610250211.ZM12514@pegasus.dlc.fi> Date: Fri, 25 Oct 1996 02:11:18 +0200 In-Reply-To: Kurt Schafer "Ascend RADIUS" (Oct 24, 1:47pm) References: <199610241747.NAA08319@wave.cyberbeach.net> X-Mailer: Z-Mail (3.2.0 26oct94 MediaMail) To: freebsd-isp@FreeBSD.ORG Subject: Re: Ascend RADIUS Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PART-BOUNDARY=.19610250211.ZM12514.dlc.fi" Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk --PART-BOUNDARY=.19610250211.ZM12514.dlc.fi Content-Description: Text Content-Type: text/plain ; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Zm-Decoding-Hint: mimencode -q -u > Can anybody shed some light on compiling Ascend's version of RADIUS to = work > on a FreeBSD machine ? We've picked up a few Max 4000's and the Livings= ton Are you trying to compile a server or a client to the RADIUS? If you've found some client sources please let me know. -- = Antti Ryts=F6l=E4 Data Link Connections raccoon@dlc.fi = = --PART-BOUNDARY=.19610250211.ZM12514.dlc.fi-- From owner-freebsd-isp Thu Oct 24 18:32:24 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA10421 for isp-outgoing; Thu, 24 Oct 1996 18:32:24 -0700 (PDT) Received: from galaxia.com (root@galaxia.com [204.255.210.97]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA10413 for ; Thu, 24 Oct 1996 18:32:19 -0700 (PDT) Received: (from dave@localhost) by galaxia.com (8.6.11/8.6.6) id VAA18133; Thu, 24 Oct 1996 21:32:15 -0400 Date: Thu, 24 Oct 1996 21:32:14 -0400 (EDT) From: "David H. Brierley" To: Freebsd-isp@FreeBSD.org Subject: Re: Speed of access. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Oct 1996, Steve wrote: > Actually enabling vj compression at the term server (not a freebsd) > elliviated some of it. I have seen a bug in several implementations of PPP, including the one that comes with FreeBSD, that would cause slowness if the remote end did not support VJ compression. The software would attempt to negotiate VJ, get a "deny" message from the remote, and then proceed to use VJ anyway. The software would send every packet with VJ enabled, get a timeout, and then resend it VJ turned off. -- David H. Brierley Work: dhb@ssd.ray.com UNIX Hacker Extraordinaire Home: dave@galaxia.com From owner-freebsd-isp Thu Oct 24 18:56:17 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA12283 for isp-outgoing; Thu, 24 Oct 1996 18:56:17 -0700 (PDT) Received: from mail.webspan.net (mail.webspan.net [206.154.70.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA12278 for ; Thu, 24 Oct 1996 18:56:14 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (8.7.5/8.7.3) with ESMTP id VAA17148; Thu, 24 Oct 1996 21:55:24 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (8.7.5/8.7.3) with ESMTP id VAA07870; Thu, 24 Oct 1996 21:53:50 -0400 (EDT) To: "David H. Brierley" cc: Freebsd-isp@FreeBSD.org From: "Gary Palmer" Subject: Re: Speed of access. In-reply-to: Your message of "Thu, 24 Oct 1996 21:32:14 EDT." Date: Thu, 24 Oct 1996 21:53:50 -0400 Message-ID: <7867.846208430@orion.webspan.net> Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk "David H. Brierley" wrote in message ID : > On Thu, 24 Oct 1996, Steve wrote: > > > Actually enabling vj compression at the term server (not a freebsd) > > elliviated some of it. > > I have seen a bug in several implementations of PPP, including the one > that comes with FreeBSD, that would cause slowness if the remote end Which ``one'' ... there are *two* PPP implimentations in FreeBSD... Also, (a) which version of FreeBSD were you using, and (b) why don't I recall a PR about this? If we never get told this, how are we meant to fix it! (Appologies if there is a PR, but I can't remember seeing one off the top of my head) Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-isp Thu Oct 24 21:14:49 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA18910 for isp-outgoing; Thu, 24 Oct 1996 21:14:49 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA18901 for ; Thu, 24 Oct 1996 21:14:40 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id WAA08650; Thu, 24 Oct 1996 22:14:31 -0600 (MDT) Date: Thu, 24 Oct 1996 22:14:31 -0600 (MDT) Message-Id: <199610250414.WAA08650@rocky.mt.sri.com> From: Nate Williams To: "David H. Brierley" Cc: Freebsd-isp@freebsd.org Subject: Re: Speed of access. In-Reply-To: References: Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have seen a bug in several implementations of PPP, including the one > that comes with FreeBSD, that would cause slowness if the remote end > did not support VJ compression. The software would attempt to negotiate > VJ, get a "deny" message from the remote, and then proceed to use VJ > anyway. The software would send every packet with VJ enabled, get a > timeout, and then resend it VJ turned off. Does it exist in FreeBSD 2.1.5? > David H. Brierley Work: dhb@ssd.ray.com > UNIX Hacker Extraordinaire Home: dave@galaxia.com For Someone which such wonderful credentials a fix for this if it exists should be trivial. Please provide a fix for this and send it to the -current mailing list. :) Nate From owner-freebsd-isp Fri Oct 25 09:44:00 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA01413 for isp-outgoing; Fri, 25 Oct 1996 09:44:00 -0700 (PDT) Received: from radio.nwpros.com (nwpros.com [205.229.128.214]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA01407 for ; Fri, 25 Oct 1996 09:43:54 -0700 (PDT) Received: from rickbox.nwpros.com (rickbox.nwpros.com [205.229.128.217]) by radio.nwpros.com (8.6.12/8.6.12) with SMTP id LAA19599 for ; Fri, 25 Oct 1996 11:48:23 -0500 Message-Id: <1.5.4.32.19961025165419.0067de20@nwpros.com> X-Sender: rickg@nwpros.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Oct 1996 11:54:19 -0500 To: freebsd-isp@freebsd.org From: Rick Gray Subject: FTP Access denials Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey all. I have had a recent problem with FTP. It had been running fine up til now. Suddenly I am getting access denied, socket not connected and can't verify gethostbyname messages. Everything is as it was and I have not touched the FTP files in months ago when I installed wu_ftp. I am also running tcpwrap. All permissions are set correctly. No one can log in anonymously or with their user login. I am still running FBSD 2.0 and it is still stable as a rock. Any one have any suggestions? Try logging into us if you have the time at nwpros.com anonymously. I cannot login from my remote console with either access. I even had it setup to allow root to login but it doesn't even do that now. Thanks for the help in advance. From owner-freebsd-isp Fri Oct 25 11:02:44 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA05577 for isp-outgoing; Fri, 25 Oct 1996 11:02:44 -0700 (PDT) Received: from radio.nwpros.com (nwpros.com [205.229.128.214]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA05571 for ; Fri, 25 Oct 1996 11:02:41 -0700 (PDT) Received: from rickbox.nwpros.com (rickbox.nwpros.com [205.229.128.217]) by radio.nwpros.com (8.6.12/8.6.12) with SMTP id NAA20484 for ; Fri, 25 Oct 1996 13:07:12 -0500 Message-Id: <1.5.4.32.19961025181308.0068b8cc@nwpros.com> X-Sender: rickg@nwpros.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Oct 1996 13:13:08 -0500 To: freebsd-isp@freebsd.org From: Rick Gray Subject: Update FTP Problem Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Update: I found people outside our system can gain access but the users within can't FTP into us. That's using both their login or anon.They can FTP outside of us thogh. Also I see a file listed when I do a 'locate' for FTP and it is this: home/FTP/pub ../ ../stevan I don't have a user by this name and under this directroy are several files. How can I get into this directory and see what it is? I'm at a loss. Any suggestions? Thanks. From owner-freebsd-isp Fri Oct 25 14:29:42 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA17233 for isp-outgoing; Fri, 25 Oct 1996 14:29:42 -0700 (PDT) Received: from radio.nwpros.com (nwpros.com [205.229.128.214]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA17224 for ; Fri, 25 Oct 1996 14:29:39 -0700 (PDT) Received: from rickbox.nwpros.com (rickbox.nwpros.com [205.229.128.217]) by radio.nwpros.com (8.6.12/8.6.12) with SMTP id QAA00674 for ; Fri, 25 Oct 1996 16:29:38 -0500 Message-Id: <1.5.4.32.19961025214012.006877b4@nwpros.com> X-Sender: rickg@nwpros.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Oct 1996 16:40:12 -0500 To: freebsd-isp@freebsd.org From: Rick Gray Subject: Problems again Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I can't believe this...when I said the FTP was working after I rebooted, it was. Then I was getting these messages about the ftpd socket not connected messages. What's up with that? Now I can't FTP into us again! I'm really getting frustrated. Any one have any clue? Thanks and sorry again. =( From owner-freebsd-isp Fri Oct 25 15:24:45 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA25659 for isp-outgoing; Fri, 25 Oct 1996 15:24:45 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA25634 for ; Fri, 25 Oct 1996 15:24:39 -0700 (PDT) Received: from radio.nwpros.com (nwpros.com [205.229.128.214]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id OAA17230 for ; Fri, 25 Oct 1996 14:21:41 -0700 (PDT) Received: from rickbox.nwpros.com (rickbox.nwpros.com [205.229.128.217]) by radio.nwpros.com (8.6.12/8.6.12) with SMTP id QAA00515 for ; Fri, 25 Oct 1996 16:21:39 -0500 Message-Id: <1.5.4.32.19961025213212.0068f080@nwpros.com> X-Sender: rickg@nwpros.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Oct 1996 16:32:12 -0500 To: freebsd-isp@FreeBSD.ORG From: Rick Gray Subject: Problem solved Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Heyas again. Well, I hated to do it but I ended up rebooting the system. After that was done, FTP started working perfectly. Not sure what the problem was and if it arises again, I may have to reboot again. I hate rebooting because of the side-effects to the harddrive and files but what other choice did I have? Oh well, ignore my previous inquiries. Sorry to have bothered all... From owner-freebsd-isp Fri Oct 25 15:33:00 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA26987 for isp-outgoing; Fri, 25 Oct 1996 15:33:00 -0700 (PDT) Received: from radio.nwpros.com (nwpros.com [205.229.128.214]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA26979 for ; Fri, 25 Oct 1996 15:32:56 -0700 (PDT) Received: from rickbox.nwpros.com (rickbox.nwpros.com [205.229.128.217]) by radio.nwpros.com (8.6.12/8.6.12) with SMTP id RAA01416 for ; Fri, 25 Oct 1996 17:32:56 -0500 Message-Id: <1.5.4.32.19961025224330.00688860@nwpros.com> X-Sender: rickg@nwpros.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Oct 1996 17:43:30 -0500 To: freebsd-isp@freebsd.org From: Rick Gray Subject: Hackers Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I believe I know what my FTP problem is. After I rebooted I noticed several people FTPing into the system, none who are customers. Looking at the home/FTP/pub files shows nothing but when I did a ls -a it showed a hidden file: ../ ../stevan. This is the file the hackers are retrieving. I can't even delete the file or change the access. I must warn everyone of this. The users use the email name of mozilla@ for the majority. So somehow when these guys come into my system, it screws up FTP. I disabled FTP in inetd until I find a solution to this problem. I was told that FreeBSD was very secure but now someone has found a loophole somewhere, I guess. Is there a way to deny these hackers access but allow my customers access? Again, I am using wu_ftp and tcp_wrappers on my 2.0 system. I don't know how to stop them other than not run FTP which of course is not acceptable. So everyone do a ps ax and check to see if anyone is FTPed into your system as mozilla. Those are the majority of hackers I saw...I guess they all use the same name. One last thing..they were not FTPing directly to me. They were going through other machines to cover their tracks. I informed one company of the problem but said they can't help since this person was not a customer. I found that strange. They whould be able to see someoneusing their system too. I hope I have warned enough of you. If you have a solution to my/our problem, PLEASE let me know. I use FTP quite a bit along with seeveral of my customers. Thanks. From owner-freebsd-isp Fri Oct 25 15:54:46 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA29109 for isp-outgoing; Fri, 25 Oct 1996 15:54:46 -0700 (PDT) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA29101 for ; Fri, 25 Oct 1996 15:54:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id PAA09148; Fri, 25 Oct 1996 15:55:46 -0700 (PDT) Message-Id: <199610252255.PAA09148@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Rick Gray cc: freebsd-isp@FreeBSD.ORG Subject: Re: Hackers In-reply-to: Your message of "Fri, 25 Oct 1996 17:43:30 CDT." <1.5.4.32.19961025224330.00688860@nwpros.com> From: David Greenman Reply-To: dg@root.com Date: Fri, 25 Oct 1996 15:55:46 -0700 Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I believe I know what my FTP problem is. After I rebooted I noticed several >people FTPing into the system, none who are customers. Looking at the >home/FTP/pub files shows nothing but when I did a ls -a it showed a hidden >file: ../ ../stevan. This is the file the hackers are retrieving. I can't >even delete the file or change the access. I must warn everyone of this. The >users use the email name of mozilla@ for the majority. You should be able to do a: rm -rf ".*stevan*" ...but you may wish to cd to it first to see what's in it. cd ".*stevan*" should similarly work. >So somehow when these guys come into my system, it screws up FTP. I disabled >FTP in inetd until I find a solution to this problem. I was told that >FreeBSD was very secure but now someone has found a loophole somewhere, I guess. You probably need to better control the upload permissions. >So everyone do a ps ax and check to see if anyone is FTPed into your system >as mozilla. Those are the majority of hackers I saw...I guess they all use >the same name. One last thing..they were not FTPing directly to me. They "mozilla" is the standard anonymous password that Netscape uses. It's not at all unusual. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-isp Fri Oct 25 18:34:25 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA13674 for isp-outgoing; Fri, 25 Oct 1996 18:34:25 -0700 (PDT) Received: from mail.webspan.net (mail.webspan.net [206.154.70.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA13526 for ; Fri, 25 Oct 1996 18:34:16 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (8.7.5/8.7.3) with ESMTP id VAA00995; Fri, 25 Oct 1996 21:33:30 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (8.7.5/8.7.3) with ESMTP id VAA18340; Fri, 25 Oct 1996 21:31:50 -0400 (EDT) To: Rick Gray cc: freebsd-isp@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Hackers In-reply-to: Your message of "Fri, 25 Oct 1996 17:43:30 CDT." <1.5.4.32.19961025224330.00688860@nwpros.com> Date: Fri, 25 Oct 1996 21:31:50 -0400 Message-ID: <18338.846293510@orion.webspan.net> Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Rick Gray wrote in message ID <1.5.4.32.19961025224330.00688860@nwpros.com>: > I believe I know what my FTP problem is. After I rebooted I noticed several > people FTPing into the system, none who are customers. Looking at the > home/FTP/pub files shows nothing but when I did a ls -a it showed a hidden > file: ../ ../stevan. This is the file the hackers are retrieving. I can't > even delete the file or change the access. I must warn everyone of this. The > users use the email name of mozilla@ for the majority. `mozilla' is the ID used by the netscape browser (read the README in the Netscape tar.gz if you don't believe me) Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-isp Fri Oct 25 18:45:32 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14451 for isp-outgoing; Fri, 25 Oct 1996 18:45:32 -0700 (PDT) Received: from calvin.katrinet.se (gorgon@calvin.katrinet.se [194.236.107.4]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA14444 for ; Fri, 25 Oct 1996 18:45:24 -0700 (PDT) Received: (from gorgon@localhost) by calvin.katrinet.se (8.6.12/8.6.9) id DAA00446; Sat, 26 Oct 1996 03:44:11 +0100 Date: Sat, 26 Oct 1996 03:44:10 +0100 (MET) From: Stefan Jakobsson To: Rick Gray cc: freebsd-isp@FreeBSD.ORG Subject: Re: Hackers In-Reply-To: <1.5.4.32.19961025224330.00688860@nwpros.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 25 Oct 1996, Rick Gray wrote: > Date: Fri, 25 Oct 1996 17:43:30 -0500 > From: Rick Gray > To: freebsd-isp@FreeBSD.ORG > Subject: Hackers > > I believe I know what my FTP problem is. After I rebooted I noticed several > people FTPing into the system, none who are customers. Looking at the > home/FTP/pub files shows nothing but when I did a ls -a it showed a hidden > file: ../ ../stevan. This is the file the hackers are retrieving. I can't > even delete the file or change the access. I must warn everyone of this. The > users use the email name of mozilla@ for the majority. > > So somehow when these guys come into my system, it screws up FTP. I disabled > FTP in inetd until I find a solution to this problem. I was told that > FreeBSD was very secure but now someone has found a loophole somewhere, I guess. > > Is there a way to deny these hackers access but allow my customers access? > Again, I am using wu_ftp and tcp_wrappers on my 2.0 system. I don't know how > to stop them other than not run FTP which of course is not acceptable. > > So everyone do a ps ax and check to see if anyone is FTPed into your system > as mozilla. Those are the majority of hackers I saw...I guess they all use > the same name. One last thing..they were not FTPing directly to me. They > were going through other machines to cover their tracks. I informed one > company of the problem but said they can't help since this person was not a > customer. I found that strange. They whould be able to see someoneusing > their system too. > > I hope I have warned enough of you. If you have a solution to my/our > problem, PLEASE let me know. I use FTP quite a bit along with seeveral of my > customers. > > Thanks. Hmmmmm.,..... You should look into if this is not in fact one of your users running an 'elite-service' in his home directory. Since it seems that most people into the illegal swapping of commercial swapping have started to use 'webbed' ftp (with password protection) and also standard FTP in hidden directories. I had to shut one of my users after finding cracked commercial software avail thru his web pages. Reg Stefan Jakobsson Katrinet ISP (Sweden) From owner-freebsd-isp Fri Oct 25 19:36:15 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA16720 for isp-outgoing; Fri, 25 Oct 1996 19:36:15 -0700 (PDT) Received: from galaxia.com (root@galaxia.com [204.255.210.97]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id TAA16713 for ; Fri, 25 Oct 1996 19:36:09 -0700 (PDT) Received: (from dave@localhost) by galaxia.com (8.6.11/8.6.6) id WAA00650; Fri, 25 Oct 1996 22:35:49 -0400 Date: Fri, 25 Oct 1996 22:35:48 -0400 (EDT) From: "David H. Brierley" To: Nate Williams cc: Freebsd-isp@freebsd.org Subject: Re: Speed of access. In-Reply-To: <199610250414.WAA08650@rocky.mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I have seen a bug in several implementations of PPP, including the one > > that comes with FreeBSD, that would cause slowness if the remote end > > Does it exist in FreeBSD 2.1.5? Can you see my red face from there? :) I have now been chastised both publicly and privately for not reporting this when I first encountered it and for not developing a patch to fix it. I am in the process of getting ready to upgrade to 2.1.5 and once that is finished I will attempt to recreate the problem and if it still exists I will also see about fixing it. Again, I apologize for not reporting the bug and there is no excuse for not having developed a patch for it. -- David H. Brierley Work: dhb@ssd.ray.com UNIX Hacker Extraordinaire Home: dave@galaxia.com From owner-freebsd-isp Sat Oct 26 00:19:10 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA04730 for isp-outgoing; Sat, 26 Oct 1996 00:19:10 -0700 (PDT) Received: from nemesis.idirect.com (root@nemesis.idirect.com [207.136.80.40]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA04725 for ; Sat, 26 Oct 1996 00:19:08 -0700 (PDT) Received: from karma.idirect.com (fatenet9.idirect.com [207.136.87.201]) by nemesis.idirect.com (8.6.9/8.6.12) with SMTP id DAA24139; Sat, 26 Oct 1996 03:04:33 -0400 Message-ID: <32718370.41C67EA6@idirect.com> Date: Sat, 26 Oct 1996 03:20:16 +0000 From: Jason Lixfeld X-Mailer: Mozilla 3.0 (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: Jay CC: freebsd-isp@freebsd.org Subject: Re: [Fwd: Setting up caching name service. (Re: rc file discrepency)] References: <3270D7F5.41C67EA6@idirect.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey! Thanks alot for all of your help. I implemented what you suggested (setting up /etc/named/named.boot, etc..). When I boot up my system.. I get a couple of errors that I'm hoping you can help me resolve. First error: ;;;/etc/rc - system bootup Starting netowrk daemons: named syslogd: bind: Can't assign requested address named[61]: Starting named LOCAL-960717.011537 ;;;I assume this means it successfully started named named[61]: bind(vs,[0,0,0,0].53): Can't assign requested address ;;; I assume from that, there is a problem with bind. my /etc/host.conf is as folloes # $Id: host.conf,v 1.2 1993/11/07 01:02:57 wollman Exp $ # Default is to use the nameserver first # bind hosts # If that doesn't work, then try the /etc/hosts file # hosts bind # If you have YP/NIS configured, uncomment the next line # nis I'm not sure what could be causing this problem. Keep in mind that it is a dialup dynamic IP from my ISP. Thanks in advance! Jason Lixfeld From owner-freebsd-isp Sat Oct 26 00:21:41 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA04885 for isp-outgoing; Sat, 26 Oct 1996 00:21:41 -0700 (PDT) Received: from nemesis.idirect.com (root@nemesis.idirect.com [207.136.80.40]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA04879 for ; Sat, 26 Oct 1996 00:21:39 -0700 (PDT) Received: from karma.idirect.com (fatenet9.idirect.com [207.136.87.201]) by nemesis.idirect.com (8.6.9/8.6.12) with SMTP id DAA04815; Sat, 26 Oct 1996 03:07:03 -0400 Message-ID: <32718407.167EB0E7@idirect.com> Date: Sat, 26 Oct 1996 03:22:47 +0000 From: Jason Lixfeld X-Mailer: Mozilla 3.0 (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: mitayai@dreaming.org CC: freebsd-isp@freebsd.org Subject: [Fwd: Re: [Fwd: Setting up caching name service. (Re: rc file discrepency)]] Content-Type: multipart/mixed; boundary="------------794BDF32446B9B3D2781E494" Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------794BDF32446B9B3D2781E494 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --  --------------794BDF32446B9B3D2781E494 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Received: from karma.idirect.com (fatenet9.idirect.com [207.136.87.201]) by nemesis.idirect.com (8.6.9/8.6.12) with SMTP id DAA24139; Sat, 26 Oct 1996 03:04:33 -0400 Sender: carrera Message-ID: <32718370.41C67EA6@idirect.com> Date: Sat, 26 Oct 1996 03:20:16 +0000 From: Jason Lixfeld X-Mailer: Mozilla 3.0 (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: Jay CC: freebsd-isp@freebsd.org Subject: Re: [Fwd: Setting up caching name service. (Re: rc file discrepency)] References: <3270D7F5.41C67EA6@idirect.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hey! Thanks alot for all of your help. I implemented what you suggested (setting up /etc/named/named.boot, etc..). When I boot up my system.. I get a couple of errors that I'm hoping you can help me resolve. First error: ;;;/etc/rc - system bootup Starting netowrk daemons: named syslogd: bind: Can't assign requested address named[61]: Starting named LOCAL-960717.011537 ;;;I assume this means it successfully started named named[61]: bind(vs,[0,0,0,0].53): Can't assign requested address ;;; I assume from that, there is a problem with bind. my /etc/host.conf is as folloes # $Id: host.conf,v 1.2 1993/11/07 01:02:57 wollman Exp $ # Default is to use the nameserver first # bind hosts # If that doesn't work, then try the /etc/hosts file # hosts bind # If you have YP/NIS configured, uncomment the next line # nis I'm not sure what could be causing this problem. Keep in mind that it is a dialup dynamic IP from my ISP. Thanks in advance! Jason Lixfeld --------------794BDF32446B9B3D2781E494-- From owner-freebsd-isp Sat Oct 26 05:18:38 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA22456 for isp-outgoing; Sat, 26 Oct 1996 05:18:38 -0700 (PDT) Received: from dreamlabs.dreaming.org (root@dreamlabs.dreaming.org [207.107.8.200]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA22450 for ; Sat, 26 Oct 1996 05:18:36 -0700 (PDT) Received: from dreamlabs.dreaming.org (mitayai@dreamlabs.dreaming.org [207.107.8.200]) by dreamlabs.dreaming.org (8.7.6/8.6.12) with SMTP id IAA06740; Sat, 26 Oct 1996 08:18:32 -0400 (EDT) Date: Sat, 26 Oct 1996 08:18:31 -0400 (EDT) From: Will Mitayai Keeso Rowe To: Jason Lixfeld cc: freebsd-isp@freebsd.org Subject: [Fwd: Setting up caching name service. (Re: rc file discrepency)]] In-Reply-To: <32718407.167EB0E7@idirect.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 26 Oct 1996, Jason Lixfeld wrote: Oi... ok... Is the first nameserver in /etc/resolv.conf 127.0.0.1, and if so, what does 'ifconfig lo0' tell you? -Mit Will Mitayai Keeso Rowe The DreamLabs Network http://www.dreaming.org (905)725-9139 From owner-freebsd-isp Sat Oct 26 09:13:06 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA04740 for isp-outgoing; Sat, 26 Oct 1996 09:13:06 -0700 (PDT) Received: from house.multinet.net (house.multinet.net [204.138.173.37]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA04729 for ; Sat, 26 Oct 1996 09:12:59 -0700 (PDT) Received: (from graydon@localhost) by house.multinet.net (8.6.12/8.6.12) id MAA10530; Sat, 26 Oct 1996 12:12:52 -0400 Date: Sat, 26 Oct 1996 12:12:52 -0400 (EDT) From: "Graydon Hoare ()" To: Rick Gray cc: freebsd-isp@freebsd.org Subject: Re: Hackers In-Reply-To: <1.5.4.32.19961025224330.00688860@nwpros.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk you just have people using your site as a pirate exchanger. It's kinda like having carpenter ants in your apartment or something -- usually they have no intrest in hurting you, and you can kill them off if you really feel like it, but it just serves to increase paranoia and likely waste your time. Most users have 28.8s at best, it's unlikely the FTP traffic is really going to cripple your machine. If your ftpd is actually malfunctionning, you may have more substantial trouble in the way of people modifying your system. I tend to kerberize all the root and privelidged access just to create the air of impenetrability, but who knows, maybe that just tempts more people ;) FreeBSD is probably not exclusively at fault for any security violations. UNIX in general was never intended to be a "deny all, allow few" sort of secure system, probably won't be like that for years to come, the design reflects a general level of trust for most users, with little password checks to make sure people aren't reading each others' mail etc. But your users will invariably choose crappy passwords, tell their friends their passwords, send passwords in cleartext, or write stupid CGIs that allow people to gobble up their account. Not to be overly paranoid, but you really can't get too surprised that there's some 14 year old somewhere who thinks it'd be fun to crack something. so it's simple for someone to decide your site is the flavour of the week as far as pirate file exchange. Delete the files, get checksums on all your inetD daemons, do a find every day on your filesystem for files bigger than a meg that end in .zip or .arj... Hire a 14 year old to play Site Security God-King for you, leaving you to cultivate mature civilized pursuits ;) -graydon __________________________________________________________ I used to think that my brain was the most important organ in my body, but then I realized who was telling me this From owner-freebsd-isp Sat Oct 26 10:30:05 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12413 for isp-outgoing; Sat, 26 Oct 1996 10:30:05 -0700 (PDT) Received: from solar.os.com (root@solar.os.com [199.232.136.65]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA12406 for ; Sat, 26 Oct 1996 10:30:03 -0700 (PDT) Received: from jupiter.os.com (jupiter.os.com [199.232.136.162]) by solar.os.com (8.7/8.7.0) with SMTP id NAA12943; Sat, 26 Oct 1996 13:32:19 -0400 Message-Id: <1.5.4.32.19961026172758.006efe7c@solar> X-Sender: craigs@solar (Unverified) X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 26 Oct 1996 13:27:58 -0400 To: Joe Greco From: Craig Shrimpton Subject: Re: Anyone using ccd (FreeBSD disk striper) for news Cc: freebsd-isp@FreeBSD.org Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk At 04:50 PM 8/22/96 -0500, you wrote: >> On Thu, 22 Aug 1996, Craig Shrimpton wrote: > >Use a large stripe size. I use 1 cylinder group. You are not striping for >bandwidth. You are striping for CONCURRENCY. You _want_ one mechanism to >be able to handle an _entire_ file access on its own. > I have just implemented ccd and it seems to be working fine. I do have a question about the stripe size. This is what I have in /etc/ccd.conf: ccd0 65536 none /dev/sd0h /dev/sd1h I'm wondering if this is the correct stripe size for news. I think that's 1 cylinder group. Also, can the ccd driver use the automounter? I have ccdconfig -C in /etc/rc but I'm mounting the ccd0c drive manually. I'm wondering if a reboot will properly flush that disk. Any ideas on the proper way to start and stop these things? One last theory question. If I have 65536 as the stripe size and I write a 1K file to the ccd disk does it reside on one disk or both? Everyone suggests a full cylinder group for news but it seems like a huge value for an interleave. Thanks, Craig =================================================================== Orbit Systems Email: craigs@os.com 400 Grove Street Phone: (508) 753-8776 Worcester, MA 01605 http://www.os.com/ From owner-freebsd-isp Sat Oct 26 22:02:03 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA05463 for isp-outgoing; Sat, 26 Oct 1996 22:02:03 -0700 (PDT) Received: from iquest.net (iquest4.iquest.net [206.53.230.100]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA05456 for ; Sat, 26 Oct 1996 22:02:00 -0700 (PDT) Received: from ind-009-237-99.iquest.net by iquest.net with smtp (Smail3.1.29.1 #5) id m0vHNMD-000BECC; Sun, 27 Oct 96 00:01 EST Message-Id: Date: Sun, 27 Oct 96 00:01 EST X-Sender: callisl@iquest.net X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-isp@freebsd.org From: Larry Callis Subject: POPPER Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have installed qualcom popper version 2.2 on a freebsd machine. I then generated multiple test accounts. I can do the following: 1. When logged into this machine under any of the test accounts, I can send/receive mail to any of the test accounts using the mail command. 2. If I send mail from userB to userA using the mail command, (logged on the popper machine as userB) I can then via a client machine (windows 95) using eudora light version 1.5.2 log in to the userA pop account and can get that mail just fine. 3. When I then generate a message via eudora and send it back to userB it appears to send it. But when I log into the pop account for userB via eudora and query the pop server for mail, it replys that no mail was found. 4. If I log back into the popper machine as userB, the mail command also reports that there is no mail. 5. After searching the disk for the mail (assumed that it was being stored somewhere else) I couldn't find it. QUESTIONS: 1. WHY CAN I RECEIVE BUT NOT CORRECTLY SEND MAIL VIA EUDORA? Thanks in advance, Larry Callis From owner-freebsd-isp Sat Oct 26 22:30:20 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA06937 for isp-outgoing; Sat, 26 Oct 1996 22:30:20 -0700 (PDT) Received: from mail.webspan.net (mail.webspan.net [206.154.70.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA06929 for ; Sat, 26 Oct 1996 22:30:15 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (8.7.5/8.7.3) with ESMTP id BAA22515; Sun, 27 Oct 1996 01:29:52 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (8.7.5/8.7.3) with ESMTP id BAA12147; Sun, 27 Oct 1996 01:28:04 -0400 (EDT) To: Larry Callis cc: freebsd-isp@freebsd.org From: "Gary Palmer" Subject: Re: POPPER In-reply-to: Your message of "Sun, 27 Oct 1996 00:01:00 EST." Date: Sun, 27 Oct 1996 01:28:04 -0400 Message-ID: <12145.846394084@orion.webspan.net> Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Larry Callis wrote in message ID : > 3. When I then generate a message via eudora and send it > back to userB it appears to send it. But when I log into > the pop account for userB via eudora and query the pop > server for mail, it replys that no mail was found. > > 4. If I log back into the popper machine as userB, the mail command > also reports that there is no mail. > > 5. After searching the disk for the mail (assumed that it > was being stored somewhere else) I couldn't find it. > > > QUESTIONS: 1. WHY CAN I RECEIVE BUT NOT CORRECTLY SEND MAIL > VIA EUDORA? Check in /var/log/maillog on the `receiving' machine, and also check which machine eudora uses for outgoing e-mail. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info