Configure FMS behind a proxy

Hello,
I've a problem to configure FMS Streaming 4.5 on an Ubuntu 10.04 Server.
I've got a website and a FMS on the same server who is behind a proxy (not on the same server)
Server IP : 192.168.0.2
Proxy IP : 192.168.0.254
FMS is configure to listen to port 1935 in fms.ini
# This section contains configurable parameters in Adaptor.xml #
# IP address and port(s) Flash Media Server should listen on
# For example:
#    ADAPTOR.HOSTPORT = :1935,80
ADAPTOR.HOSTPORT = :1935
Apache  listens on port 80
Apache wasn't installed with FMS, it's pre-installed
This is my Virtual conf
NameVirtualHost 192.168.0.2:80
<VirtualHost 192.168.0.2:80>
ServerName mydomain.com
DocumentRoot /var/www/html/
</VirtualHost>
Ports 80 1111 and 1935 are opened on my server
# RTMP Streaming
iptables -t filter -A INPUT -p tcp --dport 1935 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 1935 -j ACCEPT
iptables -t filter -A INPUT -p tcp --dport 1111 -j ACCEPT
iptables -t filter -A OUTPUT -p tcp --dport 1935 -j ACCEPT
iptables -t filter -A OUTPUT -p udp --dport 1935 -j ACCEPT
iptables -t filter -A OUTPUT -p tcp --dport 1111 -j ACCEPT
On the proxy server (use Apache), ports 80, 11, 1935 are opened in the firewall (output, input and forward) and the proxy makes a NAT translation to my website.
But I can't see the videos on my website
If i test on a machine behind the proxy, the streaming is OK, i see my videos.
I don't know how to solve this problem. I've got only one IP on my server.
What is the best solution,
Thanks for your help

Here is the flash tutorial:http://kb2.adobe.com/cps/408/kb408205.html
Without a proxy, it connect locally using the 1935 port.
I'm also able to connect from the external network to my local network using the same port.  The firewall is configured to accept incoming rtmp connection
But as soon i use a proxy, the connection fail.

