how to use ping & telnet commands || ping & telnet commands with details || what is ping and telnet

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024
  • #ping #telnet #networkcommands #pingandtelnet #opengyanhouse
    This video is about ping and telnet network commands.
    If you want to check the network connectivity status of any server or client so this command defiantly help you.
    1) ping command to check the Host Reachability
    #ping (host ip or hostname)
    #ping -t 192.168.56.101 | ForEach {“{0} - {1}” -f (Get-Date),$_}
    2) telnet command to check the ip & port status
    #telnet 192.168.1.105 80

Комментарии • 5

  • @sushiltiwari274
    @sushiltiwari274 3 года назад +1

    Bro if I used multiple telnet cammand in shell script it requires enter key pressing after each telnet is there any way to automate without entering enter key

  • @wildyato3737
    @wildyato3737 2 года назад +1

    How you suppose to open and close ports through telnet

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  Год назад

      There is one config file (services) in Linux which is responsible for port config. And we also need to open that port traffic in firewall if there is any.

  • @romymallari9133
    @romymallari9133 4 месяца назад +1

    Why is it that the ip you pinged is different from the ip you telnet?