Questions tagged [transparentproxy]

A transparent proxy is a service that makes a request on behalf of a client, without changing the request itself, and passes the resulting response unaltered back to the client.

A transparent proxy is a service that makes a request on behalf of a client, without changing the request itself, and passes the resulting response unaltered back to the client. According to RFC 2616 the request can be altered solely for what is required for proxy authentication and identification.

This tag should be used if it is important to the question that the request should be unaltered, or cannot be altered.

Related tag:

70 questions
1
vote
0 answers

tproxy configure with connbytes

I have a transparent proxy. I want to redirect a rdp connection to local process, but from 3rd packet. that means I want to pass first and second packet and from 3rd packet until end redirect packets to local process. I use code below to configure…
1
vote
0 answers

Intercept all outgoing connections made by a process to redirect it to a localhost proxy

I am working in an environment where there are multiple services hosted. A service(consider web services) exposes some APIs and also acts as client to call other services too. Now what I want to achieve is that if Service A (acting as client)…
1
vote
1 answer

MSG_PROXY not working to provide/specify alternate addresses for transparent proxying

I'm trying to write a transparent proxy that translates arbitrary UDP packets to a custom protocol and back again. I'm trying to use transparent proxying to read the incoming UDP packets that need translation, and to write the outgoing UDP packets…
Carl
  • 31
  • 4
1
vote
0 answers

Port Forwarding Not Working in CENT OS 6.5 for SQUID Transparent Proxy

I am facing issues with Port forwarding in CENT OS 6.5. i need to forward all incoming traffic from port 80 to 3128. like setting up a transparent proxy server. what ever i tried it didn't worked. My Transparent proxy server IP is…
1
vote
0 answers

ASPDotNetStoreFront: Unable to cast transparent proxy to type on AddIn

I'm having a very odd issue with an old ASPDotNetStoreFront project that we recently redesigned for a client. The redesign went great, but our only AddOn to the project, an in-house created plugin for tax calculation, now will not work. No changes…
1
vote
1 answer

Query on TransparentProxy when using AppDomain

I have a section of code which is passing an object across AppDomains and to make debugging easier I want to get rid of the TransparentProxy. In the course of writing this sample, I discovered how to do it, but I have two very similar snippets of…
sgmoore
  • 15,694
  • 5
  • 43
  • 67
0
votes
1 answer

TPROXY - Get the accurate destination/remote IP address

Using the latest TPROXY with the Linux Kernel, how would I get the IP address of the remote/destination machine? I am assuming that the local/source endpoint is returned from accept().
unixman83
  • 9,421
  • 10
  • 68
  • 102
0
votes
0 answers

I can't access custom attribute in dispatch proxy invoke method in .netcore6

I cannot access the custom attribute I wrote for the method within the invoke method. Attribute class : public class HttpTypeAttribute : Attribute { public string Type { get; set; } public HttpTypeAttribute(string type) { Type =…
0
votes
0 answers

Transparent Mode results in Retransmissions on TCP SYN

I have set up a NGINX reverse proxy with the following configuration using Stream context and also enabled the transparent mode so that I can log the client IP addresses at the upstream servers. user root stream { upstream stream_backend { …
0
votes
1 answer

Jetty: How to solve redirection wtih ssl certificate to other jetty instance?

I have two jetty instances. The first Jetty instance has an external port. All requests come through the first Jetty instance. Some requests need to be redirected to the second Jetty instance. The certificate will be validated on the second…
0
votes
1 answer

How to make a transparent proxy on macOS with Docker instead of Virtualbox?

There is a github project VRouter which make Openwrt image as an vbox on macOS and routing the traffic to the NIC of the virtual machine as a transparent proxy. I would like to know that is it possible to do these things o with docker? As fas as I…
qiwihui
  • 63
  • 1
  • 4
  • 10
0
votes
0 answers

Apache - virtual host - proxy - https

I have some servers with http apps. Now i need to secure it with https but i cant do it individualy, all of them is on same public IP. So i decided to create HTTP Gateway - transparent proxy server. I must run it on Windows Server 2016. I have…
0
votes
0 answers

Cannot get traffic when setting up transparent proxy mode for specific port

I'd like to capture a HTTP service call from HostA -> HostB to test the client on HostA. Both OS are Linux. I tried following but fail. What's the recommended way to do this? I would like to use transparent proxy mode because I cannot modify client…
shikn
  • 25
  • 2
0
votes
0 answers

How do I connect to and use a transparent proxy using Linux sockets in C?

I'm trying to write a program that connects to a transparent proxy using Linux sockets (which should easily port to Winsock) in C. I've scoured the internet to no avail. To be specific I am not writing a transparent proxy, only connecting to it. How…
Steve Mucci
  • 212
  • 1
  • 11
0
votes
0 answers

How to config transparent proxy on openwrt

I have a squid3 proxy server with 2 squid process running on dfferent port, as following: one squid running on "http_port 808" another running on "http_port 809 transparent" and has an iptable rule running as iptables -t nat -A PREROUTING -i eth0…
faraday
  • 51
  • 2
  • 6