• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 0.X MC Problem - One char lagged and another normal

potinho

Advanced OT User
Joined
Oct 11, 2009
Messages
1,458
Solutions
17
Reaction score
175
Location
Brazil
This happened a few times, I have two characters in MC, one has normal ping and the other, apparently for no reason, starts to have high ping. What can cause this? Looking at WinMTR (ping + traceroute) everything seems to be ok.

1724182042851.webp

1724182063627.webp

I dont know if is related, but those are my iptables rules related to OTs:


Code:
19   REJECT     tcp  --  anywhere             anywhere             tcp dpts:7171:7172 flags:FIN,SYN,RST,ACK/SYN #conn src/32 > 10 reject-with tcp-reset
20   REJECT     tcp  --  anywhere             anywhere             tcp dpts:7171:7172 state NEW limit: above 40/min burst 40 mode srcip reject-with tcp-reset
22   REJECT     tcp  --  anywhere             anywhere             tcp dpts:7171:7172 limit: above 1499/sec burst 1500 mode srcip reject-with tcp-reset
23   REJECT     tcp  --  anywhere             anywhere             tcp dpts:7171:7172 state NEW limit: above 4/sec burst 5 mode srcip reject-with tcp-reset
24   REJECT     tcp  --  anywhere             anywhere             tcp dpts:7171:7172 limit: above 300kb/s mode srcip reject-with tcp-reset
 
Back
Top