Koozali.org: home of the SME Server

dansguardian outgoing port number to allow.

Offline tropicalview

  • *****
  • 196
  • +0/-0
    • http://www.tropicalview.net
dansguardian outgoing port number to allow.
« on: March 30, 2011, 05:57:51 PM »
Dear all,

We would like to have outgoing traffic to the ports 943 and 4502 used in an silverlight application.
I have searched around already but could not find how to configure that these 2 ports can be opened in a SME server with gateway configuration and Dansguardian installed.

Can anybody give me a little tip where i can search for to open these ports?

Kind regards,
The sky is not the limit, But when I reach the sky, for sure I will not try to go to the limit.... (donated $25,- upto now)

Offline mmccarn

  • *
  • 2,651
  • +10/-0
Re: dansguardian outgoing port number to allow.
« Reply #1 on: March 31, 2011, 01:54:21 PM »
I didn't think that dansguardian blocked other outgoing ports by default, so I suspect you're dealing with another issue. 

Either
a) something has been done on your server to block outgoing traffic (such as http://wiki.contribs.org/Firewall#Block_outgoing_ports), or

b) there's a problem with using sliverlight and proxy servers (perhaps the proxy server has to "understand" sliverlight, in order to reverse-proxy the alternative ports that get used) or

c) you simply need to create firewall rules to forward the two ports you mention to your internal silverlight server.

For "a", you would need to customize the existing port blocks to allow the traffic you want allowed.

For "b", you might fix it by customizing dansguardian to allow your silverlight (server?) to bypass dansguardian (http://wiki.contribs.org/Dansguardian/ConfigFiles#exceptioniplist).

For "c", use server-manager to configure port forwards for 943 and 4502 to the desired internal silverlight 'server'.

My suggestions for "b" and "c" assume you are trying to host silverlight content; if you're just trying to view silverlight content hosted off-site, perhaps changes to http://wiki.contribs.org/Dansguardian/ConfigFiles#exceptionsitelist would help.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: dansguardian outgoing port number to allow.
« Reply #2 on: April 01, 2011, 05:06:21 AM »
Can anybody give me a little tip where i can search for to open these ports?

All ports are open outbound by default, except for ports 25 and 80, which are transparent proxied.