techPowerUp! Forums

Go Back   techPowerUp! Forums > Hardware > Networking & Security

Reply
 
Thread Tools
Old May 18, 2010, 05:04 AM   #1
shuggans
75 Posts
 
Join Date: Dec 2007
Location: Central Nebraska
Posts: 170 (0.09/day)
Thanks: 85
Thanked 7 Times in 6 Posts

System Specs

teamspeak server setup

Hello, I'm trying to set up a server for use with teamspeak. I have added it to the DMZ on my router, and have installed and configured the TS server. I'm able to connect to it on my internal network, but cant connect to it using the public IP picked up @ whatsmyip.net. SOOO I went to no-ip.com and installed that and have it running, but I cant connect to the server from the host name thats assigned to it wither. any ideas?
shuggans is offline  
Reply With Quote
Old May 18, 2010, 08:15 PM   #2
Hybrid_theory
1000 Posts
 
Hybrid_theory's Avatar
 
Join Date: Mar 2007
Location: ontario canada
Posts: 1,691 (0.75/day)
Thanks: 113
Thanked 164 Times in 146 Posts

System Specs

Because your destination is ultimately your source address (the same public IP), the router may be getting confused and dropping the packets. Download and install wireshark on your computer. Start a capture on your NIC but be sure to set a filter as: host PublicIP. Follow up on what you see
__________________
xboxlive: Hybrid461
PSN: ryan461
Steam name: Hybrid_theoryTPU.
Hybrid_theory is offline  
Reply With Quote
Old May 18, 2010, 11:19 PM   #3
shuggans
75 Posts
 
Join Date: Dec 2007
Location: Central Nebraska
Posts: 170 (0.09/day)
Thanks: 85
Thanked 7 Times in 6 Posts

System Specs

hmm

host PublicIP isnt a filter it allows me to set. I'm about to give up on this... Ive forwarded all ports necessary, etc. Still no dice. even tried connecting from a friends house just to see.
shuggans is offline  
Reply With Quote
Old May 18, 2010, 11:25 PM   #4
Easy Rhino
Linux Advocate
 
Easy Rhino's Avatar
 
Join Date: Nov 2006
Posts: 10,226 (4.29/day)
Thanks: 1,208
Thanked 2,775 Times in 1,793 Posts

System Specs

what operating system are you using and what version of teamspeak? you dont have to put the server you are running it on in the DMZ, you have to simply port forward.
Easy Rhino is offline  
Reply With Quote
Old May 18, 2010, 11:52 PM   #5
Hockster
200 Posts
 
Hockster's Avatar
 
Join Date: Mar 2010
Location: Edmonton, AB
Posts: 384 (0.33/day)
Thanks: 7
Thanked 101 Times in 71 Posts

System Specs

Quote:
Originally Posted by Easy Rhino View Post
what operating system are you using and what version of teamspeak? you dont have to put the server you are running it on in the DMZ, you have to simply port forward.
^^This.

Putting the PC in the routers DMZ is leaving it wide open. Anyway, have you specifically allowed TS in the Windows firewall? Also, the clients will need to specify which port to use to connect to the server.
Hockster is offline  
Reply With Quote
Old May 18, 2010, 11:56 PM   #6
shuggans
75 Posts
 
Join Date: Dec 2007
Location: Central Nebraska
Posts: 170 (0.09/day)
Thanks: 85
Thanked 7 Times in 6 Posts

System Specs

.

Yup, I left it default, 9987. TS3, on windows server 2008. Ill lock it down after I establis hconnectivity, but first I wanted everything wide open just so i can lock down one thing at a time. Even with the machine in the DMZ after port forwarding didnt work, and windows firewall off, i still cannot connect. All i should need is my networks public IP, and port 9987, correct?
shuggans is offline  
Reply With Quote
Old May 19, 2010, 12:03 AM   #7
Easy Rhino
Linux Advocate
 
Easy Rhino's Avatar
 
Join Date: Nov 2006
Posts: 10,226 (4.29/day)
Thanks: 1,208
Thanked 2,775 Times in 1,793 Posts

System Specs

