Sending a UDP message to a computer inside a network
Posted
by
Dan
on Server Fault
See other posts from Server Fault
or by Dan
Published on 2010-12-23T15:01:27Z
Indexed on
2010/12/23
15:55 UTC
Read the original article
Hit count: 275
Say I have the ip and mac address of a computer inside a network and I wish to send him a UDP message. By initializing the mac and ip addresses of the sent message to the given, when the network router recives the message he should pass it to the computer with the same mac address...right?
Im asking becuase a program I write dosent seem to handle this limitation. it works great when its on the same network, but otherwise ...nada.
Thanks
© Server Fault or respective owner