Jump to content

Many connections from MTA Server


Guest U4iA

Recommended Posts

I don't know if this has been asked before, but the search wasn't very helpful.

When I start the Linux version of MTA for GTA:VC, it starts opening ports.

One per second, on average.

After a few hours, when I enter the 'netstat' command, I see hundreds of udp connections, like this:

udp 0 0 localhost:4223 localhost:4005 ESTABLISHED

udp 0 0 localhost:3839 localhost:4005 ESTABLISHED

udp 0 0 localhost:3583 localhost:4005 ESTABLISHED

udp 0 0 localhost:3199 localhost:4005 ESTABLISHED

Is that normal behaviour for the MTAServer?

Link to comment

I have the same problem with my Linux server

With no one connected to the server it uses:

79 Ports

I disabled port 2126 (ASE):

13 ports

In this range 58882, 58371, 58888, 59147....

Look like it doesn't release the port...

Please answer mister Linux programmer :-)

Link to comment

Well, he is saying port 4005, which leads me to believe that it is not ASE and either the ListingServer code (which _should_ be inactive right now), or the AdminServer code (most likely).

I have a feeling that it isn't being closed / destroyed somewhere ...

Link to comment

netstat -a looks like this:

udp4 0 0 localhost.wargam.1093 localhost.wargam.4005

udp4 0 0 localhost.wargam.1092 localhost.wargam.4005

udp4 0 0 localhost.wargam.1091 localhost.wargam.4005

udp4 0 0 localhost.wargam.1090 localhost.wargam.4005

udp4 0 0 localhost.wargam.1089 localhost.wargam.4005

and it just keeps accelerating until the server will stall.

This is with a default config - disabling ASE will not change anything.

--

It's a shame - very funny game, but this behavior will keep me from running these servers.

Hopefully there will be a fix soon :D

//rivmin

Link to comment

the same problem here...

udp 0 0 127.0.0.1:60322 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60324 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60326 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60338 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60351 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60353 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60355 127.0.0.1:4005 ESTABLISHED 12312/MTAServer

udp 0 0 127.0.0.1:60357 127.0.0.1:4005 ESTABLISHED 12312/MTAServe

Link to comment
  • 2 weeks later...

thank you for responding :angry4::fist:

anyway - here is workaround i found:

edit /etc/hosts and comment out this line:

127.0.0.1 localhost

it worked for me, dunno how it affected other programs...

Link to comment

I have determined the problem and have fixed it. It ended up being some old ListingServer code that I had left in and I guess forgot to comment out.

The new Server will be released with the patch, or if that takes to long I will release it seperately.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...