I open the following ports:
+—————————————————————————–+
| Services|
+—+—————+—–+————————-+————————-+
| c | ip | port| protocol stack name | application name |
+—+—————+—–+————————-+————————-+
|tcp| 127.0.0.1| 1112| inboundJsonCli| evostreamms|
+—+—————+—–+————————-+————————-+
|tcp| 127.0.0.1| 7777| inboundHttpJsonCli| evostreamms|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 1935| inboundRtmp| evostreamms|
+—+—————+—–+————————-+————————-+
|tcp| 127.0.0.1| 1936| inboundRtmp| evostreamms|
+—+—————+—–+————————-+————————-+
|tcp| 127.0.0.1| 1113| inboundBinVariant| evostreamms|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 5544| inboundRtsp| evostreamms|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 6666| inboundLiveFlv| evostreamms|
+—+—————+—–+————————-+————————-+
|tcp| 0.0.0.0| 8080| inboundHttp| evostreamms|
+—+—————+—–+————————-+————————-+
iptables -A INPUT -p tcp –dport 1112 -j ACCEPT
iptables -A INPUT -p tcp –dport 7777 -j ACCEPT
iptables -A INPUT -p tcp –dport 1935 -j ACCEPT
iptables -A INPUT -p tcp –dport 1936 -j ACCEPT
iptables -A INPUT -p tcp –dport 1113 -j ACCEPT
iptables -A INPUT -p tcp –dport 5544 -j ACCEPT
iptables -A INPUT -p tcp –dport 6666 -j ACCEPT
iptables -A INPUT -p tcp –dport 8080 -j ACCEPT
Now I have to open UDP ports. UDP ports which are to function ts.
I can send my a multicast server to another customer?
admin
This information box about the author only appears if the author has biographical information. Otherwise there is not author box shown. Follow YOOtheme on Twitter or read the blog.