Proxy configuration
Hi all,
I have a Sun Fire V240 running on Solaris 10. I'd like to configure my server with a proxy, and I have been trying to find out if Solaris 10 includes any proxy software that would allow me to configure to talk to my proxy.
Is coming any proxy client with Solaris 10?
Thanks in advance and regards
Message was edited by:
JMibane
[374 byte] By [
JMibane] at [2007-11-26 11:02:09]

# 1
It's not exactly clear what you are asking. If all you want to do is run a web browser on your Solaris machine and negotiate through your networks's proxy server, set $http_proxy in your shell environment. For example, if your login shell is /bin/sh:
http_proxy=yourproxy:portnumber
export http_proxy
If you are trying to make your Solaris machine a proxy server, you may want to get and install 'squid'. Google for it.