tal2046 Posted January 17, 2017 Posted January 17, 2017 hey what's this used for and i can use it properly? // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 Quote
0 srhmike Posted January 17, 2017 Posted January 17, 2017 // NOTE: This allows you to run multiple servers on multiple interfaces// while using the same ports for each server. A machine can have more than one ip address, this binds the ip to the server. So if you wanted to host a low rate and a high rate off the same machine, this setting would allow it. 2 Quote
0 Fii Posted January 18, 2017 Posted January 18, 2017 7 hours ago, srhmike said: // NOTE: This allows you to run multiple servers on multiple interfaces// while using the same ports for each server. A machine can have more than one ip address, this binds the ip to the server. So if you wanted to host a low rate and a high rate off the same machine, this setting would allow it. I really learned a lot from you SRHMike. You deserve a +1. Quote
Question
tal2046
hey
what's this used for and i can use it properly?
// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.