Local network broadcast
Local network broadcast
I'm having my friends use Doomseeker to find my game when they come over but they're always seeing my external IP. It doesn't make much practical difference but when more than a couple people are here they get "too many connections from IP" failures, and in general it would just be more convenient if they didn't have to hit the master server. Why am I not seeing games using the local IP?
-
- Forum Regular
- Posts: 144
- Joined: Thu Aug 22, 2013 5:51 pm
- Location: France
- Clan: BaseQ
- Clan Tag: [BaseQ]
- Contact:
RE: Local network broadcast
1) To fix the "Too many connections from IP" error, you have to increase the maximum number of connexions with the same ip:
In this case, we will increase the maximum amount of players with the same IP to 16 (which seems fair)... You can increase or decrease it at your needs. Add this to your configuration file:
2) To avoid your server being broadcasted to the masterserver, add this:
But, if you do, other players might have to enter your internal IP (or, still your external IP) in order to your server to be seen. Best is to leave it as "1", still...
In this case, we will increase the maximum amount of players with the same IP to 16 (which seems fair)... You can increase or decrease it at your needs. Add this to your configuration file:
Code: Select all
sv_maxclientsperip "16"
Code: Select all
sv_broadcast "0"
Last edited by Ch0wW on Tue Aug 27, 2013 3:41 pm, edited 1 time in total.
RE: Local network broadcast
Thanks, but what I'm really looking for is to be able to have people on my local network connect to my local IP rather than external, and have it show in Doomseeker. The config seems to indicate that it should be doing this but it's not..
- Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
RE: Local network broadcast
You need to set sv_broadcast to 1 if you want your server to be broadcasted on your LAN.
RE: Local network broadcast
Yes, set to stop broadcasting to the master.
Code: Select all
sv_updatemaster 0