Dual Box problem
Posted: Thu May 12, 2011 12:55 am
I configured my server to allow only one IP to participate in the Olympiad and TVTs.
But in a Class C LAN with 10 computers, only one computer can participate in the TVT and the Olympiad.
I saw that the server can differentiate between the IPS of teh 10 computers in this LAN class C and register in database each.
The server blocks the IPs by the IP of the Internet or it blocks the IP bu the class C?
I could not configure the server for him to release the 10 Class C IPs because it is blocking the IP of the internet apparently.
We have players who play in Internet Cafes and can not attend the events because of this blockage that did only one IP.
The server has no way to block IPs from the same class C from a single Internet IP?
I do not want a single PC to use dual box but i want it to be possible that the 10 computers can only log in one box in Olympiad or TVT.
Any solution?
My config...
# ---------------------------------------------------------------------------
# Dualbox Check
# ---------------------------------------------------------------------------
# Maximum number of players per IP address allowed to enter game.
# Default: 0 (unlimited)
DualboxCheckMaxPlayersPerIP = 0
# Maximum number of players per IP address allowed to participate in olympiad.
# Default: 0 (unlimited)
DualboxCheckMaxOlympiadParticipantsPerIP = 1
# Whitelist of the addresses for dualbox checks.
# Format: Address1,Number1;Address2,Number2...
# Network address can be number (127.0.0.1) or symbolic (localhost) formats.
# Additional connection number added to the global limits for this address.
# For example, if number of TvT event participants per IP address set to the 1 (no dualbox)
# and whitelist contains "l2jserver.com,2" then number of allowed participants from l2jserver.com
# will be 1+2=3. Use 0 or negative value for unlimited number of connections.
# Default: 127.0.0.1,0 (no limits from localhost)
DualboxCheckWhitelist = 127.0.0.1,0;192.168.1.0,0
L2J Revision 4614:
L2JDP Revision 7991:
Thanks!!!
But in a Class C LAN with 10 computers, only one computer can participate in the TVT and the Olympiad.
I saw that the server can differentiate between the IPS of teh 10 computers in this LAN class C and register in database each.
The server blocks the IPs by the IP of the Internet or it blocks the IP bu the class C?
I could not configure the server for him to release the 10 Class C IPs because it is blocking the IP of the internet apparently.
We have players who play in Internet Cafes and can not attend the events because of this blockage that did only one IP.
The server has no way to block IPs from the same class C from a single Internet IP?
I do not want a single PC to use dual box but i want it to be possible that the 10 computers can only log in one box in Olympiad or TVT.
Any solution?
My config...
# ---------------------------------------------------------------------------
# Dualbox Check
# ---------------------------------------------------------------------------
# Maximum number of players per IP address allowed to enter game.
# Default: 0 (unlimited)
DualboxCheckMaxPlayersPerIP = 0
# Maximum number of players per IP address allowed to participate in olympiad.
# Default: 0 (unlimited)
DualboxCheckMaxOlympiadParticipantsPerIP = 1
# Whitelist of the addresses for dualbox checks.
# Format: Address1,Number1;Address2,Number2...
# Network address can be number (127.0.0.1) or symbolic (localhost) formats.
# Additional connection number added to the global limits for this address.
# For example, if number of TvT event participants per IP address set to the 1 (no dualbox)
# and whitelist contains "l2jserver.com,2" then number of allowed participants from l2jserver.com
# will be 1+2=3. Use 0 or negative value for unlimited number of connections.
# Default: 127.0.0.1,0 (no limits from localhost)
DualboxCheckWhitelist = 127.0.0.1,0;192.168.1.0,0
L2J Revision 4614:
L2JDP Revision 7991:
Thanks!!!