Guest User!

You are not Sophos Staff.

[NOTABUG] [7.360] HTTP proxy no more working ?

Hi,

I just reactivated HTTP Filtering with all default options + anti-virus scan + full transparent and I'm no more able to browse the web...

I needed to disable HTTP Filtering to be able to connect to the web again...

thx
Parents Reply Children
  • Full transparent mode is a new feature of v7.400, so there weren' t older versions of full transparent mode for HTTP proxy available to the public.


    I was talking about 7.350 [:)] where I was able to connect to internet from internal when full transparent proxy was checked.. as I remember...
  • Just curious... what is the difference between "standard" transparent mode and "full" transparent mode?
  • In transparent mode, the proxy intercepts outbound port 80 connections and processes it. it creates a new connection to the real server. this connection uses the external interface ip adress as the source ip of this connection.
    this way the original ip address of the client can not be seen on the real server.

    Full Transparent does exactly the same thing, but it replaces the external ip adress on the connection to the real server with the original ip address of the client.
    this way the real server knows the original ip adress of the client. 

    But this feature only works properly in bridge mode, as the real server will try to send the response back to the original client ip and if this client ip is not routable, than it does not work. 

    If properly used in bridge mode, the full transparent proxy is nearly undetectable.

    I hope this is understandable
    regards
    Gert
  • ok understood on my side... so full transparent proxy was not working with 7.350 as I was able to access web sites while full transparent proxy was active... and was not using bridge...

    thx

    you can close that thread...
  • I had hopes, that "full transparent proxy" option will be can use Additional IP WAN address when for example: [:S]

    Interface LAN: 192.168.0.0/24
    Interface LAN2: 192.168.1.0/24
    Interface WAN: 88.***.***.***/30
    Additional WAN IP: 82.***.***.1/24 (I have class C IP addresses from my ISP)
    Additional WAN IP: 82.***.***.2/24

    SNAT Definition
    192.168.0.0/24 --> Any --> Any SNAT 82.***.***.1
    192.168.1.0/24 --> Any --> Any SNAT 82.***.***.2

    Now Proxy use only main IP address on interface which have active default gateway.

    If it can make it by Astaro will be great.