ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    CentOS 7 - Proxy Server

    IT Discussion
    linux centos centos 7 proxy
    2
    27
    4.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Alex Sage
      last edited by

      So.....

      http_proxy=http://proxy_server_address:port
      

      Doesn't work

      http_proxy=http://proxy_server_address:port yum -y update
      

      Works 😕

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        I'm guessing you were not putting it into your profile or rc script to add it to your shell and were spawning a new shell without the proxy setting.

        A 1 Reply Last reply Reply Quote 1
        • A
          Alex Sage @scottalanmiller
          last edited by

          @scottalanmiller I need to export it and reboot? Confused 😕

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @Alex Sage
            last edited by

            @anonymous said:

            @scottalanmiller I need to export it and reboot? Confused 😕

            No, you have to add it to one of the files mentioned in order for it to apply after a reboot.

            A 1 Reply Last reply Reply Quote 1
            • A
              Alex Sage @scottalanmiller
              last edited by

              @scottalanmiller but I never rebooted.....

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @Alex Sage
                last edited by

                @anonymous said:

                @scottalanmiller but I never rebooted.....

                I didn't say that you did, I said that you spawned a new shell.

                1 Reply Last reply Reply Quote 0
                • A
                  Alex Sage
                  last edited by

                  To enable all yum operations to use a proxy server, specify the proxy server details in /etc/yum.conf. The proxy setting must specify the proxy server as a complete URL, including the TCP port number. If your proxy server requires a username and password, specify these by adding proxy_username and proxy_password settings.

                  The settings below enable yum to use the proxy server mycache.mydomain.com, connecting to port 3128, with the username yum-user and the password qwerty.

                  # The proxy server - proxy server:port number
                  proxy=http://mycache.mydomain.com:3128
                  # The account details for yum connections
                  proxy_username=yum-user
                  proxy_password=qwerty
                  
                  1 Reply Last reply Reply Quote 1
                  • 1
                  • 2
                  • 2 / 2
                  • First post
                    Last post