Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: remote server connection

  1. #11
    Join Date
    Dec 2007
    Posts
    25,642

    Default

    In that case you need to map requests made to the external IP on port 1935 to the internal IP of the Wowza server, i.e., port forwarding. You might need help from your network admin.

    Richard

  2. #12
    Join Date
    Apr 2011
    Posts
    7

    Default

    The matter is that there is no network. There is one server with one ip. Should I map request from external ip to 127.0.0.1?

  3. #13
    Join Date
    Apr 2011
    Posts
    7

    Default

    When wowza is not running:

    # nmap -vvv -p 8086,1935 ip_address
    PORT STATE SERVICE
    1935/tcp open rtmp
    8086/tcp open unknown

    As you can see, ports open.

    And when wowza started:
    # nmap -vvv -p 8086,1935 ip_address
    PORT STATE SERVICE
    1935/tcp filtered rtmp
    8086/tcp filtered unknown

    State is filtered. If it's not firewall, then it's wowza blocking connections?

  4. #14
    Join Date
    Dec 2007
    Posts
    25,642

    Default

    Are you using iptables?

    Code:
    iptables -I INPUT -p tcp --destination-port 1935 -j ACCEPT
    Richard

  5. #15
    Join Date
    Apr 2011
    Posts
    7

    Default

    In previous post wrote that ports open. Iptables is off.

  6. #16

    Default

    I think you should spend some time reading about nmap, the filtered response just means it did not receive SYN-ACK or RST TCP response, not that it is blocked.

    When you start up Wowza does it bind correctly and start up ? if the answer is yes, point your browser to the IP:1935 and you should see a response in there.

    Shamrock

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •