Can't Get Network Proxy To Work

Archived topics about LMDE 1 and LMDE 2
Locked
TheAndyBob

Can't Get Network Proxy To Work

Post by TheAndyBob »

Hello,
So I'm trying to connect to a proxy server on Linux Mint Debian. Off the bat, I can type in the proxy information in Firefox and it works fine, I google "what's my ip", and it shows the correct IP for my proxy server. However, when I try to type it into Mint's Network Proxy setting, it does not show me correct proxy ip when I look it up in google. The command I'm typing in terminal to setup the proxy is:

Code: Select all

ssh -D 8080 -Nf andrew@XX.XXX.XX.XX
Where the X's represent the IP address I'm trying to connect to.
In firefox, I tell it to use a SOCKS proxy with the server being local host and port 8080. And that seems to work within firefox just fine. But when I type the same information within the system settings for proxy information, it doesn't seem to use the proxy server...
Is there something I'm missing here? How can I get the system to use the proxy settings system wide? Thanks for the help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Can't Get Network Proxy To Work

Post by remoulder »

What version of mint, what desktop?
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
TheAndyBob

Re: Can't Get Network Proxy To Work

Post by TheAndyBob »

Debian, with I believe cinnamon.
trueknight

Re: Can't Get Network Proxy To Work

Post by trueknight »

I have just the same issue. Proxy configuration in firefox and in skype works perfect but not in system configuration.
Version of my mint is 13, desktop is maya.
User avatar
Garvan
Level 4
Level 4
Posts: 300
Joined: Sun May 29, 2011 3:26 am
Location: Thailand
Contact:

Re: Can't Get Network Proxy To Work

Post by Garvan »

I cannot answer the question completely, but I think I can provide extra information which may help. I do not run the Debian version of mint.

I can set up a proxy in Firefox by editing the Manual proxy Configuration settings. These work only in Firefox.

To use a proxy from a terminal I need to use this style command.

Code: Select all

export http_proxy='http://81.27.79.181:8080/'
I sometimes use this to pretend I am in the UK so I can download BBC TV shows using get-iplayer. This also supports the user-name and password syntax you are using.

This will show your IP address in the terminal. It is important to note that the terminal ignores the network manager settings.
ip addr show
Finally I have set up proxies using the GUI interface Network Settings in Cinnamon. I do not know if you have this utility in your version of mint.

Garvan
Notebook: DELL Latitude E5520, i5-2520M @ 2.50 GHz, 4GB RAM, Linux Mint 17.2 (2011)
Notebook: DELL Latitude 5280, i5-73000 @ 2.7 GHz., 16 GB RAM, Linux Mint 19.2 (2019)
Locked

Return to “LMDE Archive”