Nmap Development mailing list archives

[Nmap] Linux: reporting network interfaces and routes problems


From: Djalal Harouni <tixxdz () opendz org>
Date: Wed, 26 Sep 2012 11:14:38 +0100

Hi list,

This is just a quick summary of the correct commands to run when reporting
network interfaces and routes problems on Linux:

# ./nmap --iflist -d3
# cat /proc/net/if_inet6
# cat /proc/net/route
# cat /proc/net/ipv6_route
# ip addr show
# ip route show
# ip -6 route show
...

# ip route show table all
(This will give all the info...)


'ifconfig' and 'route' are deprecated, please use: iproute2 [1]

This will help and save time!

[1] http://linux.die.net/man/8/ip

Thanks

-- 
tixxdz
http://opendz.org
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: