Re: .net remoting over internet

From: Sunny (sunnyask_at_icebergwireless.com)
Date: 06/29/04


Date: Tue, 29 Jun 2004 10:37:37 -0500

Hi,

look inline your code:

> > > BinaryClientFormatterSinkProvider clientProvider = new
> > > BinaryClientFormatterSinkProvider();
> > > BinaryServerFormatterSinkProvider serverProvider = new
> > > BinaryServerFormatterSinkProvider();
> > > IDictionary props = new Hashtable();
> > > props["port"] = 8989;
> > > props["name"] = System.Guid.NewGuid().ToString();;

//put there the external IP of your firewall
props["machineName"] = "xxx.xxx.xxx.xxx";

//this makes the channel to use the machine name we sppecified
props["useIpAddress"] = false;

> > > HttpChannel chan = new HttpChannel(props,clientProvider,
> serverProvider);
> > > ChannelServices.RegisterChannel(chan);
.....
all other is the same

Hope that helps

Sunny



Relevant Pages

  • [fw-wiz] Re: IPS
    ... > inline. ... adding an extra layer of security around an open network. ... whether implemented in a firewall like ... Checkpoint's SmartDefense or a standalone, inline "IDP" product, ...
    (Firewall-Wizards)
  • RE: IPS vs application firewall
    ... A firewall is always an inline device; ... Norwich University ... EARN A MASTER OF SCIENCE IN INFORMATION ASSURANCE - ONLINE ...
    (Security-Basics)
  • RE: [fw-wiz] Apples iSight and Firewalls
    ... Some firewalls support monitoring the H.240 command channel for 'open data ... This is the Swiss-cheese problem. ... I've no idea what iSight would need through the firewall. ...
    (Firewall-Wizards)
  • RE: IPS (was: [fw-wiz] Sources for Extranet Designs?)
    ... >An inline device that assembles packets into streams or sessions and parses them. ... that's a "firewall" - the first firewalls did all that inherently since they ... third-generation "network layer" firewalls ... ever been on the market are IPS. ...
    (Firewall-Wizards)
  • Re: SBS Unable to resolve domain but Bind can?
    ... Read inline please. ... Andrew typed: ... The SBS server has a public IP and it is not behind or running any ... firewall. ...
    (microsoft.public.windows.server.dns)