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

[ASG7.506] Allow Services via HTTP Proxy not working

hi folks,

im using ASG 7.506 and HTTP/S and FTP is working fine ("Web Security" is in "Transparent Mode"). In the second step i would allow users to allow skype and also mysql. 

1. Skype:
"IM/P2P" is enabled and Skype settings are "Do not control". But Skype does not run... when i enabled my host in "Transparent mode skiplist" (Web Security -> HTTP/S -> Advanced) Skype is working well. Can anybody tell me how i use skype without socks for any user in my network?

2. I also will allow users to connect to our external mysql-database (port 30666). They use MySQL Workbench and i would also use no socks for connection. Can anybody tell me too how i solve this problem?

thx for your help guys [:)]


This thread was automatically locked due to age.
  • Hi,
    what are your packet filter settings?

    Skype is usually very good at bypassing proxies.

    Ian M
  • Hi,
    what are your packet filter settings?

    Skype is usually very good at bypassing proxies.

    Ian M


    hi ian,

    there are no packet filter settings at the moment.
  • Hi eFFZ,
    that is your problem.

    The ASG blocks everything by default.

    What are you using for your DNS?

    You will need some basic packet filter rules a masq rule.

    in the past I have used a limited acces rule.

    internal -> limited -> any -> allow -> log

    limited udp/tcp 1:65535 - 1030:65535

    That will allow skype and the mysql to work.

    You will also need a rule at position 1 to allow https (443) out.

    internal -> https ->any -> allow

    masq being internal network to external interface

    Hope this has been of some help or guide.

    Ian M
  • hi ian,

    i was on holiday so i wasnt able to test the configuration erlier. now settings are working fine! [:)]

    THX a lot! [H]