net.rst
changeset 353 2979fd62e9be
parent 332 80247baf4f55
child 354 481845507d3d
equal deleted inserted replaced
352:2f4c25b2b493 353:2979fd62e9be
     3 * Ukraine internet provider.
     3 * Ukraine internet provider.
     4 
     4 
     5 ** Utel.
     5 ** Utel.
     6 
     6 
     7 User - none, password - none, phone - '*99***1#'.
     7 User - none, password - none, phone - '*99***1#'.
       
     8 
       
     9 * DNS to IP address.
       
    10 
       
    11   $ nslookup example.com
       
    12 
       
    13 * IP to DNS address.
       
    14 
       
    15   $ nslookup 192.168.1.1
       
    16 
       
    17 * NetBIOS to IP address.
       
    18 
       
    19 By nbtstat.exe command from MS you can print NetBIOS name cache with
       
    20 name-to-IP address mappings:
       
    21 
       
    22   $ nbtstat -c
       
    23 
       
    24 * List of NetBIOS name.
       
    25 
       
    26   $ nbtstat -r
       
    27 
       
    28 * List of open port.
       
    29 
       
    30 ** Windows.
       
    31 
       
    32   cmd> netstat        # with DNS name resolution, TCP only
       
    33   cmd> netstat -n     # without name resolution, TCP only
       
    34   cmd> netstat -a -n  # TCP and UDP
       
    35   cmd> netstat -s     # show IP, ICMP, TCP, and UDP statistics.
     8 
    36 
     9 * How disable IPv6?
    37 * How disable IPv6?
    10 
    38 
    11 ** Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core.
    39 ** Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core.
    12 
    40