Remoting + Firewalls

  • Thread starter Thread starter Alexandre Brisebois
  • Start date Start date
A

Alexandre Brisebois

Hi,
I have currently developped a small test app for remoting,
it currently works great if the firewall is turned off.
how do i deal with firewalls ?

i currently am using onecare on my dev machine and the server will be
local and the client will be remote how do i go though the firewall ?

best regards,
Alexandre Brisebois
 
Hello, Alexandre!

AB> i currently am using onecare on my dev machine and the server will be
AB> local and the client will be remote how do i go though the firewall ?

What channel do you use? Generally firewalls aren't blocking port 80, that is HTTP channel can be used.
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
I currently run IIS and when I try to run it on 80 i get exceptions.
and im using the http channel.

regards,
Alexandre Brisebois
 
Hello, Alexandre!

AB> I currently run IIS and when I try to run it on 80 i get exceptions.
AB> and im using the http channel.

Then you can configure firewall not to block the port your channel is using...
For test purposes, you can switch IIS on the other port and try http channel in 80 port.
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Vadym,

thank you for the suggestion, i will look into it,
is there any good resources on how to auto configure ports to listen to
?
(firewall)

regards,
Alexandre Brisebois
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top