I have added these lines in /etc/apt/apt.conf
Acquire::http:: proxy "http://intern:intern@192.168.1.18:3128/";
Acquire::ftp:: proxy "ftp://intern:intern@192.168.1.18:3128/";
Acquire::https:: proxy "https://intern:intern@192.168.1.18:3128/";
Acquire::socks:: proxy "socks://intern:intern@192.168.1.18:3128/";
(here : p is without space used just before proxy)
Hi,
I have been trying to get my updates on a network that runs a proxy. I have been able to get it working in both Ubuntu and OpenSuse in under 10 minutes, but in Fedora (12) whatever I have tried has not worked.
I have an internal network inside my LAN . the clinets are connected via router to the main LAN . In the main lan there is a connection to internet .
I set up a proxy in the main LAN , and connected the clients to that proxy (by the internet propeties in windows ) . it works fine .
the proxy is a SQUID type .
Hello all,
Since i've came on linux, i know that XFCE is my favorite desktop environment. I really love this simplicity, this speed etc.
But their is one thing poisoning my life, the absence if proxy manager...
I know there is a command to set a proxy (export http_proxy=<proxy>:<port>).
I have a Squid Proxy server (Debian) working perfectly with authentication:
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd
I'd like that also client that try to get web pages using the proxy as gateway (port 80) get redirected on port 3128.
I've tried iptables:
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
without luck because in tha
Hello everyone, I first want to thank you all that reply to my post in advance.
I have a squid proxy installed with an isc-dhcp-server as well and it is working awesome. I have put a whitelist to work with the proxy and it is doing its job but I am having an issue with connecting the proxy to email clients.
Hello everybody!
I've got an issue with passing through ISA Server proxy because of NTLM/NTLMv2 authentication required using clear openSUSE 11.2 x64 installation (from KDE4 Live CD).
The solution is to install and setup local proxy-gateway which is support NTLM and could proxy requests from different apps transparently.
Hello ,
I' m having a problem with the settings in : preferences ---> trackers --->
tracker-proxy
In proxy-server I've : //xxxxxxxx.com
In proxy-port : 3128 ( I run squid on the same machine )
But ... as soon as I activate the "connect with tracker via proxy" button ,
I've configured squid with squid with squidguard and when using proxy in browser it works fine.
But I want to enforce using proxy (probably in iptables) in all browsers. Now it can be disabled in the browser settings by user.
My setup is: one standalone pc with ubuntu running the squid and squidguard and on this very same device I want to somehow enforce using the proxy.