Re: How do i set remoting to listen ONLY on the local loopback interface
From: Ken Kolda (ken.kolda_at_elliemae-nospamplease.com)
Date: 01/10/05
- Next message: Ken Kolda: "Re: Proxy Authentication required"
- Previous message: Ken Kolda: "Re: Advantages of using Remoting with http and SOAP hosted in IIS"
- In reply to: Kriss: "How do i set remoting to listen ONLY on the local loopback interface"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 10 Jan 2005 08:33:28 -0800
Check out the rejectRemoteRequests property for the channel -- I believe
this is equivalent to using "bindTo" and the loopback IP address.
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconconfiguration.asp
Ken
"Kriss" <kriss.bennett@amsjv.com> wrote in message
news:698003fc.0501100251.5a67fd73@posting.google.com...
> I have a c# service which exposes an object to multiple applications
> on the local machine. I want .NET Remoting to only work locally on the
> same machine and do not want access from any other computer. So I need
> to stop it listening on the normal network interface (e.g.
> 172.1.1.10).
>
> I am trying to achieve the following:
>
> Set my Remoting service to listen only on the local loopback
> 127.0.0.1, So if i do a port scan from PC 1 to PC 2 I cannot see the
> port open.
>
> Does anyone know how to do this?
>
> Many thanks for any response.
- Next message: Ken Kolda: "Re: Proxy Authentication required"
- Previous message: Ken Kolda: "Re: Advantages of using Remoting with http and SOAP hosted in IIS"
- In reply to: Kriss: "How do i set remoting to listen ONLY on the local loopback interface"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|