Hi!
I have a VM with two separate network interfaces. Each network interface has its own IPv4 Public IP address. I have set up asymmetric routing to avoid possible problems.
I can connect to Master with any Public IP via UDP, but via TCP only one Public IP (attached to primary network interface) is available. In PhotonServer.cfg both UDP and TCP listeners are set to 0.0.0.0 with default ports (5055, 4530).
Log shows, that everything is fine with UDP.
2640: 18:42:19.679 - Adding TCP listener on: 0.0.0.0: 4530 with a listen backlog of: 150
2640: 18:42:19.679 - Adding UDP listener on: 172.31.46.103: 5055 with a listen backlog of: 500
2640: 18:42:19.679 - Adding UDP listener on: 172.31.36.145: 5055 with a listen backlog of: 500
2640: 18:42:19.679 - Adding UDP listener on: 127.0.0.1: 5055 with a listen backlog of: 500
Can anyone give me the cue, how to set up 2 static IPs for Client - Master server connection?
I have a VM with two separate network interfaces. Each network interface has its own IPv4 Public IP address. I have set up asymmetric routing to avoid possible problems.
I can connect to Master with any Public IP via UDP, but via TCP only one Public IP (attached to primary network interface) is available. In PhotonServer.cfg both UDP and TCP listeners are set to 0.0.0.0 with default ports (5055, 4530).
Log shows, that everything is fine with UDP.
2640: 18:42:19.679 - Adding TCP listener on: 0.0.0.0: 4530 with a listen backlog of: 150
2640: 18:42:19.679 - Adding UDP listener on: 172.31.46.103: 5055 with a listen backlog of: 500
2640: 18:42:19.679 - Adding UDP listener on: 172.31.36.145: 5055 with a listen backlog of: 500
2640: 18:42:19.679 - Adding UDP listener on: 127.0.0.1: 5055 with a listen backlog of: 500
Can anyone give me the cue, how to set up 2 static IPs for Client - Master server connection?