Groups | Blog | Home
all groups > macromedia flash flashcom > january 2006 >

macromedia flash flashcom : Can't Connect to Admin Console


mindmilldave
1/19/2006 10:26:58 PM
I just installed FMS on Fedora Core 3. I installed the libnspr4.so and
installed FMS with -platformWarnOnly. Everything seemed to go fine - but I
cannot connect to my admin console. I tried everything (that I know to do).

I entered my IP address, my IP Address + :1111, my hostname, - everything!
However, I still can't connect to the admin console via the FMS2_Console.

Please Help.
mindmilldave
1/21/2006 1:43:00 AM
Hey guys - I figured the problem out. First, there was a setting in the
conf/Users.xml file. I changed the Allow value in UserList to All and changed
the order to Allow, Deny. I know this is a security risk - so everyone else
should go back and change this to their hostname or IP values.

Second, I had to add some variables to IPTABLES. (I am running Fedora Core
3).

iptables -I RH-Firewall-1-INPUT 8 -p TCP -s 0/0 --destination-port 1111 -j
ACCEPT #fms
iptables -I RH-Firewall-1-INPUT 8 -p TCP -s 0/0 --destination-port 1935 -j
ACCEPT #fms

The value "RH-Firewall-1-INPUT" will change depending on your "Chain" Name.
Type the following to get your chain name.

iptables -L

It will give you the list of all of your chains. Look for the one (generally
the longest) that has values for ports 80, 8080, etc.. (may say http, email,
etc...). The chain name will be at the top of those listings : Chain $NAME.

I hope this helps someone else. Also, if you are not sure if IPTABLES is the
problem, shutdown IPTABLES temporarily and try to connect.

Stopping IPTABLES on Fedora:

service iptables stop

And to start:

service iptables start


AddThis Social Bookmark Button