Hi,

I'm trying to use Remoting over a firewall. Machine A calls a wellknow
object on Machine B, which retains a proxy to A and calls it back at a
later point.

I think the following problems could occur:

* If the firewall refuses outside connections, machine B won't be able to
call A. I assume that in this case I need to use a bidirectional remoting
channel, like the one currently under development at
www.dotnetremoting.cc. Is there any other approach with the standard tcp
or http channels included in the framework?

* If NAT translation occurs, I assume the ObjRef retained by Machine B
won't have the correct IP address. Is there any approach here, other than
hard-coding the IP?

Thanks,
Will

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to