Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Network Services»How to Setup Http Proxy for User on Linux

    How to Setup Http Proxy for User on Linux

    By RahulNovember 22, 20141 Min Read

    For enhancing security most of organization’s, companies and institution’s uses proxy server on there network for accessing internet. Using proxy server they have restrict access level for each user on basis of there requirement.

    Advertisement

    In this article you will learn to how to enable http proxy for user in Linux while we have terminal access only.

    Enable HTTP Proxy

    Login to user on your Linux system for which you want to enable http proxy. Now edit .bashrc or .bash_profile in there home directory and append following lines at the end of file.

    For Anonymous Proxy

    http_proxy=http://10.0.0.2:8080
    export no_proxy=localhost,127.0.0.1
    export http_proxy
    

    For Authenticated Proxy

    http_proxy=http://proxyuser:[email protected]:8080
    export no_proxy=localhost,127.0.0.1
    export http_proxy
    

    Now save file and reload configuration file using following command. Or you can simply logout and re login to terminal to enable settings.

    $ source ~/.bashrc
    $ source ~/.bash_profile
    

    http proxy
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    How to Set a Custom SSH Login Banner and MOTD

    How To Set Up Nginx Reverse Proxy: A Step-By-Step Tutorial

    How to Install and Secure OpenSSH Server on Pop!_OS

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • Implementing a Linux Server Security Audit: Best Practices and Tools
    • cp Command in Linux (Copy Files Like a Pro)
    • 15 Practical Examples of dd Command in Linux
    • dd Command in Linux (Syntax, Options and Use Cases)
    • Iptables: Common Firewall Rules and Commands
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.