pangolin 0 Posted September 4, 2024 Всем привет. Поставил сервер, но не могу понять как работать с файлом ipconfig.xml. Логин сервер пропускает, а дальше выходит сообщение "Ответ от сервера идентификации задерживается" Может я что то не так делаю Quote Share this post Link to post
Monche 132 Posted September 5, 2024 Доброго ранку, більше інформації потрібно. 1 Quote Share this post Link to post
pangolin 0 Posted September 5, 2024 L2J_Mobius_12.1_PathOfRogue пытаюсь запустить вот это. Вот мой файл ipconfig <?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 --> <gameserver address="5.142.66.15" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd"> <!-- Localhost here --> <define subnet="5.142.66.15/24" address="5.142.66.15" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="10.0.0.0" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.0.0" /> <define subnet="192.168.0.0/24" address="192.168.0.0" /> <define subnet="192.168.30.0/24" address="192.168.30.0" /> </gameserver> Я не могу разобраться как расшарить его по интернету. Порты открыл, со 2го компа пинг на внешний ip идёт. Но он сервера не видит Quote Share this post Link to post
pangolin 0 Posted September 5, 2024 Надо что то прописывать в логин и гейм сервере? Там ведь тоже ip есть Quote Share this post Link to post
pangolin 0 Posted September 5, 2024 файлы логин и гейм сервера вернул как было. в ipconfig.xml прописал как у паренька в теме которую ты мне скинул, но всё равно не видит сервер Quote Share this post Link to post
pangolin 0 Posted September 5, 2024 <?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 --> <gameserver address="5.142.хх.хх" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.1/24" address="5.142.хх.хх" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="10.0.0.0" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.0.0" /> <define subnet="192.168.0.2/24" address="192.168.0.2" /> <define subnet="192.168.30.0/24" address="192.168.30.0" /> </gameserver> Quote Share this post Link to post
Monche 132 Posted September 5, 2024 2 хвилини назад, pangolin сказав: <?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 --> <gameserver address="5.142.хх.хх" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.1/24" address="5.142.хх.хх" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="10.0.0.0" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.0.0" /> <define subnet="192.168.0.2/24" address="192.168.0.2" /> <define subnet="192.168.30.0/24" address="192.168.30.0" /> </gameserver> 5.142.хх.хх - х це скрито на форумі IP або так прописано в конфігу? Quote Share this post Link to post
Monche 132 Posted September 5, 2024 <?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 --> <gameserver address="5.142.66.15" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="127.0.0.0" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="10.0.0.0" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.0.0" /> <define subnet="192.168.0.2/24" address="192.168.0.2" /> <define subnet="192.168.30.0/24" address="192.168.30.0" /> </gameserver> Quote Share this post Link to post
pangolin 0 Posted September 5, 2024 Сделал, но клиент всё равно не подключается Quote Share this post Link to post
Flip 84 Posted September 5, 2024 15 минут назад, pangolin сказал: Сделал, но клиент всё равно не подключается а порты в файрволе открыты ? Quote Share this post Link to post
pangolin 0 Posted September 5, 2024 Может в л2.ини что не так? [Auth] ServerAddr=5.142.66.15 UseAuthUserData=true ; Russia External( Cmdline ) Login ExternalLogin=false CmdLineLogin=false ; in-Game Secondary( Character ) Password UseSecondaryAuth=false ; NP( Next Platform ) E-Mail Account UseEMailAccount=false ServerAddrChangeCommandLine=false ;BusyUserCnt=3000 ;NormalUserCnt=2000 PercentUserCnt=true FreeUserTwoClient=false UsePIAgreement=true UseActorEffectSort=true FreeUserClient=10 FreeUserClientClassic=10 UseNPLogin=false ;L2PlatformAddr=5.142.66.15 ;L2PlatformAddr_RC=l2-qa-platformgate-25eab293adc6caad.elb.us-east-1.amazonaws.com ;L2PlatformPort=13001 ;L2PlatformAppID=A48077C6-A17D-4D87-90D2-74F13C918D98 Quote Share this post Link to post
Flip 84 Posted September 5, 2024 1 минуту назад, pangolin сказал: Может в л2.ини что не так? в l2ini вроде все верно. а сервер в консолях не ругается на предмет ИП адресов ? или еще каких конфликтов ? и что показывает клиент при входе на сервер - вводишь логин и пароль а дальше что видишь ? сервер виден ? Quote Share this post Link to post
pangolin 0 Posted September 5, 2024 нет, бесконечная загрузка и всё. даже до выбора сервера не пускает Quote Share this post Link to post