From owner-freebsd-security@FreeBSD.ORG Fri Jun 18 06:58:20 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31E8A16A4CE for ; Fri, 18 Jun 2004 06:58:20 +0000 (GMT) Received: from smtp2.eunet.yu (smtp2.EUnet.yu [194.247.192.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E84443D2D for ; Fri, 18 Jun 2004 06:58:16 +0000 (GMT) (envelope-from kolicz@eunet.yu) Received: from smtp2.EUnet.yu (root@localhost) by smtp2.eunet.yu (8.12.10/8.12.10) with SMTP id i5I6v68F010399 for ; Fri, 18 Jun 2004 08:57:06 +0200 Received: from kolic.net (P-2.15.EUnet.yu [213.240.2.15]) by smtp2.eunet.yu (8.12.10/8.12.10) with ESMTP id i5I6v5nc010064 for ; Fri, 18 Jun 2004 08:57:06 +0200 Received: by kolic.net (Postfix, from userid 1001) id 1DF4A4148; Fri, 18 Jun 2004 08:25:57 +0200 (CEST) Date: Fri, 18 Jun 2004 08:25:57 +0200 From: Zoran Kolic To: freebsd-security@freebsd.org Message-ID: <20040618062557.GA616@kolic.net> References: <20040617120329.8AA7216A4D5@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040617120329.8AA7216A4D5@hub.freebsd.org> Subject: Re: nmap not scanning networks? X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 06:58:20 -0000 > nmap -sT -p 21 '172.19.17.*' Have you tried without "'"? Or 172.19.17.1-254? Nmap works for me. Maybe port 21? ZK