Quote:
Originally Posted by shuggans View Post
Yup, I left it default, 9987. TS3, on windows server 2008. Ill lock it down after I establis hconnectivity, but first I wanted everything wide open just so i can lock down one thing at a time. Even with the machine in the DMZ after port forwarding didnt work, and windows firewall off, i still cannot connect. All i should need is my networks public IP, and port 9987, correct?
in linux it took me no time at all to get it working so long as i had the 3 main ports forwarded to the host.

i would suggest not putting your machine in DMZ. it actually makes it harder to diagnose issues that way. i also know that windows server 2008 has its own powerful firewall that you must allow traffic through. my guess is windows server 2008 is rejecting all outside connections.
Easy Rhino is offline  
Reply With Quote
Old May 19, 2010, 12:11 AM   #8
Hockster
200 Posts
 
Hockster's Avatar
 
Join Date: Mar 2010
Location: Edmonton, AB
Posts: 384 (0.33/day)
Thanks: 7
Thanked 101 Times in 71 Posts

System Specs

Obvious question time. You are using a TS3 client to try and connect with? Can you connect to the server using the IP address?
Hockster is offline  
Reply With Quote
The Following User Says Thank You to Hockster For This Useful Post:
Old May 19, 2010, 12:44 AM   #9
shuggans
75 Posts
 
Join Date: Dec 2007
Location: Central Nebraska
Posts: 170 (0.09/day)
Thanks: 85
Thanked 7 Times in 6 Posts

System Specs

.

windows firewall is off, and I took the machine out of the DMZ. My internal ip is 192.168.4.14, set static on the machine. I can connect to the TS server from a different machine in the network. The problem comes when I try to connect with my laptop through internet tethered from my phone(my solution to having a friend testing w me). I use the IP from whatsmyip.net, port 9987 and still it doesn't work. I called my ISP, and they don't block any ports. We have a Belkin router, which all 3 ports required for TS (9987 UDP, 10011 TCP, 30033 TCP) are being forwarded to 192.168.4.14. I dont understand why it won't work.
shuggans is offline  
Reply With Quote
Old May 19, 2010, 12:50 AM   #10
shuggans
75 Posts
 
Join Date: Dec 2007
Location: Central Nebraska
Posts: 170 (0.09/day)
Thanks: 85
Thanked 7 Times in 6 Posts

System Specs

and yes, TS3 server ,TS3 client.
shuggans is offline  
Reply With Quote
Old May 19, 2010, 12:58 AM   #11
Easy Rhino
Linux Advocate
 
Easy Rhino's Avatar
 
Join Date: Nov 2006
Posts: 10,226 (4.29/day)
Thanks: 1,208
Thanked 2,775 Times in 1,793 Posts

System Specs

any sort of NAT settings? also with windows server 2008 are there any administrative roles you need to establish?
Easy Rhino is offline  
Reply With Quote
Old May 19, 2010, 01:37 AM   #12
shuggans
75 Posts
 
Join Date: Dec 2007
Location: Central Nebraska
Posts: 170 (0.09/day)
Thanks: 85
Thanked 7 Times in 6 Posts

System Specs

Where would I look for NAT settings?
shuggans is offline  
Reply With Quote
Old May 19, 2010, 01:40 AM   #13
Easy Rhino
Linux Advocate
 
Easy Rhino's Avatar
 
Join Date: Nov 2006
Posts: 10,226 (4.29/day)
Thanks: 1,208
Thanked 2,775 Times in 1,793 Posts

System Specs

depends on your router. check the manual.
Easy Rhino is offline  
Reply With Quote
Old May 19, 2010, 01:49 AM   #14
Hockster
200 Posts
 
Hockster's Avatar
 
Join Date: Mar 2010
Location: Edmonton, AB
Posts: 384 (0.33/day)
Thanks: 7
Thanked 101 Times in 71 Posts

System Specs

If it connects internally fine, but not externally then it's definitely something in the router. Or the adress you're getting from whatismyip.com is incorrect. It's possible your ISP uses a proxy and that's the address that's being reported back to you. Maybe one of the staff here can look up the IP you're logging in from and see if it matches. Check a couple other IP report sites, speedtest.net and pingtest.net as backups.
Hockster is offline  
Reply With Quote
Old May 19, 2010, 02:26 AM   #15
shuggans
75 Posts
 
