This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Need HTTP Proxy to keep source nat IP's

I have SNAT rules that translate internal IP's to external IP's. I want the ip's to go through the HTTP proxy, but on the way out, the proxy changes the ip address to my default gateway address. How can I get the proxy to keep the source natted addresses?


This thread was automatically locked due to age.
Parents Reply Children
  • Why do you want to do this?  It's not really possible since the proxy server is making the request for the traffic, not the source machine.


    I believe what he is trying to have happen is to have some kind of internal/external mapping similar to
    LAN_IP1  WAN_IP1
    LAN_IP2  WAN_IP2
    LAN_IP3-5  WAN_IP3
    etc...


    If this is the case it is possible by setting up additional interfaces under the interface section, and then setting up routing & SNAT rules...

    I can provide more details if this is what our trying to do...