A local endpoint defined as net.tcp://localhost:<port>/MyRemoteApp can only be accessed from the local system.
net.tcp://localhost:<port>/MyRemoteApp
you can use 0.0.0.0: and service will bind to all interfaces on the current machine.