Skip to main content
Inspiring
October 16, 2006
Question

Server Settings.

  • October 16, 2006
  • 3 replies
  • 291 views
Help. we cannot get FMS 2 to work. we have set the server up on an IIS box,
with its own IP address. similar to
http://www.flashcomguru.com/tutorials/fcs_iis.cfm we have changed the
<HostPort>123.123.123.2:1935,80,443</HostPort> and well. we still cannot
get this to work



Are there any more settings we should change within any of the associated
files to ensure FMS 2 works.



At the moment I'm lost. and extremely disapointed with the documentation



Steve




    This topic has been closed for replies.

    3 replies

    Inspiring
    October 24, 2006
    Help ???


    "SteveC" <nospam@nospam.co> wrote in message
    news:eheq12$c6h$1@forums.macromedia.com...
    > Nope... I don't see any 1935 ... how do I set this up with a dedicated IP
    > address ????
    >
    > Steve
    >
    >
    >
    > "FMS_Developer" <webforumsuser@macromedia.com> wrote in message
    > news:egvpm2$kco$1@forums.macromedia.com...
    >> You can check if your FMS is running well on your server by going to a
    >> dosbox /
    >> commandline (start -> run -> cmd.exe) and see if the server is listening
    >> on the
    >> correct ports:
    >>
    >> netstat -n
    >>
    >> If you see some lines with :1935 then it's ok. Make sure you don't listen
    >> on
    >> port 80 if your IIS is configured to listen to * (all interfaces/ip's) or
    >> else
    >> the port is in use.
    >>
    >> If you see 0.0.0.0:80 then your IIS might be configured to listen on ALL
    >> ip's.
    >>
    >> Another possible reason ; if your IIS is protected by a firewall (either
    >> on
    >> the server or some external machine, like a Cisco Piix) you might want to
    >> make
    >> sure that customers can reach the new ip-address AND that they can reach
    >> port
    >> 1935.
    >>
    >
    >


    Inspiring
    October 22, 2006
    Nope... I don't see any 1935 ... how do I set this up with a dedicated IP
    address ????

    Steve



    "FMS_Developer" <webforumsuser@macromedia.com> wrote in message
    news:egvpm2$kco$1@forums.macromedia.com...
    > You can check if your FMS is running well on your server by going to a
    > dosbox /
    > commandline (start -> run -> cmd.exe) and see if the server is listening
    > on the
    > correct ports:
    >
    > netstat -n
    >
    > If you see some lines with :1935 then it's ok. Make sure you don't listen
    > on
    > port 80 if your IIS is configured to listen to * (all interfaces/ip's) or
    > else
    > the port is in use.
    >
    > If you see 0.0.0.0:80 then your IIS might be configured to listen on ALL
    > ip's.
    >
    > Another possible reason ; if your IIS is protected by a firewall (either
    > on
    > the server or some external machine, like a Cisco Piix) you might want to
    > make
    > sure that customers can reach the new ip-address AND that they can reach
    > port
    > 1935.
    >


    October 16, 2006
    You can check if your FMS is running well on your server by going to a dosbox / commandline (start -> run -> cmd.exe) and see if the server is listening on the correct ports:

    netstat -n

    If you see some lines with :1935 then it's ok. Make sure you don't listen on port 80 if your IIS is configured to listen to * (all interfaces/ip's) or else the port is in use.

    If you see 0.0.0.0:80 then your IIS might be configured to listen on ALL ip's.

    Another possible reason ; if your IIS is protected by a firewall (either on the server or some external machine, like a Cisco Piix) you might want to make sure that customers can reach the new ip-address AND that they can reach port 1935.