windows - Joining a PNRP cloud on my local subnet -


i'm experimenting pnrp, using netsh execute basic commands register peers on machine. able add multiple peers on machine opening multiple instances of command prompt, , entering following commands

netsh p2p pnrp peer add registration 0.mike 

after switch cloud context , enter show names , see bunch of info, , names of 2 peers registered through cmd. however, when ask developer (who has machine on same ipv4 subnet) run same commands not appear. expect third peer show on cloud, since we're using same name 0.mike

what not understand going on here, , should doing behavior i'd expect?

show names designed show names registered on local machines, not names computer aware of.

due way name storage works (a 1 way hash algorithm) nodes of network aren't aware of names storing, hashed values.

the command want run resolve 0.mike perform lookup name , return ip addresses. can restrict cloud if need to.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -