alienkras Posted March 27, 2013 Posted March 27, 2013 вобщем такая проблема , поставил запустил сервер друг не может приконектится везде вписал IP одинаковые в роутере пробросил все правильно клиент ему свой дал с какого я захожу // a machine with multiple interfaces. login_ip: 192.168.0.100 // The character 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: 192.168.0.100 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: 192.168.0.100 // IP rules // allow : Accepts connections from the ip range (even if flagged as DDoS) // deny : Rejects connections from the ip range // The rules are processed in order, the first matching rule of each list (allow and deny) is used allow: 127.0.0.1 allow: 192.168.0.0/16 allow: 10.0.0.0/255.0.0.0 allow: 128.0.0.0/255.0.0.0 allow: all //deny: в чем может быть проблема? Quote
Lilith Posted March 27, 2013 Posted March 27, 2013 А разве 192.168.0.100 внешний ? Вы то можете зайти, а вот другие не вряд ли смогут Узнайте свой внешний IP и пропишите его 1 Quote
alienkras Posted March 27, 2013 Author Posted March 27, 2013 я разобрался уже ) там немного другое у меня роутер если я вписываю везде свой реальный ип то сервер не запускаеться // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: 192.168.0.100 // The character 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: 192.168.0.100 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: мой реальный ип // Character Server Port char_port: 6121 вот так надо было писать ипы 1 Quote
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.