Jump to content
wyattwic

Linux server listening on IPs its not supposed to be on

Recommended Posts

Hello!

 

I have a Linux server set up running a instance of arma3.  Today I was reviewing my firewall and updating packages when I noticed at process was kinda out of bounds.

 

The below process was started with the option "-ip=X.X.X.141" however it seems to be listening on 138:2302 as well. 

udp        0      0 X.X.X.138:2302    0.0.0.0:*                           30283/arma3server
udp        0      0 X.X.X.141:2302    0.0.0.0:*                           30283/arma3server
udp        0      0 X.X.X.141:2303    0.0.0.0:*                           30283/arma3server
udp        0      0 X.X.X.141:2304    0.0.0.0:*                           30283/arma3server
udp        0      0 X.X.X.141:2305    0.0.0.0:*                           30283/arma3server

In my case, .138 is eth0 and .141 is eth0:3.  This is running on Debian Jessie.

 

Does anyone have an idea as to why this is happening, and what could be done to fix it?  Thank you!

Share this post


Link to post
Share on other sites

.138 (or the hostname associated with it) probably points back to localhost or something like that, check your /etc/hosts file. :) It's just a wild guess though, my box only has 1 IP so I can't really verify.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×