PDA

View Full Version : TS server


-=DoW=- Allessir
June 3rd, 2006, 23:39
Heya people. I'm setting up a TS server for the corp I game with within Eve. I have the server downloaded and installed. The problem I'm running with is People are not able to connect to me over the net. I've double checked the ip I give them as it's different then the one I use to connect. Anyone able to walk me thru this as I try to find the problem. Firewall is open and program is unlocked. What else can it be?

-=DoW=- SmokieRat
June 4th, 2006, 00:59
go to http://www.whatsmyip.net/ and give them that IP. standard port is 8767

-=DoW=- Allessir
June 4th, 2006, 01:10
That's the IP I gave them. And we have tried the standard port. I've also tried to edit the Bindip line in the ini file. That still didn't work

Acedeal
June 4th, 2006, 01:25
make sure you have opened all the TS ports on your firewall router.
there's 2 main ones that need to be on-
14xxxx something
and
52xxxx something

-=DoW=- Allessir
June 4th, 2006, 01:51
ok...Firewall is the piece of s*&t windows one. router is in the process of getting replaced as mine took a dump and the one I'm using I don't have access to. I've tried with no firewall running. So it's probably the router. I'll keep working on it. Thanks for the advice.

Acedeal
June 4th, 2006, 03:03
My ts's server.ini looks like this-
(ignore the mysql stuff unless you have ported the TS engine to use mysql


[debug]
MessageTypes=LMTALL
MessageDepths=LMDALL

[Main Config]
ExternalIPDectection=1
HTTPServer Port=14534
HTTPServer Enabled=1
DateTimeFormat=dd-mm-yyyy hh:nn:ss
TCPQueryPort=51234
BoundToIp1=
AllowedClientNameChars=
DisAllowedClientNameChars=()[]{}`~!@#$%^&*_+|\'";:<>,./?

[WebPost]
AdminEmail=ntburchf@clan-solutions.com
ISPLinkURL=www.clan-Solutions.com
ISPName=www.clan-solutions.com
ISPCountryNumber=2457
Enabled=1
PostURL=http://207.218.250.99/dow-gamers.net/vb/ts/webpost.php
ListPublic=1
UserAgent=teamspeak

[log]
access=0
access_r=1
access_u=1
channel_registerred=1
channel_unregisterred=1
sa=1
chat=1
kick_server=1
kick_channel=1

[Spam]
max_commands=10
in_seconds=10

[DBEXPRESS]
sqldir=mysql_sql // for example /home/teamspeak/2.0.20.1/mysql_sql/
Drivername=mysql // you don't have to edit it
Database=ts_dataxxx // for example teamspeak
Hostname=localhost // or fill in a remote computer
User_name=xxxxxx // for example teamspeak
Password=xxxxxx // emmz :)
GetDriverFunc=getSQLDriverMYSQL // you don't have to edit it
VendorLib=/usr/lib/mysql/libmysqlclient_r.so.10.0.0 // you don't have to edit it, unless you have mysql 4
LibraryName=./libsqlmy.so // you don't have to edit it
Active=1 // we would like to have it active
these are the other 2 ports that need to be opened

HTTPServer Port=14534
HTTPServer Enabled=1
DateTimeFormat=dd-mm-yyyy hh:nn:ss
TCPQueryPort=51234

-=DoW=- SledgeHammer
June 4th, 2006, 11:09
If you don't have access to your router then that's the problem. You'll need to open/forward those ports.

-=DoW=- Hean
June 4th, 2006, 11:46
If you don't have access to your router then that's the problem. You'll need to open/forward those ports.

Yup.
My router IP is 80.161.76.111. And my computer is running 192.168.0.101
Go to router. In my router I can make a rule.

Open port:

Teamspeak. Outgoing 8767..8768. Incomming 8767..8768.Port forewarding:

Teamspeak. Start port 8767. End port 8768. Server IP adress 192.168.0.101So, when my TS server is running, you connect to 80.161.76.111:8767. Then router vil foreward the trafic to my computer IP 192.168.0.101.....

Have fun.........:rasta: