Hi! I can not run nmap on my computer with next output: "Error compiling our pcap filter: icmp6 not supported " I had not such nmap's problem on any my computer with FreeBSD. How I can solve this problem? #uname -a FreeBSD 9.0-STABLE FreeBSD 9.0-STABLE #5: Wed Feb 8 14:35:37 EET 2012 root:/usr/obj/usr/src/sys/GENERIC i386 #nmap -V Nmap version 6.00 ( http://nmap.org ) Platform: i386-portbld-freebsd9.0 Compiled with: liblua-5.1.5 openssl-0.9.8q libpcre-8.30 libpcap-1.1.1 nmap-libdnet-1.12 ipv6 Compiled without: Thank in advance
On Thu, May 31, 2012 at 04:12:09PM +0300, Andrey S. Rybak wrote:> Hi! > I can not run nmap on my computer with next output: > "Error compiling our pcap filter: icmp6 not supported " > I had not such nmap's problem on any my computer with FreeBSD. > How I can solve this problem? > #uname -a > FreeBSD 9.0-STABLE FreeBSD 9.0-STABLE #5: Wed Feb 8 14:35:37 EET > 2012 root:/usr/obj/usr/src/sys/GENERIC i386 > #nmap -V > Nmap version 6.00 ( http://nmap.org ) > Platform: i386-portbld-freebsd9.0 > Compiled with: liblua-5.1.5 openssl-0.9.8q libpcre-8.30 libpcap-1.1.1 > nmap-libdnet-1.12 ipv6 > Compiled without: > Thank in advance >I have the following which is different from your output but on 8.3-STABLE Nmap version 6.00 ( http://nmap.org ) Platform: i386-portbld-freebsd8.3 Compiled with: liblua-5.1.5 openssl-0.9.8q libpcre-8.30 libpcap-1.2.1 nmap-libdnet-1.12 ipv6 You might consider installing libpcap from ports just to give it a shot. Also running nmap with -dd may yield more to what is going on. -- - (2^(N-1))
Installing libpcap from ports does not help. Error message is same. Running nmap with -dd yield next: Starting Nmap 6.00 ( http://nmap.org ) at 2012-06-01 05:42 EEST Fetchfile found /usr/local/share/nmap/nmap-services PORTS: Using top 1000 ports found open (TCP:1000, UDP:0, SCTP:0) Fetchfile found /usr/local/share/nmap/nmap.xsl The max # of sockets we are using is: 0 --------------- Timing report --------------- hostgroups: min 1, max 100000 rtt-timeouts: init 1000, min 100, max 10000 max-scan-delay: TCP 1000, UDP 1000, SCTP 1000 parallelism: min 0, max 0 max-retries: 10, host-timeout: 0 min-rate: 0, max-rate: 0 --------------------------------------------- Read from /usr/local/share/nmap: nmap-services. WARNING: No targets were specified, so 0 hosts scanned. Nmap done: 0 IP addresses (0 hosts up) scanned in 0.04 seconds Raw packets sent: 0 (0B) | Rcvd: 0 (0B)
On Fri, Jun 01, 2012 at 07:43:17AM +0300, Andrey S. Rybak wrote:> Installing libpcap from ports does not help. Error message is same. > Running nmap with -dd yield next: > > Starting Nmap 6.00 ( http://nmap.org ) at 2012-06-01 05:42 EEST > Fetchfile found /usr/local/share/nmap/nmap-services > PORTS: Using top 1000 ports found open (TCP:1000, UDP:0, SCTP:0) > Fetchfile found /usr/local/share/nmap/nmap.xsl > The max # of sockets we are using is: 0 > --------------- Timing report --------------- > hostgroups: min 1, max 100000 > rtt-timeouts: init 1000, min 100, max 10000 > max-scan-delay: TCP 1000, UDP 1000, SCTP 1000 > parallelism: min 0, max 0 > max-retries: 10, host-timeout: 0 > min-rate: 0, max-rate: 0 > --------------------------------------------- > Read from /usr/local/share/nmap: nmap-services. > WARNING: No targets were specified, so 0 hosts scanned. > Nmap done: 0 IP addresses (0 hosts up) scanned in 0.04 seconds > Raw packets sent: 0 (0B) | Rcvd: 0 (0B) > >Have you also recompiled nmap after you installed libpcap. Sorrry this should be a neccesary step. nmap -V -dd -- - (2^(N-1))