Open your SocketOptions.cs
Code:
private static IPEndPoint[] m_ListenerEndPoints = new IPEndPoint[] {
new IPEndPoint( IPAddress.Any, 2593 ), // Default: Listen on port 2593 on all IP addresses
Change the red part to a different port, but only do it on your second shard. Works great for me
