LAN Gaming - Browsers

booman

Grand High Exalted Mystic Emperor of Linux Gaming
Staff member
I have 6 computers in a LAN and do some gaming with friends.

All of them have Mint 18.3 64-bit, but of course have some different hardware.

We play games offline with custom IP addresses like:
  • 10.0.0.1
  • 10.0.0.2
  • 10.0.0.3
  • etc
So I'll host the game on one and everyone will join the game. But its strange that some games won't see the host in the browser.

Most games have a direct connect-to-IP option or command, like...

Source Engine:
  • connect 10.0.0.1
Unreal Engine:
  • open 10.0.0.1
The problem is, some Linux boxes refuse to see the host in browser and some games do not have an available console or command to connect-to-IP:
  • Titan Quest
  • MX vs ATV
  • Tony Hawk Pro Skater 3
  • Battlefield 2
Its totally strange because some do see the host and others don't.

Are there any suggestions on what I can do to see why some do not see the host in browser?

I don't think its Wine because I've had success with it and native games.

All the computers are connected to two switches and can easily join other games like:
  • Insurgency
  • Left4Dead 2
  • The Ship
  • Synergy
  • Half-Life 2 Deathmatch
  • Counter-Strike Source
  • Alien Swarm
So I know they are all connected and can ping eachother. I even turn off the firewall with:
  • ufw disable
I'm kinda stumped at this point and would love to revive some of these games for LAN gaming.
 
I'm pretty sure that I've posted this elsewhere at GamersOnLinux, but I can't seem to find my post
 
Are you making sure the local firewall is disabled? I've found that on Fedora, even when it says it's off, it isn't always, and manually running 'service iptables stop' or its equivalent resolves the issue. That's what Tony and I have to do when we want to play a round of UT.
 
Good point. I don't really know.
When I run
Code:
ufw disable
The output is "firewall is off and disabled at startup"
(from memory)

I can ping back-n-forth to all the Mint computers so I know they are networked together... and some games with a console command allows the game to connect. But it does seem network related where the game browser can't see the server running.
 
I used to have my Fedora server host games on 10.0.0.1 and it always worked perfectly, but now I host on my main Mint 18.3 box: 10.0.0.2

I am required to play offline with these IP addresses because of Steam. The games we play in Steam can do offline multi-player with one single Steam account, thus avoiding 6 Steam accounts and purchasing the game 6 times.
All the other multi-player games like Magicka, Dead Island, Chivalry: Medieval Warfare and others just won't run multi-player offline. So we don't play those games for now.
 
Looks like I made a mistake with the command:
Code:
ufw disable
I didn't use sudo, so it may have turned back on automatically

It's easy to disable the firewall (should you wish to do so) with this command:
sudo ufw disable

Press Enter.

If you're interested in the full set of rules, see the output of:
sudo ufw show raw
You can also read the rules files in /etc/ufw (the files whose names end with .rules).

A further explanation about the firewall and security in general, can be found here.
 
Back
Top