Re: Transparent Reverse Proxy with relayd

2011-05-07 Thread Stuart Henderson
Thanks for the great write-up. On 2011/05/07 16:54, Reyk Floeter wrote: > It is not directly related to the way of > accepting connections on a) and it doesn't really matter if it is via > rdr-to, divert-to or a direct listener on a public IP address. Ah, this makes s

Re: Transparent Reverse Proxy with relayd

2011-05-07 Thread Reyk Floeter
Hi, I agree that the "transparent" keyword is not really documented. The "transparent" keyword enables the use of the SO_BINDANY socket option that was added a few releases ago. It is an option for relays to use the IP address of the client as the source of the forwarded connection instead of th

Re: Transparent Reverse Proxy with relayd

2011-05-07 Thread Stuart Henderson
Derek Buttineau csolve.net> writes: > I'm attempting to setup a reverse proxy using relayd using the > transparent forward to configuration (non-transparent works fine) > under OpenBSD 4.4. Following up to an old mail...but since nobody has ever posted how to get this working I imagine pretty

Transparent Reverse Proxy with relayd

2008-11-07 Thread Derek Buttineau
I'm attempting to setup a reverse proxy using relayd using the transparent forward to configuration (non-transparent works fine) under OpenBSD 4.4. My configuration is as follows: === # # Macros # relayd_addr="127.0.0.1" elrond="10.10.19.4" celebrian="10.10.19.5"