Wednesday, December 1, 2010

Various kinds of command for dos on a computer network


  • Ping Is the command to test network that has been given no ip address bias connection / absence
Example : ping 192.168.1.2

  • Ping –t Is the command to test network that has been given no ip address is continue / continuously whether or not the connection
    Example
    : ping 192.168.1.2 –t


  • Ip config Is the command to know the address of an existing computer
    Example
    : ip config
            Ip addres         : 192.168.1.3
            Subnet mask    : 255.255.255.0

  • Ip config / all Is the command to know the ip address everything on the computer
    Example
    :            ip config / all
                        Ip addres          :           192.168.1.4
                        Subnet mask     :           255.255.255.0
                        Ip virtual           :           192.168.1.4.0

No comments:

Post a Comment