On Linux, you can't listen on any port with a number less than 1024 unless
you run your app as root. So you'll probably have to either run your app as
root, or make it listen on a port number higher than 1024 and then redirect
requests to port 943 using iptables.

There may be another way but I'm unaware of it.


On Thu, Feb 14, 2013 at 5:10 PM, acrym <soreri...@gmail.com> wrote:

> I have a socket application that needs to connect on port 943 and port
> 4530.
> It works locally but not on mono. The server is implemented with WCF. The
> error message is "Access Denied: An attempt was made to access a socket in
> a
> way forbidden by its access permissions."
>
> Does mono block my connections? Or is this another problem? If it does, how
> can I configure it to allow connections?
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/Sockets-don-t-work-tp4658585.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to