Creating a CFServer on Linux

Requests for assistance and other HOWTOs.

Moderator: Board moderators

User avatar
hoxu
Senior member
Posts: 330
Joined: Tue Apr 29, 2003 6:10 am

Post by hoxu »

I suggest you either run the server in screen (1) or use the -detach parameter.

/* Debian GNU/Linux - rebooting is for adding hardware. */
Guest

Post by Guest »

When I go to find my server in my client, its not there though....
LinuxServer
Newbie
Posts: 4
Joined: Tue Jan 20, 2004 7:18 pm

Post by LinuxServer »

ok, we have got it all figured out, except for one thing; we are trying to make the server secure, and we are using a firewall to do so. The only thing is, the firewall is making it so that noone else can join. Do we use TCP/UDP, just UDP, or just TCP? we have tryed several combinations, but none seem to want to work. I beleive that this will be the last problem too. I hope so at least.
~Linux, nothing better than~
~In order to find his equal, an Irishman is forced to face God~
Avion
Senior member
Posts: 301
Joined: Tue Jun 03, 2003 1:16 am
Location: Canada
Contact:

Post by Avion »

The default port is TCP 13327 for client connection and optionaly - if you want to register with the (a?) metaserver that uses port 13326.
If your server is not on the metaserver and not local - you need to know the host name of your cf server and have to be able to resolve it from your client...
Leaf
Forum Aficionado
Posts: 1994
Joined: Tue Apr 29, 2003 5:55 pm
Location: Minnesota, USA
Contact:

Post by Leaf »

Avion wrote: If your server is not on the metaserver and not local - you need to know the host name of your cf server and have to be able to resolve it from your client...
Or, you can specify the server in when launching the client via the command line, like so:

gcfclient -server <server_name or IP> -<options>

Example: gcfclient -server metalforge.real-time.com -cache
Avion
Senior member
Posts: 301
Joined: Tue Jun 03, 2003 1:16 am
Location: Canada
Contact:

Post by Avion »

leaf wrote:
Or, you can specify the server in when launching the client via the command line, like so:

gcfclient -server <server_name or IP> -<options>

Example: gcfclient -server metalforge.real-time.com -cache
True, but what I meant is that you need to either know the IP of the server or be able to resolve the name (a host name record or DNS entry...).
LinuxServer
Newbie
Posts: 4
Joined: Tue Jan 20, 2004 7:18 pm

Post by LinuxServer »

Done, and it works now.. thank you all very much.
~Linux, nothing better than~
~In order to find his equal, an Irishman is forced to face God~
Post Reply