Thus spake David Coppa ([EMAIL PROTECTED]) [15/04/06 06:39]: : Hi, : pppoe(4) link on openbsd 3.9, nmap 4.01 : : This is my error: : : root:/root:9# pfctl -F all : rules cleared : nat cleared : 0 tables deleted. : altq cleared : 207 states cleared : source tracking entries cleared : pf: statistics cleared : pf: interface flags reset : root:/root:10# pfctl -d : pf disabled : root:/root:12# nmap -vvv -sS -P0 mail.myemployer.com : : Starting Nmap 4.01 ( http://www.insecure.org/nmap/ ) at 2006-04-15 12:18 : CEST : WARNING: Unable to find appropriate interface for system route to : 0.0.0.1 : : WARNING: Unable to find appropriate interface for system route to : 0.0.0.0 : : nexthost: failed to determine route to XXX.XXX.XXX.XXX : QUITTING! : root:/root:13#
I'm actually in the midst of chasing this down on [EMAIL PROTECTED] As OpenBSD doesn't seem to have /proc (a good thing, IMHO), nmap falls back to libdnet to get the route for the host in question. Unfortunately, its route finding code doesn't work too hot with an OpenBSD pppoe(4) interface. I've yet to try updating libdnet to the latest version (1.11) from the one currently in ports (1.10). - Damian