卡默斯特冰
bungee和分服不在一个IP怎么连接因为一些原因,我的bungee和分服在两个不同IP的服务器上面,这要怎么连接?



红云cloud
重复 https://www.mcbbs.net/thread-1451369-1-1.html

QingFengYa
  XXXX:
    motd: '&1Just another Waterfall - Forced Host'
    address: 分服IP:端口
    restricted: false
#局域端口

ea6d031_
比如默认是这样
servers:
  lobby:
    motd: '&1Just another Waterfall - Forced Host'
    address: localhost:25565
你直接在address 填写服务端ip就行,例如
servers:
  lobby:
    motd: '&1Just another Waterfall - Forced Host'
    address: 114.51.4.191:9810
即可

ea6d031_
一样的
比如默认是
servers:
  lobby:
    motd: '&1Just another Waterfall - Forced Host'
    address: localhost:25565
比如服务器地址是114.51.4.191:9810那就改成
servers:
  lobby:
    motd: '&1Just another Waterfall - Forced Host'
    address: 114.51.4.191:9810
另一篇帖子编辑掉然后请求撤回就行了