Re: proxy with a specific source IP?
[email protected] Thu, 29 Apr 2004 14:18:11 -0700
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
Quoting Carsten Gaebler <[email protected]>: > Geff wrote: > > So perhaps a table of what we desire: > > > > ProxyVirtualHostIP ProxySourceIP DestinationServer > > A C E > > B D F > > ip route add E dev eth0 src C > ip route add F dev eth0 src D > > At least this is how it works on Linux provided that eth0 holds C and D. > Note that this applies to *all* connections to E and F, not only > those originating from Apache. > > Hope this helps. Wow, yes thanks! Now if only we weren't running solaris. :) That's definitely an option tho, I really appreciate the feedback. Geff