Questions tagged [transparentproxy]

19 questions
23
votes
3 answers

Can VMWare be configured to use a proxy?

I'm evaluating some software solutions, so a simple "yes" or "no" would be nice. I'm having some issues getting a simple answer with my own searches... The configuration would work like this: I have a VM (guest OS shouldn't matter), running in…
DragonFax
  • 493
4
votes
1 answer

What port does Netflix device streaming use?

What port does Netflix device streaming use? Is this port also used by the website direct streaming in the Silverlight app? What is the HTTP Content-Type if it uses port 80? Thanks.
3
votes
1 answer

privoxy as reverse proxy for Linux server

Im trying to set up privoxy as reverse proxy. I dont want to set up privoxy on each computer manualy but I want to set up it on server. I can't use transparent proxy as I need to block HTTPS too. So, is there any way to set up privoxy as reverse…
Haniku
  • 141
2
votes
0 answers

Proxy software for all outgoing connection

I am working in an office, as our private requirements, we need to make all connection to specific domains must be sent via a proxy server. This is my issue for now, does anyone know a solution for this. Anyone can show me a proxy software (a free…
ofecrpnr
  • 31
  • 1
2
votes
1 answer

Proxy all traffic without matching the domain names in Haproxy

I'm using Haproxy in my VPS for stream some video content. with my current setup I need to mention each every domain in the front-end and back-end section in my Haproxy.conf file. if I need to watch 10 channels I need to add many domains. I only use…
1
vote
0 answers

Squid 3.4.6 Transparent proxy issues

I'm trying to implement a Transparent Squid Proxy for a wireless network where it mainly serve for mobile devices. The software I'm using is squid 3.4.6 (latest version compiled from source) in Debian 7.6 server and IPTables. My Network is composed…
1
vote
1 answer

Transparently proxifying certain devices on the network

I'm using my computer as wireless access point and router to my home network using hostapd under Ubuntu 14.04. I want to transparently proxify certain wifi devices in the network (identified by their MAC addresses). How do you propose I go about…
Elektito
  • 111
1
vote
1 answer

Local transparent Squid under Windows and redirecting local traffic to it

Good evening. I want to set a local transparent proxy on my machine, using Squid, for learning/caching/traffic controlling/blocking purposes - most for learning. The problem is, I'm running Windows, and I don't know how to forcefully redirect all…
Lara K.
  • 11
1
vote
1 answer

force an application to use a proxy locally (many transparent proxy programs doesn't work)

I've searched before and came on some solutions like (this, this, this and this). I've an application (Java based) which I must force it to use a proxy (because its online service is censored in my network). I reach the site online using Tor or…
SddS
  • 313
1
vote
1 answer

Squid - transparent proxy with NICs on same subnet?

I have setup a basic Squid + DansGuardian virtual machine that I was to use for the monitoring and blocking of certain websites. Currently, web traffic goes through a router set as the gateway - the IP address of this is handed out by a DHCP service…
1
vote
0 answers

What did I do wrong in the iptables?

I'm trying to route all the traffic to my ShadowSocks tproxy access point by configure iptables, however not just the traffic didn't been route to the proxy, I don't think it did anything at all. I did the following commands to configure iptables…
james
  • 615
1
vote
1 answer

Exclude a device from the transparent proxy - TPROXY

I need my device with 10.10.10.214 IPv4 address to bypass the transparent proxy my router enforces. My current mangle table on the router: # iptables -t mangle -S -P PREROUTING ACCEPT -P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT -P POSTROUTING…
1
vote
1 answer

Allow squid transparent proxy on non standard http ports

Please bear as I am totally new to squid. I need to setup a squid transparent proxy to for NAT and allow URL filtering in AWS. I followed thisAWS Link AWS link and everything works as expected. However, the proxy works only for sites that are…
1
vote
0 answers

linux transparent proxy not working

I am trying to get apache trafficserver working in transparent proxy mode i.e in inline Linux bridge mode. They have documentation on how to do this. I've configured my Linux system as per their documentation and here's my config: brctl addbr…
Dnj Abc
  • 111
1
vote
0 answers

Redirect HTTP traffic from LAN box to external proxy using iptables on my router

My goal is to transparently proxy all HTTP requests from a single IP (my laptop, 192.168.1.134) on my LAN to an external IP (internet VPS, lets say X.X.X.X) running a proxy server (specifically mitmproxy running in transparent mode), listening on…
ccampo
  • 61
1
2