Linux mint как настроить прокси

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

How do I configure to use proxy?

Post by camper » Mon Dec 17, 2012 4:01 pm

Just installed Nadia, and believe I am having the same issue. It appears that mintinstall, mintupdate, chromium-browser all do not work with the proxy setting that I set in Control Center. I can get mintinstall to work by setting http_proxy in a root term and then running running the application. So

thomson@DAEW38 ~ $ sudo -s
[sudo] password for thomson:
DAEW38 ~ # export http_proxy=http://10.0.0.1:3128
DAEW38 ~ # mintinstall

Same for apt-get. Chromium takes and argument so I made a launcher with the —proxy-pac-url argument added to the start command. It looks like the main network proxy setting is not getting passed to root when you set it from your user login?

Re: How do I configure to use proxy?

Post by xenopeek » Tue Dec 18, 2012 3:18 am

Split your post from http://forums.linuxmint.com/viewtopic.php?f=29&t=18508 and moved it here. Please don’t post support requests on the Suggestions & New Ideas forum, and please don’t necrobump post older than 6 months (or 4 years here ). See the forum rules.

Hopefully somebody more knowledgable about proxies can pitch in on this question. If you open Network from the menu, or by clicking the network status icon on the panel, you should be able to configure your proxy there.

Image

Re: How do I configure to use proxy?

Post by jerkey » Wed Jun 12, 2013 4:52 am

> If you open Network from the menu, or by clicking the network status icon on the panel, you should be able to configure your proxy there.

yes that would be appropriate, except there’s no option there. If i go to System > Network, there are four tabs: Connection, General, DNS, Hosts. None of them have any option to set a proxy.

Читайте также:  Консоль кластера серверов 1с linux

Linux mintbox 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Re: How do I configure to use proxy?

Post by msnealer » Sat Aug 31, 2013 7:21 am

I have the same issue. On Mint 14 cinnamon it was there, but not on 15. I can find no settings for a proxy anywhere!!

karlchen Level 22
Posts: 17363 Joined: Sat Dec 31, 2011 7:21 am Location: Germany

Re: How do I configure to use proxy?

Post by karlchen » Sat Aug 31, 2013 6:10 pm

Hello, camper, jerkey and msnealer.

  • I choose Cinnamon because I use Cinnamon. The exact steps will really be different between desktop environments. I.e. proxy configuration and handling is still inconsistent on Ubuntu/Mint.
  • Not all programmes will care to honour the systemwide proxy settings. It is a real p.i.t.a. E.g. Firefox can use the system wide proxy settings, but you can configure a proxy in Firefox, too. Synaptic/Mintupdate cannot be bothered to honour the systemwide proxy settings. apt-get will have to be configured separately, too.
  • In case your proxy server requires logon credentials things will be more complicated.

In Cinnamon go to Menu => Preferences => Network. Inside Network select the third item, Network Proxy. Here you can specify your proxy settings manually and finally click on «Apply systemwide».

So far so good. In case your proxy requires you to enter logon credentials, then this dialogue cannot be used to enter those.
Instead we will have to use dconf-editor to enter the proxy logon credentials. — Install dconf-editor with the help of Synaptic in case dconf-editor is not present on your system.

Launch dconf-editor: Everything related to the proxy will be found below system => proxy.
In fact, provided Mint 15 really removed the basic proxy activation from the Network Manager dialogues, Mint 15 users may enter everything inside dconf-editor.

Entering proxy login credentials:
Go to system => proxy => http.
In the right pane you enter the values for authentication-user and authentication-password. Check «use authentication». Enabled should already be checked. The host field should already specify the proxy machine. And the correct port should also be present already.
Note: Mint 15 users may have to enter all parameters manually.
Directly under system => proxy the option «use same proxy» should be ticked. Means: Use the proxy settings under http for https and ftp as well. Do not worry about socks. It should not be used at all today.

Читайте также:  Узнать права файла линукс

Result:
All (graphical) programmes which honour the systemwide proxy settings can use your proxy now.

Webbrowsers like Firefox e.g.:
Inside Firefox go to Edit => Preferences => Network => Connections = Settings: 3rd option from top «Use the system-wide proxy settings».

