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.
Why should he be banned?
ave is a scammer thats why
but he only delay his works
he is not even answering for months
is that a reason to be banned?
SHOULD WE GIVE HIM ANOTHER CHANCE?
🖕
and they lived happily ever after
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.