Jump to content
  • 0

running multiple login servers?


RedMonkey

Question


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   2
  • Joined:  03/30/16
  • Last Seen:  

Hello, i was wondering if i can run multiple login servers on different ports. is that possible?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

4 hours ago, akosivinmark said:

Hello, i was wondering if i can run multiple login servers on different ports. is that possible?

yup. it is possible.. just assign the login_athena.conf, char_athena.conf & map_athena.conf different port for each server..

server 1

login_athena.conf
bind_ip: 192.168.1.xxx
login_port: 6900

char_athena.conf
userid: s1
passwd: p1
login_ip: 192.168.1.xxx
login_port: 6900
char_ip: 192.168.1.xxx
char_port: 6121

map_athena.conf
userid: s1
passwd: p1
char_ip: 192.168.1.xxx
char_port: 6121
map_ip: 192.168.1.xxx
map_port: 5121

 

server 2.
login_athena.conf
bind_ip: 192.168.1.xxx
login_port: 6901

char_athena.conf
userid: s2
passwd: p2
login_ip: 192.168.1.xxx
login_port: 6901
char_ip: 192.168.1.xxx
char_port: 6122

map_athena.conf
userid: s2
passwd: p2
char_ip: 192.168.1.xxx
char_port: 6122
map_ip: 192.168.1.xxx
map_port: 5122

these are separate 2 servers. work independently..

Edited by hazimjauhari90
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

but if u want to have 2 servers but with single login port.. it gonna be different way. in this can u just use one login-server, 2 char-servers and 2 map-servers.

server 1

login_athena.conf
bind_ip: 192.168.1.xxx
login_port: 6900

char_athena.conf
userid: s1
passwd: p1
login_ip: 192.168.1.xxx
login_port: 6900
char_ip: 192.168.1.xxx
char_port: 6121

map_athena.conf
userid: s1
passwd: p1
char_ip: 192.168.1.xxx
char_port: 6121
map_ip: 192.168.1.xxx
map_port: 5121

server 2

login_athena.conf
bind_ip: 192.168.1.xxx
login_port: 6900

char_athena.conf
userid: s2
passwd: p2
login_ip: 192.168.1.xxx
login_port: 6900
char_ip: 192.168.1.xxx
char_port: 6122

map_athena.conf
userid: s2
passwd: p2
char_ip: 192.168.1.xxx
char_port: 6122
map_ip: 192.168.1.xxx
map_port: 5122

in this case, you'll need to remove the login-server on one of the start scripts before executing them as ./athena start will start login / char / map servers

server 1 -> athena start will start login / char / map server
server 2-> athena start will start char/ map server

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   2
  • Joined:  03/30/16
  • Last Seen:  

I tried this, but players won't see each other. :( 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   53
  • Joined:  02/12/17
  • Last Seen:  

Just now, akosivinmark said:

I tried this, but players won't see each other. :( 

Hello @akosivinmark, of course they will not. If player 1 is in the server 1 and player 2 is in the server 2 then they will not see each other because they are placed in a different server. However, if you want them to see each other then let player 1 go to server 2 or let player 2 go to server 1, for them to see each other.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   2
  • Joined:  03/30/16
  • Last Seen:  

Just now, Freya said:

Hello @akosivinmark, of course they will not. If player 1 is in the server 1 and player 2 is in the server 2 then they will not see each other because they are placed in a different server. However, if you want them to see each other then let player 1 go to server 2 or let player 2 go to server 1, for them to see each other.

Hello, that's why i am asking if i can run 2 login servers that can connect to a single char and map server. i am not asking to run multiple servers in one dedicated server though.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

10 minutes ago, akosivinmark said:

Hello, that's why i am asking if i can run 2 login servers that can connect to a single char and map server. i am not asking to run multiple servers in one dedicated server though.

i guess ur question posted in the topic did not mention in detail either can run 2 login server that can connect to a single char & map server lol...

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

I think this man are trying to make a Proxy server like some other server that they have a lot of proxy server but only 1map 1char and 1 log in server only . 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   5
  • Joined:  05/27/18
  • Last Seen:  

i dont get what you're doing, are you trying to connect 2 map server and 2 char server but when players login same characters on server 1 and server 2?

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   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.

×
×
  • Create New...