Am I stupid? :) 
Author Message
 Am I stupid? :)

Hi

I need to add support for firewall/proxies into my tcpip client/server
program, but I have not been able to find any info/code samples etc on how
to do this, it seems clear that the MSWinsock control does not directly
support communications with a proxy/firewall, my application communicates
between the client and the server on port 8250

If anyone has any ideas, pointers advice etc, it would all be greatfully
received!!

Regards
Chris Priest



Fri, 02 Mar 2001 03:00:00 GMT  
 Am I stupid? :)
I guess that:

If you are using a Firewall you must ask administrator to allow TCP packets
on port 8250 to exit your network

If you are using a proxy you must ask administrato to configure the Proxy
Server to redirect all packets arriving on port 8250 to a pre-defined
address and port. Your application will have to use the address of Proxy
Server instead of the original one.

--
Cludio Avolio Rodrigues
IBM Global Services
Systems Specialist

http://www.c-avolio.com/vb

Quote:

>Hi

>I need to add support for firewall/proxies into my tcpip client/server
>program, but I have not been able to find any info/code samples etc on how
>to do this, it seems clear that the MSWinsock control does not directly
>support communications with a proxy/firewall, my application communicates
>between the client and the server on port 8250

>If anyone has any ideas, pointers advice etc, it would all be greatfully
>received!!

>Regards
>Chris Priest



Fri, 02 Mar 2001 03:00:00 GMT  
 Am I stupid? :)
Hmm, I understand that, but what I am not sure on, is how to communication
with the proxy server
ie, do I need to pass usernames or passwords?  is there a standard way of
communicating with them?
regards

Chris

Quote:

>I guess that:

>If you are using a Firewall you must ask administrator to allow TCP packets
>on port 8250 to exit your network

>If you are using a proxy you must ask administrato to configure the Proxy
>Server to redirect all packets arriving on port 8250 to a pre-defined
>address and port. Your application will have to use the address of Proxy
>Server instead of the original one.

>--
>Cludio Avolio Rodrigues
>IBM Global Services
>Systems Specialist

>http://www.c-avolio.com/vb

>>Hi

>>I need to add support for firewall/proxies into my tcpip client/server
>>program, but I have not been able to find any info/code samples etc on how
>>to do this, it seems clear that the MSWinsock control does not directly
>>support communications with a proxy/firewall, my application communicates
>>between the client and the server on port 8250

>>If anyone has any ideas, pointers advice etc, it would all be greatfully
>>received!!

>>Regards
>>Chris Priest



Sun, 04 Mar 2001 03:00:00 GMT  
 Am I stupid? :)
I'm not sure but I believe that firewalls work basicly in terms of IP
address and port numbres. May be some kind of Firewall requires aditional
authentication.

--
Cludio Avolio Rodrigues
IBM Global Services
Systems Specialist

http://www.c-avolio.com/vb

Quote:

>Hmm, I understand that, but what I am not sure on, is how to communication
>with the proxy server
>ie, do I need to pass usernames or passwords?  is there a standard way of
>communicating with them?
>regards

>Chris


>>I guess that:

>>If you are using a Firewall you must ask administrator to allow TCP
packets
>>on port 8250 to exit your network

>>If you are using a proxy you must ask administrato to configure the Proxy
>>Server to redirect all packets arriving on port 8250 to a pre-defined
>>address and port. Your application will have to use the address of Proxy
>>Server instead of the original one.

>>--
>>Cludio Avolio Rodrigues
>>IBM Global Services
>>Systems Specialist

>>http://www.c-avolio.com/vb

>>>Hi

>>>I need to add support for firewall/proxies into my tcpip client/server
>>>program, but I have not been able to find any info/code samples etc on
how
>>>to do this, it seems clear that the MSWinsock control does not directly
>>>support communications with a proxy/firewall, my application communicates
>>>between the client and the server on port 8250

>>>If anyone has any ideas, pointers advice etc, it would all be greatfully
>>>received!!

>>>Regards
>>>Chris Priest



Sun, 04 Mar 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Am I stupid or is it VB? [Recordsets]

2. Am I Stupid ???

3. Am I Stupid ?...

4. Using MSMAPI ocx: Am I stupid or what?

5. MDI-problem-am i stupid or is it a bug -2 icons in menubar

6. Locking error, DataControl Error, or am I stupid ?

7. Bug in D3DXQuaternionRotationMatrix - or am I stupid?

8. Am I stupid? ShellExecute woes

9. Am I stupid? :)

10. Locking error, DataControl Error, or am I stupid ?

11. Access Gurus needed for this one !! Or maybe I am just stupid!

12. Is this a bug, or am I stupid (or both)?

 

 
Powered by phpBB® Forum Software