remoting error between computers but not on same computer

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have a remoting client project and a server project.
Everything works fine as long as both are on teh same computer, but
when I try t over my network I get the following error:

System.Security.Authentication.AuthenticationException was unhandled
Message="A remote side security requirement was not fulfilled during
authentication. Try increasing the ProtectionLevel and/or
ImpersonationLevel."

The connection is set up on the client side like this:

TcpChannel ch = new TcpChannel();
ChannelServices.RegisterChannel(ch, true);
remotingObject = (SerializerInterface)Activator.GetObject(
typeof(SerializerInterface),
IP_textbox.Text);
where the text in the texbox is "tcp://localhost:8085/
RobotServerApplication"

and the server side is set up like this


channel = new TcpChannel(port);
ChannelServices.RegisterChannel(channel, true);
RemotingConfiguration.RegisterWellKnownServiceType(
typeof(RemotingObject),
"RobotServerApplication",
WellKnownObjectMode.Singleton);




I have turned off firewalls on both machines and opened the port on
the router.
I change the client to point to tcp://198.162.1.101:8085/RobotServerApplication
(server address) and as soon as I send a command I get the error.

Everything I have googled about this tells me to change the
impersonation level, but I have no clue on how to do this. Does anyone
have any ideas? I also tried changing the "simple file sharing" that
comes up in the google answers alot and it did not help.

Thanks
Ringo
.



Relevant Pages

  • Re: Giving an application a window icon in a sensible way
    ... it should be fairly obvious that a google search with the query "ant" ... A three letter query with a different, ... server etc ... In fact, the choice is to argue here, or to use ...
    (comp.lang.java.programmer)
  • Re: Warnung!
    ... Beispiele unmittelbar aus dem Usenet an der Hand, die ich hier aber nicht posten werde, weil ich den Betroffenen nur noch mehr damit schaden würde. ... Aber unterhalte Dich mal mit Stakling- opfern, Leuten, die Google ihre Arbeitslosigkeit verdanken oder die in ihrem sozialen Umfeld diffamiert und daraufhin sozial geächtet wurden. ... Und der T-Online-Server ist einer der Server ... Deine Postings nach 3 ...
    (de.soc.netzkultur.umgangsformen)
  • Re: Google Sitemaps and Aliasd domains
    ... Got a main domain on a server tippy. ... htaccess to point to a different location (such as a user directory on the ... google to accept the domain exists. ...
    (alt.internet.search-engines)
  • Re: Dear Google
    ... "If you dont want something heard, ... But they don't make them available to mother, that's what Google ... If the server is on US soil he is and theres nothing that can be done ... The United States has been wiretapping international telephone cables ...
    (sci.astro)
  • Re: LISTENING, ESTABLISHED, CLOSE_WAIT TCP Ports & UDP Ports?
    ... what I don't understand is why are they're opening ports for listening. ... > because legitimate file names pretty much always show up in google. ... > to remotely control your server at the time. ... if a windows root kit was installed. ...
    (microsoft.public.windows.server.security)