Sending Ping Packets Continuous to a Remote Server

Here we discuss everything about Computer Networking and Configuration.
Post Reply
Tammy
Posts: 6
Joined: 17 Oct 2023, 15:45

Sending Ping Packets Continuous to a Remote Server

Post by Tammy »

How can I send ping packets continuously to a remote computer from my desktop?
Hawkeye-de-la-Huron
Posts: 3
Joined: 20 Oct 2023, 18:27

Conducting a Continues Ping Operation

Post by Hawkeye-de-la-Huron »

Does this method consider an attack from the ping destination's point of view?
sam
Posts: 9
Joined: 13 Oct 2023, 12:15

How to do a continuous ping in Windows?

Post by sam »

Sending ping packets continuously to a website or IP address is simple. Type the following command on the DOS window and press enter.

Code: Select all

ping -t IP address
An example is:

Code: Select all

ping -t google.com
Post Reply