In article <(E-Mail Removed)>, "Stuart Turrell"
(E-Mail Removed) says...
> It also wants to know a public port and private port.
> ANything in particular i should stick in there?
Public port is the port on your router that people will want to connect
on, private port is the port on your LAN that's actually providing the
service - probably the same port or range, but on the PC rather than the
router. Although you could run a HTTP server on port 8080 on one of
your machines, but map it to port 80 on the router, for instance.
>
> Port type too, its giving me a choice, tcp or udp.
>
Probably TCP, it will depend on the application that you're serving -
the documentation should tell you this as well as the port range.
BitTorrent typically uses 6881-6889 TCP.