{{tag>Pb nmap Openvz}} = Pb nmap Openvz Voir : * http://forum.proxmox.com/threads/13303-Using-nmap-for-network-scan * http://seclists.org/nmap-dev/2014/q3/433 * http://nmap-dev.996309.n3.nabble.com/Problems-with-nmap-with-openvz-or-bridge-interfaces-td20403.html Erreur nmap sur mon VPS OVH ~~~bash apt-get install --no-install-recommends nmap ~~~ ~~~ # nmap 1.2.3.4 Starting Nmap 6.00 ( http://nmap.org ) at 2015-05-25 13:17 CEST route_dst_netlink: can't find interface "venet0" ~~~ ~~~ # nmap --iflist Starting Nmap 6.00 ( http://nmap.org ) at 2015-05-25 13:20 CEST INTERFACES: NONE FOUND(!) ROUTES: NONE FOUND(! ~~~ ## Solution ~~~bash nmap --unprivileged 1.2.3.4 ~~~