Link to home
Start Free TrialLog in
Avatar of lokeshv
lokeshv

asked on

firewall and sockets ??

i access the internet through my proxy server that require authorization... now i m programming in c++ and i want to open a socket( outside my LAN) ..but firewall doesn't allow me to do so ...


how can i do that ?



Thanks in advance..

Lk


Avatar of jlevie
jlevie

When there's a proxy server and a firewall a common configuration of the firewall is to disallow any connections that don't pass through the proxy. If that's the case on your network then you won't be able to open a connection to an Internet host via code with out a change in the firewall configuration. In that environment you are limited to connections that pass through the proxy.

If you have a valid reason to connect directly to an Internet host you may be able to get your local network administrators to modify the firewall config.
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
lokeshv:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.