Similar Messages

  • Running forms behind a proxy

    need help on how to run forms behind a proxy.
    i got this error when i try to run forms behind a proxy:
    FRM-92060:Failed to connect to the Server.
    Bad Machine specification:starlite.ph:9000
    Thanks.

    First I am not quite sure about this, but I think it may be because of the proxy does not support Oracle net8 connections (suppose you user version 8 or above).
    Can your sqlplus connect to the database through the proxy correctly?
    I know some proxy need some configuration in order to let Oracle work correctly.
    null

  • Lync Client Behind A Proxy

    Can anyone confirm if the Lync client can be configured to route traffic via a proxy, or to use the proxy settings defined in IE?
    I have the following scenario...
    The environment is heavily locked down, and PC's only have access to the Internet via a defined IE proxy.  Internal IM, presence and communication all work fine.  We have configured federation with some remote organizations.  IM and presence
    works fine to these orgs, but when any A/V or application sharing is attempted, the media fails.  I can see from traces this is when the client tries (and fails) to access the A/V edge of the remote federated parties edge server.
    I've looked at the Lync settings, reg settings, group policy ADM and documentation, and cant find anything to a) confirm if this behavior is correct or b) any way to work around it.
    There must be other Lync implementations in hardened environments like this.  Opening up outbound ports is out of the question, so what other options do i have?
    Dave

    Jay, you missed the key word in my last post "internally".  Functionally, everything about the edge server is working fine.  Clients can login internally and externally.  Media flows from internal to external clients is fine.  All SIP/AV/WEBCON
    DNS entries are fine in public DNS along with supporting SRV records.  These interfaces are Nat'd and the AV address is correctly assigned.
    My problem only occurs when an AV session is attempted with a federated partner...
    When any AV or sharing is attempted, from the internal network, to the federated partner, i can see the Lync client attempting to make connections out to the remote federated partners AV edge (something which it will never be able to do as it's behind a
    proxy with no direct Internet access).  This is what I'm trying to address.
    Should the SIP/AV/WEBCON address exist INTERNALLY
    on the corporate DNS servers for internal clients to resolve?  Is this what i have missed?
    Is there anyway to instruct the Lync client to route traffic bound for the Internet via a proxy?
    Surely there must be someone else with this scenario in a locked down environment?

  • Windows Messaging+ App behind a proxy

    What is the URL for the web service for the Windows Messaging+ app?  Im behind a proxy and it always fails to connect.  There is no option under settings for defining a proxy.

    Verizon Wireless Customer Support wrote:
    ... Since the error is only happening at work, it sounds like something on your work's network that is causing this error. ...
    Yes, Greg said
    Other applications such as Spotify, Dropbox,
    etc. work only when I configure them to use a specific proxy server.  The
    Message+ desktop application doesn't seem to allow the user to specify a
    proxy server anywhere in the settings.
    All he's asking is if the desktop app has an option to set for a proxy server or a way to workaround it....

  • Flash Upload from behind a proxy

    Hi,
    I am working behind a proxy and some of the flash uploaders
    out there require me to authenticate myself on the local proxy
    before allowing me to upload files. I have such an uploader which
    currently is outside my network. However after it tryes to execute
    file.upload(request); it dies silently without a trace of what is
    going on. I presume that it fails because it hasn't requested the
    proxy auth. How can I show the proxy auth login pop-up. Here's a
    sample of my code
    Thank you for your help,
    Cosmin

    Allow the box to bypass the proxy server, at least temporarily and for purposes of testing this.
    This bypass test will allow you to determine if this is the proxy connection, or something within the box or the SUS configuration.
    Or permanently, following the "if it hurts, don't do it" model.

  • Sudo pacman behind a proxy...

    I've installed arch on a pc which is behind a proxy. No problem after using
    export http_proxy=...
    the point is that if I enter the system as root (or su) I can use pacman but, if I give a sudo pacman (as a user) I can not access the network.
    Sudo works fine, the problem is that I can not manage the proxy as a simple user...as a SU everuthing is fine
    I've also repated the export http(ftp)_proxy command as a user but without success

    plutus wrote:
    I've installed arch on a pc which is behind a proxy. No problem after using
    export http_proxy=...
    the point is that if I enter the system as root (or su) I can use pacman but, if I give a sudo pacman (as a user) I can not access the network.
    Sudo works fine, the problem is that I can not manage the proxy as a simple user...as a SU everuthing is fine
    I've also repated the export http(ftp)_proxy command as a user but without success
    Yay, Thank you, you gave me the right clue..
    I had configured a non existent proxy that  I used some time ago in my bashrc...
    Its always about the trivial things ^^"
    Last edited by vidar (2010-08-24 19:10:23)

  • Running application behind the proxy

    Hi,
    I have developed one test SAPUI5 application and using Northwind OData service.
    Application is working fine but when I try to run in my office network which is behind the proxy, application is giving "407,Proxy Authentication Required". Following is the web console log.
    Yes this is the obvious behavior as I have to give my user name and password for accessing internet from my office network.
    My question is how should I specify proxy user name and password in SAPUI5 application while accessing OData so that I can run it behind the proxy also.
    /Products [HTTP/1.1 407 Proxy Authentication Required 88ms]
    "2014-04-30 14:47:11 The following problem occurred: HTTP request failed407,Proxy Authentication Required,<HTML><HEAD>
    <TITLE>Access Denied</TITLE>
    </HEAD>
    <BODY>
    <FONT face="Helvetica">
    <big><strong></strong></big><BR>
    </FONT>
    <blockquote>
    <TABLE border=0 cellPadding=1 width="80%">
    <TR><TD>
    <FONT face="Helvetica">
    <big>Access Denied (authentication_failed)</big>
    <BR>
    <BR>
    </FONT>
    </TD></TR>
    <TR><TD>
    <FONT face="Helvetica">
    Your credentials could not be authenticated: "Credentials are missing.". You will not be permitted access until your credentials can be verified.
    </FONT>
    </TD></TR>
    <TR><TD>
    <FONT face="Helvetica">
    This is typically caused by an incorrect username and/or password, but could also be caused by network problems.
    </FONT>
    </TD></TR>
    <TR><TD>
    <FONT face="Helvetica" SIZE=2>
    <BR>
    For assistance, contact your network support team.
    </FONT>
    </TD></TR>
    </TABLE>
    </blockquote>
    </FONT>
    </BODY></HTML>
    Regards,
    Vikram

    Have you configured the proxy settings in Eclipse? I believe the SimpleProxyServlet uses the Eclipse Authenticator, and you can configure the proxy username and password in Eclipse.
    SAPUI5 SDK - Demo Kit
    Internet Servers
    TheSimpleProxyServletcan be configured for proxy requests to internet servers in the same way as for intranet servers. Additional proxy settings may be necessary.
    As theSimpleProxyServletautomatically uses the proxy settings from your Eclipse this can be configured in Eclipse under Window Preferences , and select General Network Connections . Here you can specify the proxy entries and the proxy bypass.
    For example, set Active Provider to Manual, Schema=HTTP, Host=proxy, Port=8080 under proxy entries and localhost, *.sap.corp as Host under proxy bypass.
    Regards,
    Jason

  • Mountain Lion Messages behind a proxy

    How can I configure messages to work behind my proxy. Usually there is a proxy to put the proxy information in via the application but I am unable to find this field in messages on mountain lion.

    There have been quite a few requests on here concerning the very same problem but with the Messages beta -- I was hoping that the "official" release of Messages would somehow solve the problem but I guess it didn't…!?
    Let's hope that either Apple fixes this known problem with an update or that someone comes up with a decent workaround…!

  • Problems downloading with the Adobe Download Assistant behind a proxy

    I'm attemtping to use Adobe Download Assistant from behind a proxy (specifically, one created by an IronPort data appliance).  Is there a way to set proxy information within Adobe Download Manager?  It doesn't seem to be pulling my system's settings, so attempting to download a product results in 101 errors no matter the destination.

    Branched this out to a separate discussion.
    The Adobe Download Assistant will use the proxy configuration for your computer.  If it is being blocked then please ensure that your proxy is configured to allow the Adobe Download Assistant to connect to the Internet.

  • Accessing an APEX aplication behind a proxy

    Is there a document explaining a virtual host setup to access an APEX (3.0.1) application behind a proxy server? What parameters should be passed to ProxyPass and ProxyPassReverse? I'm getting this error message:
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    I'm running Apache on Linux Fedora 7.
    Thanks,
    Art

    Hi Art,
    Just to clarify, when you say 'proxy' you mean
    another Apache server right? (As opposed to a
    hardware proxy).I've got another Apache server on a different machine.
    I did but they relate to the older applicationversion
    The version of APEX has no bearing on this, those are
    settings for the Apache configuration which is
    'transparent' to APEX.
    RewriteRule ^/$ /pls/htmldb/f?p=150:1 [R=301]The '150' refers to the Application Id, the '1'
    refers to the page number you want to default to (you
    could omit this if you handle it in your
    application). The 'R=301' is a directive to tell
    Apache that this is a permanent redirect (i.e. it
    issues an HTTP-301 response to the browser).John, I can access APEX' root directory (the one with oracle's license) internally from my other machines on the network (http://XXX.XXX.X.X:8080/) and I'm trying to access it from outside before I create any application. Below are my settings. With or without a rewrite part, I'm getting this error: Service Temporarily Unavailable.
    For a rewrite part, I've tried:
    RewriteRule ^/$ /pls/htmldb[R=301]
    RewriteRule ^/$ /pls/apex [R=301]
    RewriteRule ^/$ /pls [R=301]
    RewriteRule ^/$ /apex [R=301]
    RewriteRule ^/$ / [R=301]
    <VirtualHost XXX.XXX.X.X:80>
    ServerName www.abc.com
    ProxyPreserveHost On
    RewriteEngine On
    RewriteRule ^/$ /pls/htmldb/ [R=301]
    ProxyPass / http://XXX.XXX.X.X:8080/
    ProxyPassReverse / http://XXX.XXX.X.X:8080/
    </VirtualHost>
    What am I missing?
    Thanks,
    Art
    Message was edited by:
    user588748

  • Can Air application connect behind a proxy server

    Can Air application connect behind a proxy server using HTTP
    or SOCKS.
    thanks

    I tried it but its not working. I am using XMLSocket
    var socket:XMLSocket = new XMLSocket();
    socket.connect( server, 5000 );
    It returns "no response from server", It works fine if i
    directly connected to internet.
    My browser is able to connect to internet means all
    configurations are fine.

  • A new version of Firefox, which downloaded automatically, says Firefox is configured to use a proxy server that's refusing connections, even though I had access before the download.

    I was using Firefox earlier in the day with no problem. About half an hour ago I tried to get on the Internet using Firefox (as always). When I did, I was greeted with a little dialog box showing that something was downloading. That's happened before.
    This time, though, I was greeted by an error page that said Firefox was configured to use a proxy server that's refusing connections.
    I'm not on a network. I have a desktop computer that connedts to a wireless modem that I share only with my wife. I didn't change my settings on either. Neither did my wife.
    My "Connection Settings" box still says "use system proxy settings." There are no entries in the manual settings boxes.
    I want to emphasize that I changed *nothing.*
    I need to know, please, how I can set my computer to get back onto the Internet or, failing that, how I can go back to the previous version of Firefox.
    Thank you very much.
    Bob Murdich

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    * [[Firefox cannot load websites but other programs can]]

  • Web service client behind a proxy server connecting to web service over SSL

    Hi Friends,
    A web service is exposed by an external system over SSL. We are behind a proxy server and are trying to get connected to web service over SSL. <p>
    We are getting the following error on the test browser of workshop<p><p>
    External Service Failure: FATAL Alert:HANDSHAKE_FAILURE - The handshake handler was unable to negotiate an acceptable set of security parameters.<p><p>
    the whole trace is <p>
    <p>JDIProxy attached
    <Sep 24, 2005 9:27:25 AM EDT> <Warning> <WLW> <000000> <Id=creditCheckCtrl:salesExpertServiceControl; Method=creditcheckcontr
    ol.SalesExpertServiceControl.doCreditVerification(); Failure=com.bea.control.ServiceControlException: SERVICE FAULT:
    Code:javax.net.ssl.SSLHandshakeException
    String:FATAL Alert:HANDSHAKE_FAILURE - The handshake handler was unable to negotiate an acceptable set of security parameters
    Detail:
    END SERVICE FAULT>
    <Sep 24, 2005 9:27:26 AM EDT> <Warning> <WLW> <000000> <Id=creditCheckCtrl; Method=creditcheckcontrol.CreditCheck.testCreditC
    heck(); Failure=com.bea.control.ServiceControlException: SERVICE FAULT:
    Code:javax.net.ssl.SSLHandshakeException
    String:FATAL Alert:HANDSHAKE_FAILURE - The handshake handler was unable to negotiate an acceptable set of security parameters
    Detail:
    END SERVICE FAULT [ServiceException]>
    <Sep 24, 2005 9:27:26 AM EDT> <Warning> <WLW> <000000> <Id=top-level; Method=processes.CreditCheck_wf.$__clientRequest(); Fai
    lure=com.bea.wli.bpm.runtime.UnhandledProcessException: Unhandled process exception [ServiceException]>
    <Sep 24, 2005 9:27:26 AM EDT> <Error> <WLW> <000000> <Failure=com.bea.wli.bpm.runtime.UnhandledProcessException: Unhandled pr
    ocess exception [ServiceException]><p>
    I am not able to make out what could be possibly wrong. Please let me know if you guys have any ideas about how to resolve it.
    Thanks
    Sridhar

    did you resolve this problem. I am looking at the same issue. If you did I would really appreciate your response.
    Thanks.

  • I am running Firefox 3.5.4. When I try to upgrade to a newer version I get "Firefox is configured to use a proxy server that is refusing connections." Then, I have to re-install 3.5.4 to get to the internet. I have Windows XP. How do I fix this?

    Any version of Firefox above 3.5.4 I try to install will not let me get to the internet. Each Firefox gets upgraded it keeps giving me the error message that "Firefox is configured to use a proxy server that is refusing connections." Then I need to re-install 3.5.4 to get to the internet. This is driving me nuts! How do I fix this?

    You're welcome

  • How to configure systems for ABAP Proxy use

    Can somebody please point me to the documentation regarding the configuration settings for the use of ABAP proxies, on both the XI and client sides? I have performed readiness checks as specified by SAP, the ABAP Proxy tests all pass, yet when I write a program with a proxy, the message does not appear in the integration engine monitor.
    I think I have missed something in configuration settings, but don't know for sure. hence the request.
    Kind Regards,
    Tony.

    Hi,
    Please follow the below configuration steps for ABAP proxy:
    ABAP Proxy configuration:
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Thnx
    Chirag

Maybe you are looking for