I tried it on a local network linux machine with same centos6 64bit setup and it works fine there.
When recording the bytes coming in, it seems to be pretty much the same data coming in on both machines except for some chunks in between (the package size coming from the client is the same on both machine). As you saw in my logs the server doesn't respond at all, the funny thing is that if I send it some bogus data on that port it actually says so in the logs: 2.4.15 15:03:42.9002 [IMP] SocketServer: Socket message: Malformed packet; stated payload length 3566, remaining bytes 8
so I guess it must be something with my hosting, so I will contact them and ask about their firewall.
After looking at it some more it seems it actually needs two ports:
[michaels@web477 Logs]$ netstat -lnptu | grep mono
udp 0 0 0.0.0.0:25464 0.0.0.0:* 11411/mono
udp 0 0 0.0.0.0:35328 0.0.0.0:* 11411/mono
I blocked the other one on my local linux machine and then I could no longer get the server to load in the custom server view on the client. Do this port need to be unblocked for clients to connect?
When recording the bytes coming in, it seems to be pretty much the same data coming in on both machines except for some chunks in between (the package size coming from the client is the same on both machine). As you saw in my logs the server doesn't respond at all, the funny thing is that if I send it some bogus data on that port it actually says so in the logs: 2.4.15 15:03:42.9002 [IMP] SocketServer: Socket message: Malformed packet; stated payload length 3566, remaining bytes 8
so I guess it must be something with my hosting, so I will contact them and ask about their firewall.
After looking at it some more it seems it actually needs two ports:
[michaels@web477 Logs]$ netstat -lnptu | grep mono
udp 0 0 0.0.0.0:25464 0.0.0.0:* 11411/mono
udp 0 0 0.0.0.0:35328 0.0.0.0:* 11411/mono
I blocked the other one on my local linux machine and then I could no longer get the server to load in the custom server view on the client. Do this port need to be unblocked for clients to connect?