How i can set ipconfig to start server with my ip? I make it like this
<?xml version="1.0" encoding="UTF-8"?><!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! --><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserveraddress="my ip"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd"><!-- Localhost here --><definesubnet="127.0.0.0/8"address="127.0.0.1"/><!-- Internalhosts here (LANs IPs) --><definesubnet="10.0.0.0/8"address="10.0.0.0"/><definesubnet="172.16.0.0/19"address="172.16.0.0"/><definesubnet="192.168.0.0/16"address="192.168.0.0"/></gameserver>
Loginserver
# Bind ip of the LoginServer, use * to bind on all available IPs
# WARNING: <u><b><fontcolor="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><fontcolor="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
LoginserverHostname = *
# Default: 2106
LoginserverPort = 2106
# The address on which login will listen for GameServers, use * to bind on all available IPs
# WARNING: <u><b><fontcolor="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><fontcolor="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: 127.0.0.1
LoginHostname = 127.0.0.1
# The port on which login will listen for GameServers
# Default: 9014
LoginPort = 9014
gameserver
# Where's the Login server this gameserver should connect to
# WARNING: <u><b><fontcolor="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><fontcolor="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# 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
# Bind address for gameserver. You should not need to change it in most cases.
# WARNING: <u><b><fontcolor="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
# WARNING: <u><b><fontcolor="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
# Default: * (0.0.0.0)
GameserverHostname = *
# Default: 7777
GameserverPort = 7777
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
hello everyone !
I need help with a l2script Rev H5-Salvation/Classic build. I compiled the project, installed everything but I can't log in to the server, it won't log me in. I tried a thousand ways without good results. I leave you the error when logging in either with the H5-Salvation Client.
ERROR ---> WARN: IPBANMANAGER ---> IP !!!!
I'm waiting for help! Thank you!
Hello !
I have a problem when connecting to the pack with the Salvation client, it blocks my IP, I see that the account is created in the database but it remains logged in.
Any idea what it could be? ALso with H5 CLient !
Thank you !
Question
criss22
How i can set ipconfig to start server with my ip? I make it like this
Loginserver
gameserver
and i can't login in game
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.