Jump to content
  • 0

Help Making Online From Local PC [ Read ]


ownager

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

Hi Friends.. I am Ready With My Beta Server. [ No Error's ] Local Machine
Compiled Server Using [  Microsoft Visual C++ 2010 Express ]
Sql [ mysql-workbench-gpl-5.2.47-win32 ]
Sql [ mysql essential 5.1.38 win32 ]

[ Local Machine Config ]

Operating System [ Windows 7 32 bit ]
HDD 2 TB
Core i5 4th Gen
Graphics Card [ 2 GB ]
RAM [ 8 GB ]

*I want to to share this with my friends for
Skills Test / Job Test / Exp Test / Drop Test / Card Test / Refine Test / Attack Test / Stats Test etc.

Default Configuration ip =127.0.0.1=   My Static ip = 123.123.12.12 = [ Example ]
= Client Side =
1) clientinfo.xml = 127.0.0.1
= Server Side = rAthena\rathena-master\conf
1) Char_athena [ Default = 127.0.0.1 ]
2) Inter_athena [ Default = 127.0.0.1 ]
3) Login_athena [ Default = 127.0.0.1 ]
4) Map_athena [ Default = 127.0.0.1 ]

 

What Changes Should i make to make my friends online at my local machine from their computer


Please Help Thanks in Advance !!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   2
  • Joined:  01/18/16
  • Last Seen:  

For your char_athena, you should have:

 

// 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: 127.0.0.1
 
// 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: 127.0.0.1
 
// 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: [LAN IP]

 

For map_athena:

// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 127.0.0.1
 
// 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
 
// Character Server Port
char_port: 6121
 
// Map Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
map_ip: [LAN IP]

 
If you want to make it so that you can access the server on other computers on the same router, change 127.0.0.1 to your server's WLAN IP.
 
Next, in clientinfo.xml you will need to put your LAN IP as the address. This is only for people connecting to your server from outside your router, you will not be able to connect unless it is 127.0.0.1 or your WLAN IP.
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   11
  • Joined:  12/06/11
  • Last Seen:  

You have to port forward your IP :D that's everything u need in order to connect your players.

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