User Tools

Site Tools


route_dst_netlink_can_t_find_interface_openvz

Nmap en contenedores: route_dst_netlink: can't find interface "XXX"

Problema que puede suceder en entornos de virtualización mediante contenedores.

nmap google.com
 
Starting Nmap 5.00 ( http://nmap.org ) at 2014-09-16 05:14 CEST
route_dst_netlink: can't find interface "venet0"

Solución: Hacer uso de la opción “--unprivileged” de nmap.

nmap google.com --unprivileged
--unprivileged (Assume that the user lacks raw socket privileges) .

This option is the opposite of --privileged. It tells Nmap to treat the user as lacking network 
raw socket and sniffing privileges. This is useful for testing, debugging, or when the raw network
functionality of your operating system is somehow broken.

The NMAP_UNPRIVILEGED.  environment variable may be set as an equivalent alternative to --unprivileged.
route_dst_netlink_can_t_find_interface_openvz.txt · Last modified: 2020/12/25 22:57 by 127.0.0.1