I've still got the same problem, i'm not able to set my server to public.
My IPconfig.xml:
Code:
<ipconfig default="My IP">
<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
<iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>
</ipconfig>
My Launcher:
Code:
@echo off
echo Starting Aion ...
if exist L10N\DEU\DEU.pak (
start bin32\aion.bin -ip:MY IP -port:2106 -cc:2 -lang:deu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else if exist L10N\ENG\ENG.pak (
start bin32\aion.bin -ip:MY IP -port:2106 -cc:2 -lang:eng -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else if exist L10N\ENU\ENU.pak (
start bin32\aion.bin -ip:MY IP -port:2106 -cc:1 -lang:enu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else if exist L10N\FRA\FRA.pak (
start bin32\aion.bin -ip:MY IP -port:2106 -cc:2 -lang:fra -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else if exist L10N\RUS\RUS.pak (
start bin32\aion.bin -ip:MY IP -port:2106 -cc:7 -lang:rus -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
) else (
echo Aion folder not found or unsupported language.
pause.
)
My Gameservers from the DB:

Using d3d8thk.dll unlimited or custom made with eXs.emu using my IP.
Disabled my firewall,disabled my antivirus, opened every port (2016/7777/8091/etc).
Any ideas?