473,396 Members | 2,076 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How i can bypass proxy/firewall in .Net? preferably c#?

Can you please help me in my problem?

I have a socket prog. application like
http://www.codeproject.com/dotnet/csharpwhiteboard.asp

My application is chat application like above architecture.

I want to bypass firewall aswell as proxy if any on two chat clients like
yahoo or msn can chat beyond proxy/firewalls...

Please guide me, how i can do that...!

Thanks,
Mahesh Devjibhai Dhola
"Empower yourself...."
Nov 16 '05 #1
2 17912
If you could bypass a firewall, then any program could and that would defeat
the purpose of such protection. You would need to configure the firewall on
both ends to allow your application to communicate with the outside world.

"Mahesh Devjibhai Dhola" <md*****@hotmail.com> wrote in message
news:uu**************@TK2MSFTNGP09.phx.gbl...
Can you please help me in my problem?

I have a socket prog. application like
http://www.codeproject.com/dotnet/csharpwhiteboard.asp

My application is chat application like above architecture.

I want to bypass firewall aswell as proxy if any on two chat clients like
yahoo or msn can chat beyond proxy/firewalls...

Please guide me, how i can do that...!

Thanks,
Mahesh Devjibhai Dhola
"Empower yourself...."

Nov 16 '05 #2
To bypass the firewall, you'll have to use a port that configured to pass
through the firewall.

Most, if not all, firewalls allow communications initiated locally. In
other words, if a client sends a request to a server, then the response is
expected by the firewall and should be sent to the client without blocking
it. Only "listeners" should have to have their firewalls configured. That
can be a single server or, in a peer to peer system, every user must listen.
With that in mind, you have a couple options.

If all messages are routed through a server before being forwarded to the
recipient, then you shouldn't have any problem once you've configured the
firewall at the server.

If it is a true peer to peer chat system, then each client will have to
"listen" on the inbound port and, therefore, each client will have to have
its firewall configured to accept the incoming request from the other peer.

HTH

DalePres
MCAD, MCDBA, MCSE
"Mahesh Devjibhai Dhola" <md*****@hotmail.com> wrote in message
news:uu**************@TK2MSFTNGP09.phx.gbl...
Can you please help me in my problem?

I have a socket prog. application like
http://www.codeproject.com/dotnet/csharpwhiteboard.asp

My application is chat application like above architecture.

I want to bypass firewall aswell as proxy if any on two chat clients like
yahoo or msn can chat beyond proxy/firewalls...

Please guide me, how i can do that...!

Thanks,
Mahesh Devjibhai Dhola
"Empower yourself...."

Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: gcash | last post by:
OK, I was writing code using WIN32ALL to do automation scripts for common things we do in IE a lot at work, since grunt-n-point gets very boring after a while. I snarfed the code from ...
6
by: harry | last post by:
Hi, I have a program that runs on multiple client pc's. Occasionally one or more of those pc's use VPN to connect to another corporate network. When using VPN they need to set proxy server in...
0
by: KumarForG | last post by:
hi, i have a webservice and it's client in dotnet. the client is coded to assign the proxy property to the service object, with the proxy url and authentication details. however, there is a...
0
by: PeterJ | last post by:
I created some web pages in Visual Studio 2003 in VB and sent them to another fellow to be rolled up into an application. This was sent back to me and I could not open the whole application. Now...
0
by: Erick Galassi | last post by:
Hi, First of all I would like to excuse for my bad english, but I hope that you guys understand what is my question and help me on this , if its is possible. I have the strange and following...
1
by: OlaPihl | last post by:
Hi, How can I by code enable and disable "Bypass proxy server for local adresses" in Internet Explorer / Tools / Internet Options / Connections / LAN Settings. I have made a program (VB.Net)...
1
by: honestguy1999 | last post by:
Hi, everyone, I am using beej's flickr api in Python. For some reason I have to bypass the firewall using a proxy. I read the urllib reference and set http_proxy="my proxy". But it didn't work. I...
2
by: Adam | last post by:
Hi, everyone, I am using /usr/share/system-config-language/ language_gui.py in Python. For some reason I have to bypass the firewall using a proxy. I read the urllib reference and set...
11
by: TMN | last post by:
Hi I am trying to get fetch rss from news sites from behind our corporate proxy/firewall but no php function has worked - I have tried curl etc but simply get no response. These scripts work...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.