Dear guys,
I build a Shiny APP and host it on my Linux server which is accessible using IP like this: 211.69.128.XXX. My APP is supposed to be accessible at:
211.69.128.XXX:3838:/myapp/. However, I found that my APP is only accessible from my University where my Linux server sits in. I searched a lot and guess maybe it is due to the firewall
configuration. But after I stop the "iptables" service, the problem still exists. I want to make my shiny app accessible from anywhere of the internet. What should I do? The following output maybe helpful. Any suggestion is greatly appreciated.
netstat -tulpn | grep 3838
netstat -tulpn | grep :80
tcp 0 0 :::80 :::* LISTEN 15346/httpd
tcp 0 0 :::8081 :::* LISTEN 15346/httpd
tcp 0 0 :::8082 :::* LISTEN 15346/httpd
tcp 0 0 :::8083 :::* LISTEN 15346/httpd
tcp 0 0 :::8084 :::* LISTEN 15346/httpd
tcp 0 0 :::8085 :::* LISTEN 15346/httpd
tcp 0 0 :::8086 :::* LISTEN 15346/httpd
tcp 0 0 :::8087 :::* LISTEN 15346/httpd
tcp 0 0 :::8088 :::* LISTEN 15346/httpd