Guest User!

You are not Sophos Staff.

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

Webadmin / Portal can't acces with proxy enable

Dear all,

I've a problem for access to webadmin or portal of my astaro when the proxy enable on browser.

My conf :
Astaro ASG 220 v8.300
HA
Astaro IP : 192.168.1.200
Astaro webadmin : 192.168.1.200:9999
Astaro portal : 192.168.1.200:8888
I used proxy distributed by astaro DHCP.

On the browser, if I enable proxy I cannot join the webadmin or portal
I can join the portal if I set the port 80 or 443 for the portal access.

In firewall log I can see this :
WebAdmin connection attempt 
TCP  192.168.1.200  :  31224 →  192.168.1.200  :  9999
[SYN]  len=60  ttl=64  tos=0x00  srcmac=0:0:0:0:0:0

WebAdmin connection attempt
TCP  192.168.1.200  :  43341 →  192.168.1.200  :  8888
[SYN]  len=60  ttl=64  tos=0x00  srcmac=0:0:0:0:0:0

I add the port in target allowed on web filtering / advanced.

Anyone knows the answer ?

thank you for reading and for your support


This thread was automatically locked due to age.
Parents
  • Actually I make this configuration

    Web Filtering
    > Transparent Mode

    Web Proxy Profile
    > Standard Mode > Standard > Active Directory SSO

    I cannot take a picture from client because i'm not on site before next wednesday.

    For client proxy setting I set "Automaticaly detect settings"

    My PAC file is distributed by astaro (DHCP)

    function FindProxyForURL(url, host)

    { return "PROXY 192.168.1.200:8080; DIRECT"; }

    Do you think I must select 
    Web Filtering
    > Standard Mode > None ?

    Do you think I can add information in my pac file ?
    > For example bypass proxy for LAN ?

    Sorry for my answer but I'm confused at the moment
Reply
  • Actually I make this configuration

    Web Filtering
    > Transparent Mode

    Web Proxy Profile
    > Standard Mode > Standard > Active Directory SSO

    I cannot take a picture from client because i'm not on site before next wednesday.

    For client proxy setting I set "Automaticaly detect settings"

    My PAC file is distributed by astaro (DHCP)

    function FindProxyForURL(url, host)

    { return "PROXY 192.168.1.200:8080; DIRECT"; }

    Do you think I must select 
    Web Filtering
    > Standard Mode > None ?

    Do you think I can add information in my pac file ?
    > For example bypass proxy for LAN ?

    Sorry for my answer but I'm confused at the moment
Children
No Data