Nmap doesn't work with pppoe interface
-
nmap just sits there after requesting a scan, saying it is starting but no results.
if i try from the command line, it can't find the appropriate interface.
if i specify the interface ng0 with nmap -e ng0, it cannot find the route.nmap –iflist should produce the interfaces
the most logical one is nmap -e ng0
i would try nmap -e xl0 (my wan interface) but nmap --iflist does not detect it.thanks.
nmap --iflist
Starting Nmap 4.76 ( http://nmap.org ) at 2009-06-27 13:33 CDT
INTERFACES
DEV (SHORT) IP/MASK TYPE UP MAC
em0 (em0) 10.21.1.1/24 ethernet up xxxxxxxxxxxxxxxx
lo0 (lo0) 127.0.0.1/8 loopback up
ng0 (ng0) 69.148.x.x/32 point2point upWARNING: Unable to find appropriate interface for system route to 69.148.x.x
ROUTES
DST/MASK DEV GATEWAY
69.148.x.x/32 ng0 69.148.x.x
127.0.0.1/32 lo0 127.0.0.1
nmap -e ng0 google.com
Starting Nmap 4.76 ( http://nmap.org ) at 2009-06-27 13:35 CDT
Warning: Hostname google.com resolves to 3 IPs. Using 74.125.45.100.
WARNING: Unable to find appropriate interface for system route to 69.148.185.254
nexthost: failed to determine route to 74.125.45.100
QUITTING!