Date: Wed, 16 Jun 2004 22:05:33 +0400 From: Alex Povolotsky <tarkhil@webmail.sub.ru> To: freebsd-security@freebsd.org Subject: nmap not scanning networks? Message-ID: <20040616220533.2ec0bc9c@tarkhil.over.ru>
next in thread | raw e-mail | index | archive | help
Hello! Attempt to scan a network with any method except plain ping results in an error: truss nmap -sT -p 21 '172.19.17.*' [...] sendto(0x4,0x8094200,0,0x0,{ AF_INET 172.19.17.0:0 },0x10) ERR#49 'Can't assign requested address' [...] What's strange that man on send(2) doesn't state that EADDRNOTAVAIL can ever be returned from sendto(). Quick look at nmap's site didn't show me any clues. However, I've reproducted the problem under both 5.2.1 and 4.8 releases. Do I have all my boxes broken, or should I rebuild kernel with some options, or does nmap be known not to work on FreeBSD? -- Alex.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040616220533.2ec0bc9c>