AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  Regarding proxy config file in aix

    Posted 08/16/11 05:54 AM

    Originally posted by: kishoraix


    Dear all

    where i need to set proxy ip id to connect internet my aix box...

    &

    How to connect internet my aix box...

    Plz suggest me...

    Regards
    kishorbabu
    #AIX-Forum


  • 2.  Re: Regarding proxy config file in aix

    Posted 08/16/11 04:20 PM

    Originally posted by: edgodd1


    It depends on what application you are using. It would be a good idea to set the environmental variable HTTP_PROXY in your profile to your proxy:

    export HTTP_PROXY=http://host:port

    if you require authentication you can use export HTTP_PROXY="http://username:password@host:port"

    This works for a lot of the open source toolbox stuff that is built on AIX.

    The application you're using needs to be proxy aware and the documentation should specify how to configure it for proxy use.
    #AIX-Forum