- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Proxy in HP-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 05:37 AM
11-21-2002 05:37 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 05:33 AM
11-21-2002 05:33 AM
Re: Proxy in HP-UX
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 05:38 AM
11-21-2002 05:38 AM
Re: Proxy in HP-UX
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 05:53 AM
11-21-2002 05:53 AM
Re: Proxy in HP-UX
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 05:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 06:44 AM
11-21-2002 06:44 AM
Re: Proxy in HP-UX
sincerely
AJ Hettema
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 12:51 AM
11-22-2002 12:51 AM
Re: Proxy in HP-UX
I'm using squid on HPUX 11.00 (not 11.11) without any pb..
compiled with gcc..
regards
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 01:11 AM
11-22-2002 01:11 AM
Re: Proxy in HP-UX
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 02:21 AM
11-22-2002 02:21 AM
SolutionI'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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 02:27 AM
11-22-2002 02:27 AM
Re: Proxy in HP-UX
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