Google
发新话题
打印

[等待解决] 熬到了三点,还没搞明白,求救!

熬到了三点,还没搞明白,求救!

都熬到了这个点了 真是无语了! 我想要内网外网都开
<LogonServer Address = "127.0.0.1"
             Port = "8093"
             Name = "Default Logon"
             RealmCount = "1">
下面的设置
<Realm1 Name = "随风飘逝-网通"
        Address = "staryyh.gicp.com:8129"
        Icon = "PVP"
        Colour = "0"
        Population = "0.0"
        Lock = "0"
Logonserver 连接就不会超时
如果
<LogonServer Address = "192.168.0.100"
             Port = "8093"
             Name = "Default Logon"
             RealmCount = "1">
设置成我机器的Ip Logonserver连接就超时

我头都大了 就是想跟朋友一起玩 我拿我机器 朋友在外网 难道就这么困难么? 运行在自己机器上的服务器自己进不去 要么自己玩 要么别人玩。。。无语了 快被它征服了。。
<LogonServer RemotePassword = "99game"
             AllowedIPs = "192.168.0.1/101"
             AllowedModIPs = "192.168.0.1/101"> 我把这个设了也没用。。
谁能救救我呢?

TOP

<LogonServer Address = "127.0.0.1"
             Port = "8093"
             Name = "Default Logon"
             RealmCount = "1">
这个IP应该是外网的。
<LogonServer RemotePassword = "99game"
             AllowedIPs = "192.168.0.1/101"
             AllowedModIPs = "192.168.0.1/101"> 我把这个设了也没用。。
这个IP也应该是外网
[img][/img]

TOP

我的路由4个端口都已射映
请问输入外网的ip还是输入花生壳的免费地址?

TOP

修改3个地方

ascent-realms.conf中的
<LogonServer Address = "你的花生壳域名"
             Port = "8093"
             Name = "Default Logon"
             RealmCount = "1">

<Realm1 Name = "99Game魔兽世界模拟器"
        Address = "你的花生壳域名:8129"
        Icon = "PVP"
        Colour = "0"
        Population = "0.0"
        Lock = "0"
        TimeZone = "1">



ascent-logonserver.conf中的

<LogonServer RemotePassword = "99game"
             AllowedIPs = "你的外网IP/24"
             AllowedModIPs = "你的外网IP/24">

TOP

发新话题