Join Date: Dec 2007
Location: Central Nebraska
Posts: 170 (0.09/day)
Thanks: 85
Thanked 7 Times in 6 Posts

System Specs

I have a belkin f5d8236-4 v2. I can
shuggans is offline  
Reply With Quote
Old May 19, 2010, 02:33 AM   #16
shuggans
75 Posts
 
Join Date: Dec 2007
Location: Central Nebraska
Posts: 170 (0.09/day)
Thanks: 85
Thanked 7 Times in 6 Posts

System Specs

All 3 ports TS3 uses are forwarded to the internal ip 192.168.4.14(the ip i set on the machine). Also, all ports are allwoed through the windows firewall, and incoming traffic is NOT disabled. pingtest AND whatismyip show 24.223.122.3 as my IP. anyone able to connect w the default 9987 port?
shuggans is offline  
Reply With Quote
Old May 19, 2010, 03:17 AM   #17
Easy Rhino
Linux Advocate
 
Easy Rhino's Avatar
 
Join Date: Nov 2006
Posts: 10,226 (4.29/day)
Thanks: 1,208
Thanked 2,775 Times in 1,793 Posts

System Specs

according to my port sniffer, nmap, you only have rtsp and realserver open.
Easy Rhino is offline  
Reply With Quote
Old May 19, 2010, 04:59 AM   #18
shuggans
75 Posts
 
Join Date: Dec 2007
Location: Central Nebraska
Posts: 170 (0.09/day)
Thanks: 85
Thanked 7 Times in 6 Posts

System Specs

I had that machine down for a while.
shuggans is offline  
Reply With Quote
Old May 19, 2010, 05:14 AM   #19
AthlonX2
Better Than You
 
AthlonX2's Avatar
 
Join Date: Sep 2006
Location: Toledo,Ohio
Posts: 5,449 (2.24/day)
Thanks: 730
Thanked 1,572 Times in 994 Posts

System Specs

try changing the port number to 4251
AthlonX2 is offline  
Reply With Quote
Old May 19, 2010, 05:43 AM   #20
Easy Rhino
Linux Advocate
 
Easy Rhino's Avatar
 
Join Date: Nov 2006
Posts: 10,226 (4.29/day)
Thanks: 1,208
Thanked 2,775 Times in 1,793 Posts

System Specs

it still says your ports are not open.
Easy Rhino is offline  
Reply With Quote
Old May 19, 2010, 06:06 AM   #21
Mussels
Doctor Moderator
 
Mussels's Avatar
 
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,561 (10.96/day)
Thanks: 3,700
Thanked 8,697 Times in 6,394 Posts

System Specs

i tried connecting, cant.

your issue is definitely related to port forwarding IMO.

You only have one router? one DHCP server?

oh and you definitely need someone external to test, most routers dont allow LAN connections to access your WAN IP

Last edited by Mussels; May 19, 2010 at 06:22 AM.
Mussels is offline  
Reply With Quote
Old May 19, 2010, 06:20 AM   #22
travva
200 Posts
 
travva's Avatar
 
Join Date: Aug 2008
Location: Hampton, VA USA
Posts: 287 (0.17/day)
Thanks: 101
Thanked 59 Times in 49 Posts
Send a message via AIM to travva Send a message via MSN to travva

System Specs

try it on a different port, perhaps you have something else in your lan using ts3 default port? if you can connect from within your lan and not via your wan ip then there's definitely something router related going on. i agree w/ the others about the dmz, but for now i'd suggest either taking the dmz out of the equation OR turning the port forwards off, just for troubleshooting purposes only, having both set can definitely muck things up.
__________________
fedor by armbar.

My Heatware
travva is offline  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Official TPU Teamspeak/Ventrillo Server Easy Rhino Comments & Feedback 17 Apr 25, 2010 04:36 PM
Game server setup jmcslob System Builder's Advice 6 Jul 19, 2009 03:32 PM
how to setup FTP Server? ov2rey Networking & Security 2 Mar 13, 2009 07:36 AM
Basic Server setup mlee49 System Builder's Advice 3 Feb 10, 2009 01:25 AM
need help setting up a teamspeak server nick_1992 Games 3 Jul 5, 2007 02:44 AM


All times are GMT. The time now is 09:12 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts