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.
I found this post randomly and I started to read the comments and after all I have only one question in my mind and you refuse to answer.
Again:
All your previous versions are shit and the last one is the best ever? What is going to happen to the last revision of your source after the next revision is going to be avaibile?
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/bDVQYKMUb3
https://campsite.bio/utchihaamkt
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.