net.rst
changeset 525 0e46bc34075e
parent 524 9b596be4c77b
child 713 26d32cdbd408
equal deleted inserted replaced
522:1cc5709f153d 525:0e46bc34075e
    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 ** Linux.
       
    42 
       
    43   $ netstat
       
    44 
       
    45 * Which processes open port?
       
    46 
       
    47 ** Windows
       
    48 
       
    49   cmd> netstat -o     # show PID
       
    50   cmd> netstat -b     # show also cmd name
       
    51   cmd> netstat -b -v  # show all modules (.exe and .dll) with full path
    40 
    52 
    41 * How disable IPv6?
    53 * How disable IPv6?
    42 
    54 
    43 ** Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core.
    55 ** Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core.
    44 
    56