Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / .NET SDK / September 2003

Tip: Looking for answers? Try searching our database.

Remoting & firewall

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lloyd Dupont - 06 Sep 2003 03:12 GMT
I want to write a remoted application which will be used by many client
accross internet.
I worry about firewall.
I've read that you could handle firewall by doing communication over HTTP
using IIS, but that's not good for me, as I could run on any kind of
platform like win98 or even, why not ?, linux ...

There is some application around there (KaZaA for example) which seems to
have no problem with firewall, you check the checkbox and it work

How could I work with firewall ?
Any tip ? ideas ?
Josh Carlisle - 06 Sep 2003 04:24 GMT
A couple things... you we're mentioning clients including linux. If your
looking for interopability with non-MS clients you may want to investigate
web services. They're ideal for connecting together systems that normally
can't "talk" to each other easily.

As for your firewall question. A firewall basically blocks/allows connection
to certain ports. To allow your application to be firewall friendly you'll
have to open up the port that your .net remoting component is on your
firewall to allow outside connections to hit your "inside" server. If you
we're to do this make sure you take additional security procautions as
needed. The reason that http is is usually firewall friendly is because a
lot of time port 80 is open on firewalls to allow internet access.

As for your Kazaa comment I think what you might be referring to is a proxy
setting that allows all the internet access on your local network to funnel
through a single server that provides your internet connection.  There is no
"work through firewall" setting because opening ports is solely configured
in the firewall and it would defeat the purpose of a firewall if clients
could just say "Ignore the firewall" :)

Hope this helps.

Regards,

Josh Carlisle

> I want to write a remoted application which will be used by many client
> accross internet.
[quoted text clipped - 8 lines]
> How could I work with firewall ?
> Any tip ? ideas ?
Lloyd Dupont - 06 Sep 2003 12:06 GMT
thanks john.
yep you shed just the needed light ...

> A couple things... you we're mentioning clients including linux. If your
> looking for interopability with non-MS clients you may want to investigate
[quoted text clipped - 34 lines]
> > How could I work with firewall ?
> > Any tip ? ideas ?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.