C:\Users\Administrator>ping 64.74.97.252 -I 64.74.97.135
Bad option -I.
Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] [-R] [-S srcaddr] [-4] [-6] target_name
Options:
-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
-l size Send buffer size.
-f Set Don't Fragment flag in packet (IPv4-only).
-i TTL Time To Live.
-v TOS Type Of Service (IPv4-only).
-r count Record route for count hops (IPv4-only).
-s count Timestamp for count hops (IPv4-only).
-j host-list Loose source route along host-list (IPv4-only).
-k host-list Strict source route along host-list (IPv4-only).
-w timeout Timeout in milliseconds to wait for each reply.
-R Use routing header to test reverse route also (IPv6-only).
-S srcaddr Source address to use.
-4 Force using IPv4.
-6 Force using IPv6.
VDS
-
- A regular
- Posts: 32
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Jun 07, 2010 12:02 am
Re: VDS
Did you follow the Linux instructions instead of the Windows ones?
Please read the KB article. It's very short and covers this effectively.
Please read the KB article. It's very short and covers this effectively.
Re: VDS
Pinging 64.74.97.252 from 64.74.97.135 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Pinging 64.74.97.253 from 64.74.97.135 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 64.74.97.253:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Users\Administrator>ping -S 64.74.97.135 64.74.97.254
Pinging 64.74.97.254 from 64.74.97.135 with 32 bytes of data:
Reply from 64.74.97.254: bytes=32 time=538ms TTL=1
Reply from 64.74.97.254: bytes=32 time=5ms TTL=1
Reply from 64.74.97.254: bytes=32 time<1ms TTL=1
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Pinging 64.74.97.253 from 64.74.97.135 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 64.74.97.253:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Users\Administrator>ping -S 64.74.97.135 64.74.97.254
Pinging 64.74.97.254 from 64.74.97.135 with 32 bytes of data:
Reply from 64.74.97.254: bytes=32 time=538ms TTL=1
Reply from 64.74.97.254: bytes=32 time=5ms TTL=1
Reply from 64.74.97.254: bytes=32 time<1ms TTL=1
Re: VDS
Looks like it worked.