realm.list
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:2k
- #########################################################################################
- # realm.list - List of Diablo II Realms #
- #---------------------------------------------------------------------------------------#
- # #
- # Realms are areas that hold closed characters and games. Users are given this list of #
- # realms to choose from when creating a new character. Next time the character is #
- # used, they will automatically join the same realm. #
- # #
- # The realm server runs on port 6113 by default. If you do not specify a port number, #
- # it will use this by default. You must enter IP Addresses in for both places. #
- # There is no default #
- # #
- # <realmname> : the realm name (mandatory; must start and end with " ) #
- # <description> : the realm description (optional; must start and end with " ) #
- # ip:port - actual ip the d2cs server is running on (mandatory) #
- # showip:showport - ip sent to client (optional, ONLY needed if d2cs is inside private LAN )#
- # ip/netmast - netmask of network to be excluded from translation (optional, ONLY needed if#
- # d2cs is inside the private LAN and you want LAN players to play too) #
- # #
- # use showip:showport if you are forwarding to a d2cs server behind a gateway on a #
- # private lan. #
- # #
- #- realm name - --- description ---- --- real address --- --- show address --- --- exclude net -- #
- # (mandatory) (optional) (mandatory) (optional) (optional) #
- #---------------------------------------------------------------------------------------------------------------#
- #"<realmname>" ["<description>"] <ip:port> <showip:showport> <ip/netmast> #
- # #
- #################################################################################################################
- # Normal example (having a d2cs server running on IP 1.2.3.4):
- #"D2CS" "PvPGN Closed Realm" 1.2.3.4:6113
- # Special example (having d2cs running on PRIVATE LAN IP 192.168.0.2 and the
- # external IP addr of the NAT router beeing 1.2.3.4 and portforward 6113 from
- # the NAT router to the internal d2cs and the internal network is 192.168.0/24)
- #"D2CS" "PvPGN Closed Realm" 192.168.0.2:6113 1.2.3.4:6113 192.168.0.0/24