PDA

View Full Version : Question of FAQ Q


selvikin
27-03-2007, 07:10
On the following FAQ:

Q: Some people can't connect to my server, some can. How to fix?
<http://www.goteamspeak.com/printview.php?id=41>

A:
/Symptoms:/

* People who are using a home router (NAT) *CAN'T* connect to your
server, but they *CAN* connect to other servers.
* People connected directly to the internet, *CAN* connect to your
server.
* The machine that is running the server has *more* than one
*external* ip number.


The server is probably sending replies using a different ip address than
the one the clients connect to. (Most likely they connected to an alias,
not the primary ip). Nat routers don't know what to do with this foreign
incoming data (unknown ip+port), and drop the packets.

/Solution:/

* Open the file server.ini that is created in the same directory
where the server executable is located.
* Look for the following line in section [Main Config]:

|BoundToIp1=|

* Modify it like this:

|BoundToIp1=213.202.254.117|

This will make the server listen and send only on the specified address.
Even easier is to let the clients connect to the primary IP of the machine.

*Note:* You can bind the server to multiple IP addresses by adding
additional BoundToIp options (i.e. BoundToIp2, BoundToIp3, etc.) to your
server.ini.

I'm about to make the changes, now...
1. Do I use the External (WAN) IP address of the server?
2. Do I have to restart the server after the changes???

Peter
27-03-2007, 12:41
* The machine that is running the server has *more* than one *external* ip number.

1. Do I use the External (WAN) IP address of the server?

Something is wrong here...FAQ doesn't apply to your case?

selvikin
27-03-2007, 19:30
LOL, duh, its for people within the network that are having trouble connecting... :o

Crud... isn't there anything regarding people not being able to connect outside the network? Here's the issue.
I've got a TS Server on a SLAX server and upped the maxusers to about 25 or so for WoW purposes (ie. 25 man raid, etc) within our guild. Well, most of us within our guild can connect to the server no problem at all, but there are about 2 or 3 others that cannot connect getting a bad reply from the server, or the could not connect error(could be the same error). I upgraded to the recent binary and it caused a few others trouble so I went back to the old binary. Any help???
I've searched through the forum for about a month and can't find anything similar(checking the stickies, peoples posts, and using the search). I'm hoping the BindToIP parameter helps, but after rereading the faq, I'm kinda unsure now.

:confused: :confused: :confused:

PS: One of the users that cannot connect is located in Singapore. Connections coming from outside the server country wouldn't have issues, would it???