From e89534c7f2d0c70ffe9ec1e6561b1200bc2a3685 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 14 Jun 2007 13:56:46 +0000 Subject: [PATCH] Commented back the ip config settings (set them manually if you know what to set) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10764 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/char_athena.conf | 6 +++--- conf-tmpl/login_athena.conf | 2 +- conf-tmpl/map_athena.conf | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 0639f93e2e..522750b8c8 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -19,12 +19,12 @@ wisp_server_name: Server // 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 +//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 +//bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 @@ -32,7 +32,7 @@ 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: 127.0.0.1 +//char_ip: 127.0.0.1 // Character Server Port char_port: 6121 diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index 44ce8cdd7c..3ad980de60 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -8,7 +8,7 @@ // The login 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 +//bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf index 1ca34af310..06fe87eb26 100644 --- a/conf-tmpl/map_athena.conf +++ b/conf-tmpl/map_athena.conf @@ -29,12 +29,12 @@ passwd: p1 // 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 +//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 +//bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 @@ -42,7 +42,7 @@ 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: 127.0.0.1 +//map_ip: 127.0.0.1 // Map Server Port map_port: 5121