Set an internet proxy on the linux character interface

Source: Internet
Author: User
On the linux character interface, set the internet proxy to set the relevant environment variable www.2cto.com # vi/etc/profilehttp_proxyhttp: // 192.168.20.20 in the profile file: 3128 # specify the proxy server address https_proxyhttp :/...
On the linux character interface, set the internet proxy. in the profile file, set the relevant environment variable www.2cto.com # vi/etc/profilehttp_proxy = http: // 192.168.20.20: 3128 # specify the proxy server address https_proxy = http: // 192.168.20.20: 3128ftp_proxy = http: // 192.168.20.20: 3128 no_proxy = 192.168.20. # Do not use a proxy when accessing the LAN address (192.168.20.0/24 CIDR block). you can use commas to separate multiple IP addresses, export http_proxy https_proxy ftp_proxy no_proxy, and log out of the system. In addition, you can directly enter the corresponding command to take effect.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.