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

Access HTTP Server through IPSEC VPN..V4

Hi,

i try to access my Http Server in Remote Site through a Site to Site IPSEC VPN.
On both sides i have transparent HTTP Proxy enabled.
I cannot access the Webserver.
I can access the webserver when i turn off transparent proxy on my side.

Is there a workaround or known Bug?
Please nvestigate this !

B  


This thread was automatically locked due to age.
Parents
  • just a guess: try adding a snat rule on your local firewall like this:

    match:
    source: external interface
    dest: remote network or remote server ip
    dport: 80 (or leave blank)

    change:
    source: internal ip (which is part of the local subnet in the SA)

    hth
    /marcel 
Reply
  • just a guess: try adding a snat rule on your local firewall like this:

    match:
    source: external interface
    dest: remote network or remote server ip
    dport: 80 (or leave blank)

    change:
    source: internal ip (which is part of the local subnet in the SA)

    hth
    /marcel 
Children