(I made a thread about it earlier, but it was locked for no good reason whatsoever. I said problem fixed for me, but it re-appeared. Also someone told me in lobby that they had same problem)
When I try to connect to lobby server from my ip, I do get connected and do get list of players, but I can not join any rooms on server, and all my messages including pings are ignored.
Everything works fine when using proxy.
The tcp connection just stops working, or sometimes works only uni-directionally for some short time.
I can ping server all right and can view this webpage.
Issues connecting to lobby server.
Moderator: Moderators
Re: Issues connecting to lobby server.
possible explanation:
There is a peering problem between your ISP and Fnordia's one.
When using a proxy, you change the network route and bypass the overloaded network link.
ISPs often set special QoS rules to increase the HTTP traffic priority on overloaded links, so that less people are complaining. This could explain why you don't have the same problem when accessing this forum.
There is a peering problem between your ISP and Fnordia's one.
When using a proxy, you change the network route and bypass the overloaded network link.
ISPs often set special QoS rules to increase the HTTP traffic priority on overloaded links, so that less people are complaining. This could explain why you don't have the same problem when accessing this forum.
Re: Issues connecting to lobby server.
I don't think that could be the case.... one time when i was having that problem, it worked perfectly for test server on 8300
Also, ICMP pings go with very little losses.
Also, ICMP pings go with very little losses.
Re: Issues connecting to lobby server.
Are you refering to the test server which is in France ?dizekat wrote:I don't think that could be the case.... one time when i was having that problem, it worked perfectly for test server on 8300
Low sized ICMP packets such as those sent by default with simple ping commands don't show all problems...dizekat wrote:Also, ICMP pings go with very little losses.
Re: Issues connecting to lobby server.
the server on 8300 is completely different software... maybe tasserver isn't running select() on your socket for some reason
Re: Issues connecting to lobby server.
I got it resolved (or actually, just found a workaround), thanks to BrainDamage.
Had to set smaller MTU . The largest MTU that works for me is 1052 . 1053 and above does not work. Standard is 1500.
for linux users, command is
ifconfig eth0 mtu 1052
(as root) , try different values until works.
Thats a huge 0_O by the way. Things like that make you wonder how internet is still working.
Had to set smaller MTU . The largest MTU that works for me is 1052 . 1053 and above does not work. Standard is 1500.
for linux users, command is
ifconfig eth0 mtu 1052
(as root) , try different values until works.
Thats a huge 0_O by the way. Things like that make you wonder how internet is still working.
Re: Issues connecting to lobby server.
default mtu should be 1500 anyway iirc...
Re: Issues connecting to lobby server.
1500 doesnt work. anything >1052 doesnt work.aegis wrote:default mtu should be 1500 anyway iirc...
Apparently, some node somewhere has max mtu = 1052 and doesnt properly send "datagram too big" bounces, or those dont arrive.
