View Single Post
  #3 (permalink)  
Old 11-20-2003, 02:01 PM
krokodine krokodine is offline
Junior Member
 
Join Date: Nov 2003
Posts: 5
Default Re:chat server on redhat



Thanks Daniel for your very prompt response. I had wrong permissions on lang and skin folders. chmod fixed the problem.

Now I am facing the following problem:

My server is running on a machine behind a router. This server's IP is 192.168.1.100 let's say. I setup my router (whose public IP is x.y.z.w) to forward port 51127 to 192.168.1.100

I started my flash chat server with host=192.168.1.100 in fcserver.xml.
I have the client residing at a website hosted by a provider with client.xml containing host=x.y.z.w and port=51127

Would this setup work? or am i missing something?

It is not working for me yet but i am suspecting that my own provider is blocking port 51127.

Thanks a lot.