Author |
Message |
Guest
Offline
|
Posted: Sat Mar 29, 2008 4:45 pm Post subject: Ports HELP ME PLZ!!! |
 |
|
|
|
I am trying to run a zone on my own computer on windows.
How do i find out which ports to expose?
Whats this fowarding ports i have been hearing about?
Help would be brilliant
Thanks |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: Sat Mar 29, 2008 5:15 pm Post subject: |
 |
|
|
|
the exact port should be in server.ini. You actually need to expose two ports, one for pinging and for users to connect to (and maybe another one for the directory server?). Look for Misc:Port. Unlock that port and that port + 1 for pining. Both ports are UDP, not TCP. For the billing unblock Directory::Port UDP again.
You only need to use port forwarding if you connect to the internet through a router which uses network address translation (NAT). If you're not sure, check if the ip address reported by ipconfig matches the one from whatismyip.com . If they don't match you're behind a NAT layer and need to do port forwarding. _________________ SubSpace Discretion: A Third Generation SubSpace Client |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Sat Mar 29, 2008 5:29 pm Post subject: |
 |
|
|
|
does the port have to be a certain number or my choice? |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: Sat Mar 29, 2008 6:15 pm Post subject: |
 |
|
|
|
it can't be one that's in use already. Anything over 1024 is pretty safe, although if you do have a conflict it should tell you when you run the server. The maximum is 65535. |
|
Back to top |
|
 |
|