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

preview_player
Показать описание
#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
Рекомендации по теме
Комментарии
Автор

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

sushiltiwari
Автор

How you suppose to open and close ports through telnet

wildyato
Автор

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

romymallari