Jump to content

Recommended Posts

Posted

вобщем такая проблема , поставил запустил сервер друг не может приконектится везде вписал 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:

 

в чем может быть проблема?

Posted

я разобрался уже :)) там немного другое у меня роутер если я вписываю везде свой реальный ип то сервер не запускаеться 

// 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

 

вот так надо было писать ипы

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...