Operating System - HP-UX
1833642 Members
4979 Online
110062 Solutions
New Discussion

Connections using proxy server

 
Shailesh_14
New Member

Connections using proxy server

Hi,
I am working in LAN. I have configured my proxy server to provide sock proxy v4 and v5.
Now i want to establish a connection on a server which is outside my intranet(ie. my LAN).
I am using CSocket of MFC class to establish the connection.
I want sample programs that can connect to server using proxy server.
Thanks in advance,
Shailesh
1 REPLY 1
Ralf Seefeldt
Valued Contributor

Re: Connections using proxy server

Hello Shailesh,

if you need just a simple programm to see whether proxy is working, try seti. It will use all your CPU but it needs no installation and is easy available at ftp://alien.ssl.berkeley.edu/pub/setiathome-3.03.hppa2.0-hp-hpux10.20.tar

You call it like that:
./seti -nice 39 -proxy 10.11.12.13:1080

It then should immediatedly get in contact with the seti server to get some data/configuration

Regards
Ralf