The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
40 views

Configure Centos 6.3 to direct all traffic through a proxy server

Is there a way to configure Centos 6.3 to direct all internet traffic through a proxy server? Forgive me if this is a really dumb question, I know very little about how proxy servers work and how ...
2
votes
1answer
218 views

How to configure for an Authenticating Proxy Server

My work proxy server requires authentication with the Microsoft AD domain user credentials. Everybody knows how it works: If you log in on a Windows workstation, your "Internet Explorer" browser based ...
1
vote
2answers
113 views

Use socks proxy for commands in terminal

I connect to a remote ssh server by running this command: ssh -D 12345 [email protected] This creates a socks proxy that I can use with Firefox to bypass censorship in my country. However, I can't ...
2
votes
1answer
57 views

Make polipo to log all urls

i'm using polipo (proxy server) for local caching. is there a way to log all access through polipo just like urlsnarf or other web server log file do? logFile = "/tmp/access.log" logLevel = ? # what ...
1
vote
1answer
42 views

NAT with transparent proxy

is there a way to redirect all non local http requests that through my computer to use my transparent proxy, so i can log all websites are they visiting? and if possible all https requests too.. my ...
0
votes
2answers
145 views

How to setup squid simplest way for safe proxy?

I have installed squid on my remote linux box and added my desktop's IP as acl lagrangian64 src XX.XX.XX.XX/32 in squid config. Also I have added lagrangian64 to the following line: http_access ...
4
votes
2answers
2k views

How can I block a specific URL on a DD-WRT router?

I've been looking everywhere for this. Does anyone know how to block a specific URL on a DD-WRT router? For example, I want to block website.com/whatever but not website.com, blah.website.com, or ...
1
vote
1answer
31 views

Self cache-proxying all outcoming http/https request

Is there a way to setup squid (or another caching proxies) to cache any http/https request from my own computer? i will use it to record all request and get the downloaded files from software that ...
5
votes
1answer
601 views

How can I enable URL rewriting on a DD-WRT router?

I would like to be able to add a parameter to certain URL requests that go through my DD-WRT router. Specifically, I'm trying to figure out how to force safe search in Google, which means I have to ...
1
vote
1answer
66 views

How to allow access to web only through proxy?

I have a machine with Linux Slackware 13.37. Is it possible to configure iptables, so the users will be able to access web only through squid? The direct access through the browser will be blocked. ...
0
votes
1answer
103 views

Squid configuration for web application

I am working on a project where my software is trying to connect a server running in public domain on some unusual port. ( I have set this server in public domain myself ). My corporate firewall does ...
3
votes
1answer
265 views

Why can I only use apt-get as super user ? Mint 14 Linux

Not sure what info you need here, if any. Just let me know. I have a proxy that bypasses the corporate net set in my profile file for both su and normal user. When I do a sudo or regular apt-get ...
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 ...
1
vote
1answer
165 views

Is there a light HTTP proxy I can run without root privileges?

I am on a network where outgoing port 8080 is blocked on most machines (i.e. I cannot access services on port 8080). Some of the machines on the network however do not have this restriction. I would ...
0
votes
0answers
1k 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 ...

1 2
15 30 50 per page