Tagged Questions
0
votes
1answer
35 views
What do I need to setup a linux box as a proxy to access the network?
At the minute I have all my machines connect directly to my isp-supplied broadband router. I want to make sure my machines are behaving correctly so I wish to test this by sniffing the traffic of ...
0
votes
2answers
56 views
How to make my debian to work as http/html proxy?
I use debian on faculty server via putty having its public Ip adress. I have sudo. I wonder how to make it work as Http/html proxy for access to "web of science" from my home windows browser. I wonder ...
2
votes
0answers
456 views
SOCKS proxy configuration on KDE 4.4.5 / Debian 6.0.5
I've been trying to use a SOCKS Proxy which I have been using with success from an Ubuntu 11.4 box with GNOME on my Debian box with KDE.The socks server is bound to the local port 1080 through the ...
0
votes
0answers
2k views
Setting up Proxy Settings on Debian
During installation of Debian I was asked for a Standard Proxy String in the form of http://user:password@host:port/, which I entered. apt-get ran and retrieved files during update, and now Debian is ...
3
votes
1answer
135 views
Configure applications to ask for a user:pass behind a proxy
Here's the deal: I'm trying to set up a SQL server with Debian Linux, I managed to install Debian - but I can't get apt-get to work, since I'm behind a proxy.
I already managed to setup Iceweasel to ...
1
vote
1answer
2k views
How to setup proxy authentication in the Debian shell?
I think that once I used
export http_proxy=http://user:password@address:port/
successfully. But now when I use wget it shows
Error parsing proxy URL http://user:passwordaddress:port/: Bad port ...