HOSTNAME FROM MULTICAST IP

lee

Distinguished
Mar 30, 2004
635
0
18,980
Archived from groups: microsoft.public.win2000.advanced_server (More info?)

If getting traffic from a multicast...224.224.123.25, how can I determine
hostname at cmd line without other utilities.

--

Lee
'See You At The Top!'
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.advanced_server (More info?)

"ping -a 224.224.123.25" can give you the machine name.

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] 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.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count Record route for count hops.
-s count Timestamp for count hops.
-j host-list Loose source route along host-list.
-k host-list Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.

--
--Regards
Amit Kumar
This posting is provided "AS IS" with no warranties, and confers no rights.
"Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only."

"Lee" <leweb2000@hotmail.com> wrote in message
news:eziKszexEHA.3212@TK2MSFTNGP09.phx.gbl...
> If getting traffic from a multicast...224.224.123.25, how can I determine
> hostname at cmd line without other utilities.
>
> --
>
> Lee
> 'See You At The Top!'
>
>
 

lee

Distinguished
Mar 30, 2004
635
0
18,980
Archived from groups: microsoft.public.win2000.advanced_server (More info?)

Thanks!

Lee

"Amit Kumar [MSFT]" <amitk@online.microsoft.com> wrote in message
news:uwahT3fxEHA.2624@TK2MSFTNGP11.phx.gbl...
> "ping -a 224.224.123.25" can give you the machine name.
>
> 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] 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.
> -i TTL Time To Live.
> -v TOS Type Of Service.
> -r count Record route for count hops.
> -s count Timestamp for count hops.
> -j host-list Loose source route along host-list.
> -k host-list Strict source route along host-list.
> -w timeout Timeout in milliseconds to wait for each reply.
>
> --
> --Regards
> Amit Kumar
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> "Please do not send e-mail directly to this alias. This alias is for
> newsgroup purposes only."
>
> "Lee" <leweb2000@hotmail.com> wrote in message
> news:eziKszexEHA.3212@TK2MSFTNGP09.phx.gbl...
> > If getting traffic from a multicast...224.224.123.25, how can I
determine
> > hostname at cmd line without other utilities.
> >
> > --
> >
> > Lee
> > 'See You At The Top!'
> >
> >
>
>