Page 1 of 1

Local network broadcast

Posted: Tue Aug 27, 2013 3:31 pm
by qoncept
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?

RE: Local network broadcast

Posted: Tue Aug 27, 2013 3:39 pm
by Ch0wW
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:

Code: Select all

sv_maxclientsperip	"16" 
2) To avoid your server being broadcasted to the masterserver, add this:

Code: Select all

sv_broadcast 		"0"
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...

RE: Local network broadcast

Posted: Wed Oct 09, 2013 12:55 am
by qoncept
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..

RE: Local network broadcast

Posted: Wed Oct 09, 2013 6:18 am
by Torr Samaho
You need to set sv_broadcast to 1 if you want your server to be broadcasted on your LAN.

RE: Local network broadcast

Posted: Wed Oct 09, 2013 2:51 pm
by Qent
Yes, set

Code: Select all

sv_updatemaster 0
to stop broadcasting to the master.