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
  • Thanks for your support wingman,

    For the webadmin access configuration, I set "any" in allowed network.
    If I uncheck the proxy, I can access to the Webadmin logon from internal network.

    When you says : "Are you bypassing internal networks on your standard proxy configuration?"
    You says unchecked the tick in Ineternet Explorer "d'ont use the proxy for local addresse".
    If yes, I test uncheck the tick box.

    For the proxy I used Astaro DHCP function and enable proxy auto configuration
    function FindProxyForURL(url, host)
    { return "PROXY 192.168.1.200:8080; DIRECT"; }

    On the log? I see the astaro won't connect (proxy) on himself.

    I answered the questions?
Reply
  • Thanks for your support wingman,

    For the webadmin access configuration, I set "any" in allowed network.
    If I uncheck the proxy, I can access to the Webadmin logon from internal network.

    When you says : "Are you bypassing internal networks on your standard proxy configuration?"
    You says unchecked the tick in Ineternet Explorer "d'ont use the proxy for local addresse".
    If yes, I test uncheck the tick box.

    For the proxy I used Astaro DHCP function and enable proxy auto configuration
    function FindProxyForURL(url, host)
    { return "PROXY 192.168.1.200:8080; DIRECT"; }

    On the log? I see the astaro won't connect (proxy) on himself.

    I answered the questions?
Children
No Data