The serverBindPort is used for a client to connect to server, for a server replying to the client using a fixed port, you need
<attribute name="secondaryBindPort">xyz</attribute>
<attribute name="secondaryConnectPort">abc</attribute>
Not sure if this are what you want.