Link to home
Start Free TrialLog in
Avatar of IceBikers
IceBikersFlag for Malaysia

asked on

net send to others ip address

Hi,
i tried to send message by using net send to others ip address but it show me this error ..

an error occured whle sending msg to xxx.xxx.xxx.xxx(ip address)
the message alias could not be found on the network
more help is available by typing net HELPMSG 2273

it work if send within the network.. but it won't work when i tried to send to my friends over internet...


pls.. any solutions???
ASKER CERTIFIED SOLUTION
Avatar of snerkel
snerkel

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of snerkel
snerkel

Oh and if the user on the other end has a NAT router this will effectively block the pop-up getting to the target PC
Net Send is a TCP message carrier and its boundary is as big as its collision domain and/or its logical domain. These messages aren't forwarded across the Internet's routers. On your internal LAN however if you were to send out the command:

net send * Wasssssssssuuuuuuuuuuupppppppppp!

It will be receive and processed by every listening pc in its domain that is running the messenger service, even if it crosses routers (unless they shut it off) as long as they are in the same namespace.
SOLUTION
Avatar of ShineOn
ShineOn
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
TooKoolKris think you will find net send will work nicely (or not so nicely as ShineOn says) across the internet as long as nothing blocks it, did it myself a few months pre and post disabling it on friends PC to show him how it works, and how turning it off prevented further pop-ups.
Of course using * uses the broadcast address, so will therefore never get very far outside your own network, however a targeted net send will work unless blocked.