net_ip doesn't seem to work properly
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
We have 5 ip's attached to our server.
65.254.48.170-.174
If i set net_ip to anything else then the .170 ip, you cannot connect to the server.
Reason seems to be that only the queryPort gets bound on net_ip, and the rest on the "default" one, which is the .170 ip. (This causes the master server to think 65.254.48.170 is the ip for queryPort as well when the gameserver heartbeats, which makes the serverlist tell clients to connect to default_ip:net_queryPort instead of net_ip:queryPort, if ya get what i mean ._. ).
Hope ya can fix it so that net_ip makes all ports bind on it. =)
Thanks.