Nmap Development mailing list archives

Sendto errors in OpenBSD 3.3


From: Eric <eric-list-nmap () catastrophe net>
Date: Wed, 10 Sep 2003 10:40:42 -0500

I'm running the latest version of nmap on the following platform.

# uname -a
OpenBSD foo 3.3 20030908#0 i386

# nmap -sS -v -PT22,25,80,135,445 -PM -PE -g 53 -T 4 10.10.10.0/25

Starting nmap 3.30 ( http://www.insecure.org/nmap/ ) at 2003-09-10 10:32 CDT
Host 10.10.10.0 seems to be a subnet broadcast address (returned
1 extra pings).  Still scanning it due to ping response from its own IP.
Initiating SYN Stealth Scan against 10.10.10.0 at 10:32
sendto in send_tcp_raw: sendto(3, packet, 40, 0, 10.10.10.0, 16)
=> No route to host
Sleeping 15 seconds then retrying
sendto in send_tcp_raw: sendto(3, packet, 40, 0, 10.10.10.0, 16)
=> No route to host
Sleeping 60 seconds then retrying
sendto in send_tcp_raw: sendto(3, packet, 40, 0, 10.10.10.0, 16)
=> No route to host
Sleeping 240 seconds then retrying

The last portions of the --packet_trace show the following..

SENT (18.9160s) TCP 10.52.15.34:53 > 10.10.55.0:8892 S ttl=59
id=15674 iplen=40 seq=2072092763 win=4096
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:1480 S ttl=52
id=39893 iplen=40 seq=2072092763 win=1024
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:160 S ttl=44
id=12028 iplen=40 seq=2072092763 win=1024
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:890 S ttl=50
id=15139 iplen=40 seq=2072092763 win=3072
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:244 S ttl=45
id=40200 iplen=40 seq=2072092763 win=2048
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:397 S ttl=50
id=6315 iplen=40 seq=2072092763 win=3072
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:499 S ttl=56
id=21205 iplen=40 seq=2072092763 win=1024
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:831 S ttl=46
id=33726 iplen=40 seq=2072092763 win=3072
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:1483 S ttl=43
id=17365 iplen=40 seq=2072092763 win=4096
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:3049 S ttl=49
id=62977 iplen=40 seq=2072092763 win=2048
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:13717 S
ttl=48 id=2314 iplen=40 seq=2072092763 win=1024
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:6007 S ttl=55
id=61987 iplen=40 seq=2072092763 win=4096
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:73 S ttl=38
id=26987 iplen=40 seq=2072092763 win=3072
SENT (18.9170s) TCP 10.52.15.34:53 > 10.10.55.0:735 S ttl=46
id=967 iplen=40 seq=2072092763 win=3072
SENT (18.9180s) TCP 10.52.15.34:53 > 10.10.55.0:241 S ttl=56
id=48925 iplen=40 seq=2072092763 win=1024
SENT (18.9180s) TCP 10.52.15.34:53 > 10.10.55.0:13721 S
ttl=57 id=3896 iplen=40 seq=2072092763 win=2048
SENT (18.9180s) TCP 10.52.15.34:53 > 10.10.55.0:5631 S ttl=59
id=63608 iplen=40 seq=2072092763 win=4096
SENT (18.9180s) TCP 10.52.15.34:53 > 10.10.55.0:287 S ttl=41
id=53786 iplen=40 seq=2072092763 win=2048
SENT (18.9180s) TCP 10.52.15.34:53 > 10.10.55.0:367 S ttl=45
id=64826 iplen=40 seq=2072092763 win=2048
SENT (18.9180s) TCP 10.52.15.34:53 > 10.10.55.0:281 S ttl=38
id=33159 iplen=40 seq=2072092763 win=3072
SENT (18.9180s) TCP 10.52.15.34:53 > 10.10.55.0:1667 S ttl=55
id=41124 iplen=40 seq=2072092763 win=4096
SENT (18.9180s) TCP 10.52.15.34:53 > 10.10.55.0:1663 S ttl=51
id=39646 iplen=40 seq=2072092763 win=4096
SENT (18.9180s) TCP 10.52.15.34:53 > 10.10.55.0:797 S ttl=43
id=52680 iplen=40 seq=2072092763 win=4096
sendto in send_tcp_raw: sendto(3, packet, 40, 0, 10.10.55.0, 16)
=> No route to host
Sleeping 15 seconds then retrying
sendto in send_tcp_raw: sendto(3, packet, 40, 0, 10.10.55.0, 16)
=> No route to host
Sleeping 60 seconds then retrying


I reported this a while back under 3.21 and never got a recent
version working. The OpenBSD 3.00 package works well and doesn't
this problem.

If there's something I can do to help fix it, please lemme know.

Thanks

- Eric

---------------------------------------------------------------------
For help using this (nmap-dev) mailing list, send a blank email to 
nmap-dev-help () insecure org . List run by ezmlm-idx (www.ezmlm.org).



Current thread: