Tagged Questions
4
votes
1answer
46 views
tproxy per user
I'm in the process of adding some parental control to my box (http filtering), but I'm something of a nOOb when it comes to network configuration :-(
The box is used by the whole family (one account ...
0
votes
0answers
171 views
How to remove proxy Authentication box with Webmin?
My users do not have permission to access facebook, but there are pages that they can access but contains facebook's plugins, a box appears asking for login authentication, do not want this box to ...
2
votes
2answers
508 views
Is there any command-line, generic HTTP proxy (like Squid)?
I can easily use Netcat (or, Socat) to capture traffic between my browser and a specific host:port.
But for Linux, does there exist any command-line counterpart of a Squid-like HTTP proxy that I can ...
3
votes
2answers
2k views
How to make netcat use an existing HTTP proxy
I can access a web page just fine by directly hitting my web server as follows:
$ echo "GET /sample" | nc web-server 80
This is contents of /sample...
$
Now, I would like netcat to go via a Squid ...
2
votes
1answer
1k views
Where to supply authentication details to the Network Proxy (Central Proxy) on Fedora?
My system is running Fedora 16 and I live in a campus where we use LAN to connect to the Internet. And for this, we use an http proxy with authentication (username & password).
I tried putting the ...
2
votes
2answers
6k views
Transparent proxy with squid 3.1 on RHEL 6
We have nearly 50 systems with windows XP and have Linux (RHEL6) for server.
Also have squid 3.1 , Samba and Apache for local use.
Under proxy, VPN and outlook express does not connected. I heard ...
1
vote
1answer
1k views
Multiple ACLs in Squid Proxy
Here is my Squid configuration file.
I would like to give specific users access to specific web content,
But through this configuration file, if I give permission for a specific user to access the ...
2
votes
2answers
322 views
Transparent local proxy to many proxies
In Firefox is add-on FoxyProxy, which makes possible use many proxy with filtering URLs. I need it for any browser, but in many of them it is only possible to set one proxy server. I need a ...
1
vote
2answers
457 views
squid (reverse proxy) configuration
I would like to configure squid in such way, so that only specific (public) ip (reverse proxy), could connect to the server, but I don't know how... can someone tell me how to do this?