How can my client work through a firewall/proxy server?



How can my client work through a firewall/proxy server?..

Answer / chaitanya

If you are running through separate proxies for each service, you shouldn't need to do anything. If you are working through sockd, you will need to "socksify" your application.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Unix Socket Programming Interview Questions

What is a socket file?

0 Answers  


Why does connect() succeed even before my server did an accept()?

1 Answers  


Why do I keep getting EINTR from the socket calls?

1 Answers  


If bind() fails, what should I do with the socket descriptor?

1 Answers  


How can I be sure that UDP messages are received in order?

1 Answers  






Whats the difference between select() and poll()?

0 Answers  


What are raw sockets?

4 Answers   Axis Technologies,


system choose one for me on the connect() call? Should I bind() a port number in my client program, or let the?

0 Answers  


What are Sockets?

1 Answers  


How do I get the port number for a given service?

1 Answers  


What pieces of information make up a socket?

0 Answers  


How do I properly close a socket?

1 Answers  


Categories