Page 1 of 1

Can you host with a router?

PostPosted: Sun Apr 11, 2004 4:37 pm
by IwantTOplay
if you have a router, can you host (tcp listen).

if you do, what do you have to set?

thanks for whoever can help :D

PostPosted: Sun Apr 11, 2004 8:08 pm
by Ark
Yes, you can use GIT, but we can not help you since each router is different.
If your router does NAT, you need to figure out how to add a port mapping for the GIT port (213).
If your router has a firewall, you need to make sure that port is not blocked.

PostPosted: Tue Apr 13, 2004 9:01 am
by IwantTOplay
but since i can use tcp connect correctly without forwarding ports, do i have to forward them if i want to host with tcp listen?

PostPosted: Tue Apr 13, 2004 9:46 am
by Ark
The way most NAT works is that you can make an outgoing connection, so you can be a GITclient and connect to a GITserver who is using tcp listen on port 213 and you do not need to make any changes. If you want to be the GITserver and listen on port 213 and you are behind NAT, you need to forward port 213 to the correct internet address that GIT is actually listening on.