I've recently set up a server using the default port on Windows Server 2008 R2
I have opened up the port for TCP and UDP and can get to the register screen but then it tells me that the client isn't receiving UDP messages.
I can see from the console that my connection is getting so far.....
19:40:03,951 INFO [SelectorKernel] Hosting TCP connection:0.0.0.0/0.0.0.0:4234.
19:40:03,954 INFO [SelectorKernel] Kernel started for connection:0.0.0.0/0.0.0.
0:4234.
19:40:03,980 INFO [UdpKernel] Hosting UDP connection:0.0.0.0/0.0.0.0:4234.
19:40:04,014 INFO [UdpKernel] Kernel started for connection:0.0.0.0/0.0.0.0:423
4.
19:40:04,019 INFO [SelectorKernel] Hosting TCP connection:0.0.0.0/0.0.0.0:4235.
19:40:04,022 INFO [SelectorKernel] Kernel started for connection:0.0.0.0/0.0.0.
0:4235.
19:40:04,022 INFO [SelectorKernel] Hosting TCP connection:0.0.0.0/0.0.0.0:4236.
19:40:04,035 INFO [SelectorKernel] Kernel started for connection:0.0.0.0/0.0.0.
0:4236.
19:40:04,045 INFO [SelectorKernel] Hosting TCP connection:0.0.0.0/0.0.0.0:4237.
19:40:04,051 INFO [SelectorKernel] Kernel started for connection:0.0.0.0/0.0.0.
0:4237.
19:40:04,086 INFO [stats] ============== Server started ===================
mythruna>19:42:47,193 INFO [SelectorKernel] Closing channel endpoint:NioEndpoin
t[1, java.nio.channels.SocketChannel[connected local=/46.32.233.20:4234 remote=/
95.172.236.74:50480]].
But then nothing...
Is anyone here able to connect?
Am I missing something obvious?