Ping....................!

F

Frankster

Under Vista, if I ping the name of my machine, I get this...

-----------------------------
C:\Users\<user>ping <machinename>

Pinging <machinename>.<domainname>.com [fe80::cac:28f6:53e9:feb7%10] from
fe80::cac:
28f6:53e9:feb7%10 with 32 bytes of data:

Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms

Ping statistics for fe80::cac:28f6:53e9:feb7%10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
----------------------------------------

Under Vista, if I ping the name of another machine on my network (Win2003
server), I get this....

---------------------------
C:\Users\<user>>ping <machinename>

Pinging <machinename>.<domainname>.com [172.22.1.2] with 32 bytes of data:

Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128

Ping statistics for 172.22.1.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\<user>
-----------------------------

How can I make the Vista machine return the 4-octet IP when pinging itself,
instead of what it is doing?

-Frank
 
M

Mike Brannigan

Frankster said:
Under Vista, if I ping the name of my machine, I get this...

----------------------------- .....
C:\Users\<user>

force IPv4 output

C:\Users\<user>>ping <machinename> -4

--

Mike Brannigan

Frankster said:
Under Vista, if I ping the name of my machine, I get this...

-----------------------------
C:\Users\<user>ping <machinename>

Pinging <machinename>.<domainname>.com [fe80::cac:28f6:53e9:feb7%10]
from fe80::cac:
28f6:53e9:feb7%10 with 32 bytes of data:

Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms

Ping statistics for fe80::cac:28f6:53e9:feb7%10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
----------------------------------------

Under Vista, if I ping the name of another machine on my network
(Win2003 server), I get this....

---------------------------
C:\Users\<user>>ping <machinename>

Pinging <machinename>.<domainname>.com [172.22.1.2] with 32 bytes of
data:

Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128

Ping statistics for 172.22.1.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\<user>
-----------------------------

How can I make the Vista machine return the 4-octet IP when pinging
itself, instead of what it is doing?

-Frank
 
F

Frankster

How do I do that? I went to my NIC config and unchecked IPV6, hit apply, OK.
Tried again, same output.

-Frank

Mike Brannigan said:
Frankster said:
Under Vista, if I ping the name of my machine, I get this...

----------------------------- ....
C:\Users\<user>

force IPv4 output

C:\Users\<user>>ping <machinename> -4

--

Mike Brannigan

Frankster said:
Under Vista, if I ping the name of my machine, I get this...

-----------------------------
C:\Users\<user>ping <machinename>

Pinging <machinename>.<domainname>.com [fe80::cac:28f6:53e9:feb7%10] from
fe80::cac:
28f6:53e9:feb7%10 with 32 bytes of data:

Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms

Ping statistics for fe80::cac:28f6:53e9:feb7%10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
----------------------------------------

Under Vista, if I ping the name of another machine on my network (Win2003
server), I get this....

---------------------------
C:\Users\<user>>ping <machinename>

Pinging <machinename>.<domainname>.com [172.22.1.2] with 32 bytes of
data:

Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128

Ping statistics for 172.22.1.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\<user>
-----------------------------

How can I make the Vista machine return the 4-octet IP when pinging
itself, instead of what it is doing?

-Frank
 
M

Mike Brannigan

Frankster said:
How do I do that? I went to my NIC config and unchecked IPV6, hit
apply, OK. Tried again, same output.

-Frank

open a command prompt and type in what I wrote

PING <the machine name> -4

that is a minus four after the space after the machine name

--

Mike Brannigan

Frankster said:
How do I do that? I went to my NIC config and unchecked IPV6, hit
apply, OK. Tried again, same output.

-Frank

Mike Brannigan said:
Frankster said:
Under Vista, if I ping the name of my machine, I get this...

----------------------------- ....
C:\Users\<user>

force IPv4 output

C:\Users\<user>>ping <machinename> -4

--

Mike Brannigan

Frankster said:
Under Vista, if I ping the name of my machine, I get this...

-----------------------------
C:\Users\<user>ping <machinename>

Pinging <machinename>.<domainname>.com
[fe80::cac:28f6:53e9:feb7%10] from fe80::cac:
28f6:53e9:feb7%10 with 32 bytes of data:

Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms

Ping statistics for fe80::cac:28f6:53e9:feb7%10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
----------------------------------------

Under Vista, if I ping the name of another machine on my network
(Win2003 server), I get this....

---------------------------
C:\Users\<user>>ping <machinename>

Pinging <machinename>.<domainname>.com [172.22.1.2] with 32 bytes
of data:

Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128

