From owner-freebsd-questions@FreeBSD.ORG Sat Jun 5 06:22:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1160E16A4ED for ; Sat, 5 Jun 2004 06:22:33 -0700 (PDT) Received: from av3-2-sn1.fre.skanova.net (av3-2-sn1.fre.skanova.net [81.228.11.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C5943D45 for ; Sat, 5 Jun 2004 06:22:32 -0700 (PDT) (envelope-from hasse@swedehost.com) Received: by av3-2-sn1.fre.skanova.net (Postfix, from userid 502) id 7417E37EE3; Sat, 5 Jun 2004 15:22:21 +0200 (CEST) Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av3-2-sn1.fre.skanova.net (Postfix) with ESMTP id 64C1737E47; Sat, 5 Jun 2004 15:22:21 +0200 (CEST) Received: from odin.swedehost.com (h171n2fls33o804.telia.com [217.209.211.171]) by smtp3-1-sn1.fre.skanova.net (Postfix) with ESMTP id 4CC0737E4B; Sat, 5 Jun 2004 15:22:21 +0200 (CEST) Received: from thor.swedehost.com (thor.swedehost.com [192.168.0.10]) by odin.swedehost.com (8.12.11/8.12.11) with ESMTP id i55DMN0Y099691; Sat, 5 Jun 2004 15:22:23 +0200 (CEST) (envelope-from hasse@swedehost.com) From: Hasse Organization: The Valhalla Project To: freebsd-questions@freebsd.org, Michal Pasternak Date: Sat, 5 Jun 2004 15:22:21 +0200 User-Agent: KMail/1.6.2 References: <200406051425.49401.hasse@swedehost.com> <20040605123147.GA94344@pasternak.w.lub.pl> In-Reply-To: <20040605123147.GA94344@pasternak.w.lub.pl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Message-Id: <200406051522.21178.hasse@swedehost.com> X-Scanned-By: MIMEDefang 2.43 Subject: Re: Sending a message to another computer on the network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 13:22:33 -0000 On Saturday 05 June 2004 14.31, Michal Pasternak wrote: > Hasse [Sat, Jun 05, 2004 at 02:25:49PM +0200]: > > I'm on a FreeBSD 4.10-STABLE machine on 217.209.211.x , > > and would like to send a message to Win-box ( on the same network, but > > not my machine ) that's filling up my httpd-access.log with junk. > > The only thing I know is his IP-adress. > > What? > > Lookup his/hers IP via whoisdb (www.ripe.net) and report abuse to proper > Internet Service Provider. > > > Is this possible ? If it is, how. > > smbclient -M > > > Or do I have to block his IP ? > > That's also an option. > _______________________________________________ Thx for your replay. Well, I've allready tried whois, host -a, dig, and so on, but it's not giving me any more then telling me who's the ISP, and I allready know that. Same as mine :-) The problem with blocing his is IP is that it's dynamic, next time he reboot, he'll be back with another one. So then I have to block the hole range, and that's rather drastic. What I was looking for, was a way to notify the poor guy so he could take some proper action to clean his machine. He is probably not aware of the problem. I'll have a look at smbclient / Hasse