1825771 Members
2364 Online
109687 Solutions
New Discussion

Proxy in HP-UX

 
SOLVED
Go to solution
Karthik S S
Honored Contributor

Proxy in HP-UX

Hi,
Is there any Proxy Server available on hp-ux (like winproxy public software in Windows) ...
If yes from where I can download it??
Thanks
Karthik
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
9 REPLIES 9
Pete Randall
Outstanding Contributor

Re: Proxy in HP-UX

Karthik,

This is not a recommendation, as I have no experience with it, but you can download "ezbounce" from the porting and archive center:

http://hpux.connect.org.uk/hppd/hpux/Misc/ezbounce-0.85/


Pete

Pete
Karthik S S
Honored Contributor

Re: Proxy in HP-UX

Hi
I dont know if that SW will be very useful. It seems to be a IRC char Server. My need is to setup a Proxy Server for Internet connection Sharing on hp-ux.

Thanks
Karthik
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Pete Randall
Outstanding Contributor

Re: Proxy in HP-UX

Sorry, Karthik, I was searching on proxy and didn't delve very deeply into it.

Pete

Pete
T G Manikandan
Honored Contributor

Re: Proxy in HP-UX

check squid from
http://www.squid-cache.org/


Thanks
ArieMo
Occasional Advisor

Re: Proxy in HP-UX

has anyone compiled squid correctly on HP-UX 11.11??? I had a clean compile, but now I have some socketbinding problems when I try to reach a ftp-site from within a browser like IE.

sincerely
AJ Hettema
benoit Bruckert
Honored Contributor

Re: Proxy in HP-UX

Hi,
I'm using squid on HPUX 11.00 (not 11.11) without any pb..
compiled with gcc..
regards
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)
Karthik S S
Honored Contributor

Re: Proxy in HP-UX

Hi Benoit,

Could you please share the installation steps you followed with us?. In my case the hp-ux Server where I am planning to install the SW is not connected to the Internet directly but it uses some proxy server for that. My plan is to install Proxy on that Server and give access to few clients to the internet through that server. I hope you are getting my point. Is that possible???

Thanks
Karthik
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
benoit Bruckert
Honored Contributor
Solution

Re: Proxy in HP-UX

Well,
I'm using 2 proxy server to connect to internet, One on the lan (on HP-UX), which send request to a second one on the DMZ (which is connected to internet).
In fact , i configured the dmz squid as a parent proxy of the first one :
to do it, you have to activate in squid.conf the cache peer option and define the parent proxy line !!
example :
cache_peer parent 3130 default no-query
3130 is the port for direct access to the cache, you can deactivate it !!
Don't forget to uncomment this line :
prefer_direct off

I don't know if you have a built in squid server, if not, then you have to compile it from sources (what I did), it's easy with gcc... which means you have to install gcc to make it works..
gcc+binutils are available on porting center :
http://hpux.cs.utah.edu/

for squid :
http://www.squid-cache.org/

for compilation of squid : see the INSTALL file
If you have more question, about compilation, give me details...
regards
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)
benoit Bruckert
Honored Contributor

Re: Proxy in HP-UX

opps,
I forgot to tell you that for restricted access, then you have to define an acl.
What are the rules ?
restriction on IP addresses of the clients, or using a password ??
you can define both with squid !

regards
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)