Ping statistics for 172.22.1.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\<user>
-----------------------------

How can I make the Vista machine return the 4-octet IP when
pinging itself, instead of what it is doing?

-Frank
 
F

Frankster

Hey thanks! It's been so long since I looked at the ping help that I never
even saw the 4 switch before. At least I never noticed it before.

-Frank

Saucy Lemon said:
Force IP4 with the -4 switch:

e.g.

ping %computername% -4

Saucy Lemon


Frankster said:
Under Vista, if I ping the name of my machine, I get this...

-----------------------------
C:\Users\<user>ping <machinename>

Pinging <machinename>.<domainname>.com [fe80::cac:28f6:53e9:feb7%10] from
fe80::cac:
28f6:53e9:feb7%10 with 32 bytes of data:

Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms

Ping statistics for fe80::cac:28f6:53e9:feb7%10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
----------------------------------------

Under Vista, if I ping the name of another machine on my network (Win2003
server), I get this....

---------------------------
C:\Users\<user>>ping <machinename>

Pinging <machinename>.<domainname>.com [172.22.1.2] with 32 bytes of
data:

Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128

Ping statistics for 172.22.1.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\<user>
-----------------------------

How can I make the Vista machine return the 4-octet IP when pinging
itself, instead of what it is doing?

-Frank
 
M

Mike Brannigan

Amazing - you thank someone for telling you what I told you three and
half hours ago.
And then you questioned it only to be told it again.
Unbelievable.

Maybe next time you should consider the fact that you are using a new
operating system so maybe using the /? (that's a slash and question
mark) switch on a command line tool or looking in the help may be
useful to you.

--

Mike Brannigan

Frankster said:
Hey thanks! It's been so long since I looked at the ping help that I
never even saw the 4 switch before. At least I never noticed it
before.

-Frank

Saucy Lemon said:
Force IP4 with the -4 switch:

e.g.

ping %computername% -4

Saucy Lemon


Frankster said:
Under Vista, if I ping the name of my machine, I get this...

-----------------------------
C:\Users\<user>ping <machinename>

Pinging <machinename>.<domainname>.com
[fe80::cac:28f6:53e9:feb7%10] from fe80::cac:
28f6:53e9:feb7%10 with 32 bytes of data:

Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms

Ping statistics for fe80::cac:28f6:53e9:feb7%10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
----------------------------------------

Under Vista, if I ping the name of another machine on my network
(Win2003 server), I get this....

---------------------------
C:\Users\<user>>ping <machinename>

Pinging <machinename>.<domainname>.com [172.22.1.2] with 32 bytes
of data:

Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128

Ping statistics for 172.22.1.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\<user>
-----------------------------

How can I make the Vista machine return the 4-octet IP when
pinging itself, instead of what it is doing?

-Frank
 
F

Frankster

I have a good reason for thanking him and not you. You are nasty and I don't
want to talk to you.

-Frank

Mike Brannigan said:
Amazing - you thank someone for telling you what I told you three and half
hours ago.
And then you questioned it only to be told it again.
Unbelievable.

Maybe next time you should consider the fact that you are using a new
operating system so maybe using the /? (that's a slash and question mark)
switch on a command line tool or looking in the help may be useful to you.

--

Mike Brannigan

Frankster said:
Hey thanks! It's been so long since I looked at the ping help that I
never even saw the 4 switch before. At least I never noticed it before.

-Frank

Saucy Lemon said:
Force IP4 with the -4 switch:

e.g.

ping %computername% -4

Saucy Lemon


Under Vista, if I ping the name of my machine, I get this...

-----------------------------
C:\Users\<user>ping <machinename>

Pinging <machinename>.<domainname>.com [fe80::cac:28f6:53e9:feb7%10]
from fe80::cac:
28f6:53e9:feb7%10 with 32 bytes of data:

Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms
Reply from fe80::cac:28f6:53e9:feb7%10: time<1ms

Ping statistics for fe80::cac:28f6:53e9:feb7%10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
----------------------------------------

Under Vista, if I ping the name of another machine on my network
(Win2003 server), I get this....

---------------------------
C:\Users\<user>>ping <machinename>

Pinging <machinename>.<domainname>.com [172.22.1.2] with 32 bytes of
data:

Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128
Reply from 172.22.1.2: bytes=32 time<1ms TTL=128

Ping statistics for 172.22.1.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\<user>
-----------------------------

How can I make the Vista machine return the 4-octet IP when pinging
itself, instead of what it is doing?

-Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top