Re: How to restrict remote client by IP address



On Fri, 26 May 2006 06:21:02 -0700, hulinning wrote:

I would like to know how much effort you need to convert native MS .NET
remoting to GenuineChannels .NET Remoting?

Currently, client applications use interfaces to connect to remote host for
obtaining services. The Remote host provides singleton classes with
unlimited life time. All classes that needs to be returned to clients are
serializable.
Currently I got no security, synchronous calls only.

We were pretty much in the same situation as you are when we switched from
the .NET Framework built-in TCP channel to Genuine Channels' GTCP channel.
The only change we've had to make was to reference the Genuine Channel DLL
and to change TcpChannel to GTcpChannel in the code... There are a few
points to take into account:

- Genuine Channels's GTCP channel is not compatible with the built-in
TcpChannel which means that you have to migrate all your client and server
applications to Genuine Channels at once.
- Of course, just changing TcpChannel to GTcpChannel is easy and works but
if you want to take advantage of Genuine Channels extra features, you'll
have to spend some time to learn about the Genuine Channels API.
Fortunately, their programming guide is clear and complete with code
samples plus there are several articles and sample applications on their
web site so it's actually pretty quick to get up to speed with Genuine
Channels.

Don't forget that you can try it for free (the trial package comes with all
the documentation, the programming guide and the sample chat application).
.



Relevant Pages

  • Replace OS With Genuine?
    ... month or so) begun announcing that their WinXP SP2 is not genuine? ... There are other applications on the drives that need to be saved. ... Client simply wants to fix the problem. ... He's willing to buy new Genuine product. ...
    (microsoft.public.windowsxp.configuration_manage)
  • Re: How do I Install A New CD Key to Comply With Genuine Advantage
    ... >I have a client with two computers that have hacked copies of XP Home. ... > learned this as a result of Microsoft's implementation of the Genuine ... > way to input the CD Key and go through the Activation process again? ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: [Full-disclosure] Slander of security researcher n3td3v
    ... Tell your faggot friend he can't be in our club. ... My client is genuine, he has never been part of anti-sec. ...
    (Full-Disclosure)
  • [Full-disclosure] Slander of security researcher n3td3v
    ... My client is genuine, he has never been part of anti-sec. ... Get a Free Account at www.mail.com! ...
    (Full-Disclosure)

Loading