2. Proxy settings for Synaptic and MintUpdate:
Good thing:
Once you have configured Synaptic to use your proxy, mintupdate will use it, too. Mintupdate is «Synaptic in disguise». (Look at the process list when mintupdate is installing updates, you will also see synaptic processes, provided you look fast enough.)

Launch Synaptic. Go to Settings => Settings => tab «Network».
You can activate (*) Manual Proxy Configuration there and enter the appropriate values for http-proxy and ftp-proxy. You can even add the credentials needed to authenticate on the proxy, in case your proxy requires an authentication.

3. Proxy settings for apt-get:
If you thought we had caught them all by now, bad luck. Synaptic and Mintupdate and Software Manager frequently launch apt-get commands. So you still need to tell apt-get how to connect to your proxy.
With root privileges create or modify the file /etc/apt/apt.conf.

Acquire::http::proxy "http://proxyname:proxyport/"; Acquire::ftp::proxy "ftp://proxyname:proxyport/";
Acquire::http::proxy "http://username:password@proxyname:proxyport/"; Acquire::ftp::proxy "ftp://username:password@proxyname:proxyport/";

Note:
username, password, proxyname and proxyport are placeholders. You have to replace them by the values which apply on your system.

All right. To the best of my knowledge these should be the most common places where you have to configure your proxy settings.

Image

The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 500 days now.
The Prophet’s Song

Читайте также:  Install all dependencies linux

Re: How do I configure to use proxy?

Post by an7hr4x666 » Thu Dec 05, 2013 3:12 pm

hear m8, im pretty new too this—i had same prob it seems, but the application named ‘icedtea’ had all settings in there, dont know why settings for everything in this distro are spread out all over,’tho this is its only downside i find’.
hope helps, and i werent on the wrong trackm=.

karlchen Level 22
Posts: 17363 Joined: Sat Dec 31, 2011 7:21 am Location: Germany

Re: How do I configure to use proxy?

Post by karlchen » Mon May 17, 2021 8:54 am

Image

The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 500 days now.
The Prophet’s Song

  • Important Notices
  • ↳ Rules & Notices
  • ↳ Releases & Announcements
  • ↳ Main Edition Support
  • ↳ Beginner Questions
  • ↳ Installation & Boot
  • ↳ Software & Applications
  • ↳ Hardware Support
  • ↳ Graphics Cards & Monitors
  • ↳ Printers & Scanners
  • ↳ Storage
  • ↳ Sound
  • ↳ Networking
  • ↳ Virtual Machines
  • ↳ Desktop & Window Managers
  • ↳ Cinnamon
  • ↳ MATE
  • ↳ Xfce
  • ↳ Other topics
  • ↳ Non-technical Questions
  • ↳ Tutorials
  • Debian Edition Support
  • ↳ LMDE Forums
  • ↳ Beginner Questions
  • ↳ Installation & Boot
  • ↳ Software & Applications
  • ↳ Hardware Support
  • ↳ Networking
  • ↳ Tutorials
  • ↳ Other Topics & Open Discussion
  • ↳ LMDE Archive
  • Interests
  • ↳ Gaming
  • ↳ Scripts & Bash
  • ↳ Programming & Development
  • Customization
  • ↳ Themes, Icons & Wallpaper
  • ↳ Compiz, Conky, Docks & Widgets
  • ↳ Screenshots
  • ↳ Your Artwork
  • Chat
  • ↳ Introduce Yourself
  • ↳ Chat about Linux Mint
  • ↳ Chat about Linux
  • ↳ Open Chat
  • ↳ Suggestions & Feedback
  • International
  • ↳ Translations
  • ↳ Deutsch — German
  • ↳ Español — Spanish
  • ↳ Français — French
  • ↳ Italiano — Italian
  • ↳ Nederlands — Dutch
  • ↳ Português — Portuguese
  • ↳ Русский — Russian
  • ↳ Suomi — Finnish
  • ↳ Other Languages
  • ↳ Čeština-Slovenčina — Czech-Slovak
  • ↳ Magyar — Hungarian
  • ↳ 日本語 — Japanese
  • ↳ Polski — Polish
  • ↳ Svenska — Swedish
  • ↳ Українська — Ukrainian

Powered by phpBB® Forum Software © phpBB Limited

Источник

Оцените статью
Adblock
detector