Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Posts posted by PewN

  1. in

    char_athena.conf

    // 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    [font color="red"](LAN IP)[/font]
    // 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: 120.28.221.236
    // Character Server Port
    char_port: 6121
    

    map_athena.conf

    // 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		 [color=#ff0000] (Lan IP)[/color]
    // 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: 120.28.221.236
    // Map Server Port
    map_port: 5121
    

    clientinfo.xml

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
      <connection>
      <display>RO</display>
      <balloon>RO</balloon>
      <desc>Test RO</desc>
      <address>120.28.221.236</address>
      <port>6900</port>
      <version>25</version>
      <langtype>1</langtype>
      <registrationweb></registrationweb>
      <aid>
    	 <admin>2000000</admin>
      </aid>
      </connection>
    </clientinfo>
    

    subnet_athena.conf

    subnet: 255.0.0.0:127.0.0.1:127.0.0.1
    subnet: 255.255.255.0:192.168.1.51:192.168.1.51
    subnet: 255.255.255.0:120.28.221.236:120.28.221.236
    

    Using Globe Aztech DSL605E-EW (not a router, a broadband modem)

    Tried port forwarding (do i need to get a static IP to port forward ?)

    -made a static IP = didn't work.

    any help ? been working on this for 2 weeks.

    how can I get my server online ?

    Thank You !

    edit those two in red text..

    and Open your port

    or put ss in your errors

×
×
  • Create New...