net.rst
changeset 523 034d73330ea9
parent 370 c8401628f647
child 524 9b596be4c77b
equal deleted inserted replaced
515:5a33eef9ce69 523:034d73330ea9
    27 
    27 
    28 * List of NetBIOS name.
    28 * List of NetBIOS name.
    29 
    29 
    30   $ nbtstat -r
    30   $ nbtstat -r
    31 
    31 
    32 * List of open port.
    32 * List of open ports.
    33 
    33 
    34 ** Windows.
    34 ** Windows.
    35 
    35 
    36   cmd> netstat        # with DNS name resolution, TCP only
    36   cmd> netstat        # with DNS name resolution, TCP only
    37   cmd> netstat -n     # without name resolution, TCP only
    37   cmd> netstat -n     # without name resolution, TCP only
    38   cmd> netstat -a -n  # TCP and UDP
    38   cmd> netstat -a -n  # TCP and UDP
    39   cmd> netstat -s     # show IP, ICMP, TCP, and UDP statistics.
    39   cmd> netstat -s     # show IP, ICMP, TCP, and UDP statistics.
       
    40 
       
    41 * Which processes open port?
       
    42 
       
    43 ** Windows
       
    44 
       
    45   cmd> netstat -o     # show PID
       
    46   cmd> netstat -b     # show also cmd name
       
    47   cmd> netstat -b -v  # show all modules (.exe and .dll) with full path
    40 
    48 
    41 * How disable IPv6?
    49 * How disable IPv6?
    42 
    50 
    43 ** Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core.
    51 ** Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core.
    44 
    52