l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com
l2topzone.com

Author Topic: login help  (Read 5718 times)

0 Members and 1 Guest are viewing this topic.

OfflineRampage

  • Newbie
  • *
  • Posts: 16
  • L2topzone Votes: 1
  • Servers reviews: 0
  • Reputation: +100/-0
    login help
    « on: July 24, 2010, 04:37:23 PM »
    right my external and internal are connected on a no-ip.orb addy but hwne i try to connect on a different pc in my house its says id does not exist. ne help plz

    Linkback: https://l2topzone.com/forum/index.php?topic=1329.0

    l2topzone.com
    l2topzone.com
    l2topzone.com
    l2topzone.com
    l2topzone.com

    OfflineDestiny

    • Full Member
    • ***
    • Posts: 217
    • L2topzone Votes: 0
    • Servers reviews: 0
    • Reputation: +482/-0
      Re: login help
      « Reply #1 on: July 25, 2010, 12:43:39 AM »
      external ip=no-ip, internal ip=127.0.0.1. when you start the game server and the log in go> http://status.blackout-gaming.net/ and in the first box add your no-ip and in the second one by one the ports ex. IP / DNS: lalalalala.no-ip.org,  Port: 7777 and press on get status. if it's online go back and check 2106 port and if it's also online you don't have problem(don't forget the anti-virus firewall, windows firewall, router firewall must be off). then open the l2.ini with "l2 file edit" and find it inside the system folder(if you don't have compiled system download the patch from an other server and use that system). when you open l2file edit, in the 13 line it's "ServerAddr=" you have to put there your no-ip and the result will be like this "ServerAddr=lalalalala.no-ip.org". this l2.ini you will put it on the server patch which you gonna upload.. if you want to log in from the same computer add on  "ServerAddr=" 127.0.0.1(ServerAddr=127.0.0.1) and save it in an other system folder also compiled. don't forget that MinProtocolRevision = 1 and
      MaxProtocolRevision = 999 will be like the one i gave you(you can find it in C:\Server\gameserver\config\server.properties). I hope that your problem will be fixed with my notes. If you need something else we are here :)

      OfflineRampage

      • Newbie
      • *
      • Posts: 16
      • L2topzone Votes: 1
      • Servers reviews: 0
      • Reputation: +100/-0
        Re: login help
        « Reply #2 on: July 25, 2010, 06:38:05 AM »
        ok ive done all that and everything seems fine.. but i read a guide and it told me to put no-ip.org addy in the loginhost now it does connect at all. think ive got my self really confused now ill
        post my gameserver config and login config.


        Gameserver config:

        # ---------------------------------------------------------------------------
        # Game Server Settings
        # ---------------------------------------------------------------------------
        # This is the server configuration file. Here you can set up the connection information for your server.
        # This was written with the assumption that you are behind a router.
        # Dumbed Down Definitions...
        # LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
        # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
        # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
        # ---------------------------------------------------------------------------
        # Networking
        # ---------------------------------------------------------------------------
        # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
        # Common settings...
        # 127.0.0.1 - If you are playing alone on a test server
        # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
        # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
        # If this IP is resolvable by the Login Server, just leave *.
        # ---------------------------------------------------------------------------
        # Default: 127.0.0.1
        ExternalHostname = ******.no-ip.org
        # ---------------------------------------------------------------------------
        # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
        # This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
        # If this IP is resolvable by the Login Server, just leave *.
        # ---------------------------------------------------------------------------
        # Default: 127.0.0.1
        InternalHostname = ********.no-ip.org

        # Where's the Login server this gameserver should connect to
        # Default: 127.0.0.1
        LoginHost = ******.no-ip.org



        LoginServer Config:

        # Login Server Settings
        # ---------------------------------------------------------------------------
        # This is the server configuration file. Here you can set up the connection information for your server.
        # This was written with the assumption that you are behind a router.
        # Dumbed Down Definitions...
        # LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
        # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
        # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
        # ---------------------------------------------------------------------------
        # Networking
        # ---------------------------------------------------------------------------
        # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
        # Common settings...
        # 127.0.0.1 - If you are playing alone on a test server
        # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
        # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
        # ---------------------------------------------------------------------------
        # Default: 127.0.0.1
        ExternalHostname = *******.no-ip.org

        # ---------------------------------------------------------------------------
        # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
        # This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
        # ---------------------------------------------------------------------------
        # Default: 127.0.0.1
        InternalHostname = ********.no-ip.org

        # ---------------------------------------------------------------------------
        # If you are behind a router which using its own local IP for Port Forwarding then set this to the routers
        # local IP if you want people outside your internal network to be able to connect to your server.
        # ---------------------------------------------------------------------------
        # RouterHostname =

        # Bind ip of the LoginServer, use * to bind on all available IPs
        # Default: *
        LoginserverHostname = *

        # Default: 2106
        LoginserverPort = 2106

        # The address on which login will listen for GameServers, use * to bind on all available IPs
        # Default: *
        LoginHostname = *
        « Last Edit: July 25, 2010, 06:42:33 AM by Rampage »

        OfflineDestiny

        • Full Member
        • ***
        • Posts: 217
        • L2topzone Votes: 0
        • Servers reviews: 0
        • Reputation: +482/-0
          Re: login help
          « Reply #3 on: July 25, 2010, 07:33:04 AM »
          Gameserver config:
          ExternalHostname = ******.no-ip.org
          Hostname = 127.0.0.1
          LoginHost = 127.0.0.1

          LoginServer Config:
          ExternalHostname = ******.no-ip.org
          InternalHostname = 127.0.0.1

          OfflineRampage

          • Newbie
          • *
          • Posts: 16
          • L2topzone Votes: 1
          • Servers reviews: 0
          • Reputation: +100/-0
            Re: login help
            « Reply #4 on: July 25, 2010, 08:22:03 AM »
            rite sorted it all out went to the website and that says its online but when i open the client it stays at the : we are logging you in please wait screen.

            Onlinexzone

            • Read our rules
            • Hero Member
            • *****
            • Posts: 660
            • L2topzone Votes: 52
            • Servers reviews: 159
            • Reputation: +10480/-0
              • l2topzone
            Re: login help
            « Reply #5 on: July 25, 2010, 08:38:48 AM »
            put here you gameserver.proprieterties and logingame.propireterties

            OfflineDestiny

            • Full Member
            • ***
            • Posts: 217
            • L2topzone Votes: 0
            • Servers reviews: 0
            • Reputation: +482/-0
              Re: login help
              « Reply #6 on: July 25, 2010, 08:49:27 AM »
              put here you gameserver.proprieterties and logingame.propireterties
              he did it before....

              OfflineRampage

              • Newbie
              • *
              • Posts: 16
              • L2topzone Votes: 1
              • Servers reviews: 0
              • Reputation: +100/-0
                Re: login help
                « Reply #7 on: July 25, 2010, 10:06:59 AM »
                kk ill paste what they look like now since ive changed em.

                GAMESERVER:

                 Game Server Settings
                # ---------------------------------------------------------------------------
                # This is the server configuration file. Here you can set up the connection information for your server.
                # This was written with the assumption that you are behind a router.
                # Dumbed Down Definitions...
                # LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
                # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
                # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
                # ---------------------------------------------------------------------------
                # Networking
                # ---------------------------------------------------------------------------
                # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
                # Common settings...
                # 127.0.0.1 - If you are playing alone on a test server
                # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
                # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
                # If this IP is resolvable by the Login Server, just leave *.
                # ---------------------------------------------------------------------------
                # Default: 127.0.0.1
                ExternalHostname = *******.no-ip.org

                # ---------------------------------------------------------------------------
                # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
                # This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
                # If this IP is resolvable by the Login Server, just leave *.
                # ---------------------------------------------------------------------------
                # Default: 127.0.0.1
                InternalHostname = 127.0.0.1

                # Where's the Login server this gameserver should connect to
                # Default: 127.0.0.1
                LoginHost = 127.0.0.1

                # TCP port the login server listen to for gameserver connection requests
                # Default: 9014
                LoginPort = 9014

                # Default: *
                GameserverHostname = *

                # Default: 7777
                GameserverPort = 7777


                LOGIN:

                # Login Server Settings
                # ---------------------------------------------------------------------------
                # This is the server configuration file. Here you can set up the connection information for your server.
                # This was written with the assumption that you are behind a router.
                # Dumbed Down Definitions...
                # LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
                # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
                # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
                # ---------------------------------------------------------------------------
                # Networking
                # ---------------------------------------------------------------------------
                # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
                # Common settings...
                # 127.0.0.1 - If you are playing alone on a test server
                # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
                # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
                # ---------------------------------------------------------------------------
                # Default: 127.0.0.1
                ExternalHostname = *******.no-ip.org

                # ---------------------------------------------------------------------------
                # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
                # This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
                # ---------------------------------------------------------------------------
                # Default: 127.0.0.1
                InternalHostname = 127.0.0.1

                # ---------------------------------------------------------------------------
                # If you are behind a router which using its own local IP for Port Forwarding then set this to the routers
                # local IP if you want people outside your internal network to be able to connect to your server.
                # ---------------------------------------------------------------------------
                # RouterHostname =

                # Bind ip of the LoginServer, use * to bind on all available IPs
                # Default: *
                LoginserverHostname = *

                # Default: 2106
                LoginserverPort = 2106

                # The address on which login will listen for GameServers, use * to bind on all available IPs
                # Default: *
                LoginHostname = *


                do i need to have *******.no-ip.org in my hosts or do i put 127.0.0.1 to connect directly to other pc as they r both on the same network
                « Last Edit: July 25, 2010, 12:27:28 PM by Rampage »

                Onlinexzone

                • Read our rules
                • Hero Member
                • *****
                • Posts: 660
                • L2topzone Votes: 52
                • Servers reviews: 159
                • Reputation: +10480/-0
                  • l2topzone
                Re: login help
                « Reply #8 on: July 25, 2010, 05:11:19 PM »
                LOGIN:

                # Login Server Settings
                # ---------------------------------------------------------------------------
                # This is the server configuration file. Here you can set up the connection information for your server.
                # This was written with the assumption that you are behind a router.
                # Dumbed Down Definitions...
                # LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
                # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
                # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
                # ---------------------------------------------------------------------------
                # Networking
                # ---------------------------------------------------------------------------
                # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
                # Common settings...
                # 127.0.0.1 - If you are playing alone on a test server
                # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
                # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
                # ---------------------------------------------------------------------------
                # Default: 127.0.0.1
                ExternalHostname = *******.no-ip.org

                edid with

                LOGIN:

                # Login Server Settings
                # ---------------------------------------------------------------------------
                # This is the server configuration file. Here you can set up the connection information for your server.
                # This was written with the assumption that you are behind a router.
                # Dumbed Down Definitions...
                # LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
                # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
                # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
                # ---------------------------------------------------------------------------
                # Networking
                # ---------------------------------------------------------------------------
                # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
                # Common settings...
                # 127.0.0.1 - If you are playing alone on a test server
                # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
                # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
                # ---------------------------------------------------------------------------
                # Default: 127.0.0.1
                ExternalHostname =127.0.0.1

                OfflineRampage

                • Newbie
                • *
                • Posts: 16
                • L2topzone Votes: 1
                • Servers reviews: 0
                • Reputation: +100/-0
                  Re: login help
                  « Reply #9 on: July 26, 2010, 02:52:58 AM »
                  if i put 127.0.0.1 in external(login) then no1 else will be able to connect outside of my network.


                  cud it be something to do with my client or my hosts file. this is startin to stress me out now lol

                  Onlinexzone

                  • Read our rules
                  • Hero Member
                  • *****
                  • Posts: 660
                  • L2topzone Votes: 52
                  • Servers reviews: 159
                  • Reputation: +10480/-0
                    • l2topzone
                  Re: login help
                  « Reply #10 on: July 26, 2010, 08:15:29 AM »
                  You have host file for conection or l2.ini file ?

                  OfflineRampage

                  • Newbie
                  • *
                  • Posts: 16
                  • L2topzone Votes: 1
                  • Servers reviews: 0
                  • Reputation: +100/-0
                    Re: login help
                    « Reply #11 on: July 26, 2010, 08:18:20 AM »
                    ive done the l2.ini and added the no-ip.org to it and my hosts files has *****,no-ip.org in it aswell

                    OfflineDownUnder

                    • Hero Member
                    • *****
                    • Posts: 1486
                    • L2topzone Votes: 6
                    • Servers reviews: 0
                    • Reputation: +3236/-0
                    • http://www.L2Drug.com
                      • Join Us
                    Re: login help
                    « Reply #12 on: July 26, 2010, 06:19:46 PM »
                    ive done the l2.ini and added the no-ip.org to it and my hosts files has *****,no-ip.org in it aswell
                    i think now the No-Ip Is Premium....:S

                    OfflineDestiny

                    • Full Member
                    • ***
                    • Posts: 217
                    • L2topzone Votes: 0
                    • Servers reviews: 0
                    • Reputation: +482/-0
                      Re: login help
                      « Reply #13 on: July 27, 2010, 01:39:56 AM »
                      ive done the l2.ini and added the no-ip.org to it and my hosts files has *****,no-ip.org in it aswell
                      i think now the No-Ip Is Premium....:S
                      I also heard sbout it but i have tested and it's still free :D

                       

                      Sitemap