Home:ALL Converter>Hosting a WCF service behind a proxy, firewall

Hosting a WCF service behind a proxy, firewall

Ask Time:2009-08-26T21:03:39         Author:Nitin

Json Formatter

We have created a WCF using net.tcp with an anticipation that the service can work in a firewall that would accept only HTTP port. The client behind firewall can also access it.

Do we need to host the service on a static, public IP so that any client from any network can conect to it?

Ideally, we would like to host the service on a node behind a firewall (say on 192.168.0.199) so that a client on some other network could connect to it.

Please suggest.

Author:Nitin,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/1334525/hosting-a-wcf-service-behind-a-proxy-firewall
yy