View Single Post
  #5 (permalink)  
Old 2008-05-13
eschreque eschreque is offline
Junior Member
 
Join Date: 2007-06-21
Posts: 4
Rep Power: 0
eschreque has an average reputation (10+)
Default Re: After upgrade to R65, Adobe Connect (Flash Media Server) doesn't work

Quote:
Originally Posted by melipla View Post
From the firewall command line try using fw monitor to identify where the traffic is failing:

fw monitor -e "accept ((src=<client IP>) or (dst=<client IP>));"

You should see the initial request and the adobe server response. If you don't see a response then you may need to use Wireshark on the adobe server and see if the external client request makes it from the firewall to the server.

HTH
I found a solution.

Flash Media Server needs a connection with port 1935-TCP (FlashComServer in Checkpoint terminology).
Editing this ports->Advanced, the protocol type was "H.323_Any"
I replaced it with "none" and it works.

But before that in SmarView Tracker, all connections were accepted, nothing was rejected.
Reply With Quote