[ https://jira.fiware.org/browse/HELP-8694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=73250#comment-73250 ]
José Ignacio Carretero Guarde commented on HELP-8694:
-----------------------------------------------------
As I told you here, https://jira.fiware.org/browse/HELP-8688 and as your "lsof -nPi" output shows, you don't have any services
1. Listening on port 2480 --- So, if nothing is there it can be accessed publicly --- You can solve this with a program listening on public interface here.
2. Your Java process listening on port 9200, is listening locally (127.0.0.1 and ::1). So, only local processes can connect that socket. I'd suggest listening on 0.0.0.0 instead of 127.0.0.1
Regarding to "netstat -tan | grep listen", there's no need for it anymore. I should have writen "grep -i listen" instead of "grep listen".
If you have further problems, please, answer this email instead of creating a new one. It will help us to follow the history of the problem.
Regards,
José Ignacio
> Re: [Fiware-lab-help] support for port forwarding
> -------------------------------------------------
>
> Key: HELP-8694
> URL: https://jira.fiware.org/browse/HELP-8694
> Project: Help-Desk
> Issue Type: extRequest
> Components: FIWARE-LAB-HELP
> Reporter: FW External User
> Assignee: José Ignacio Carretero Guarde
>
> Hi, jose,
> thank you for your response….
> following the output as requested:
> root at proofystage:~# sudo lsof -nPi | grep -i listen
> sshd 850 root 3u IPv4 1837 0t0 TCP *:22 (LISTEN)
> sshd 850 root 4u IPv6 1839 0t0 TCP *:22 (LISTEN)
> mysqld 916 mysql 10u IPv4 11278 0t0 TCP 127.0.0.1:3306 (LISTEN)
> epmd 981 rabbitmq 3u IPv6 10660 0t0 TCP *:4369 (LISTEN)
> beam.smp 1073 rabbitmq 8u IPv4 10729 0t0 TCP *:57132 (LISTEN)
> beam.smp 1073 rabbitmq 16u IPv6 11286 0t0 TCP *:5672 (LISTEN)
> sendmail- 1431 root 4u IPv4 11336 0t0 TCP 127.0.0.1:25 (LISTEN)
> sendmail- 1431 root 5u IPv4 11337 0t0 TCP 127.0.0.1:587 (LISTEN)
> java 8725 proofystage 140u IPv6 4254197 0t0 TCP [::1]:9300 (LISTEN)
> java 8725 proofystage 142u IPv6 4255929 0t0 TCP 127.0.0.1:9300 (LISTEN)
> java 8725 proofystage 167u IPv6 4254226 0t0 TCP [::1]:9200 (LISTEN)
> java 8725 proofystage 168u IPv6 4253478 0t0 TCP 127.0.0.1:9200 (LISTEN)
> java 21272 root 58u IPv6 1562122 0t0 TCP *:2424 (LISTEN)
> java 21272 root 59u IPv6 1562123 0t0 TCP *:5000 (LISTEN)
> java 22931 root 42u IPv6 2527142 0t0 TCP *:80 (LISTEN)
> java 22931 root 43u IPv6 2527143 0t0 TCP *:8009 (LISTEN)
> java 22931 root 45u IPv6 2527174 0t0 TCP 127.0.0.1:8005 (LISTEN)
> java 22931 root 414u IPv6 2530480 0t0 TCP *:46520 (LISTEN)
> java 22931 root 415u IPv6 2527177 0t0 TCP *:56195 (LISTEN)
> no output for netstat -tan | grep listen
> let me know if there are something else I can do…
> thank you
> ———
> Tiziano Fortin
> Co-founder | CTO
> Proofy | www.proofy.co <http://www.proofy.co/>
> mobile + 33 673606590
> skype dotttiziano
> __________________________________________________________________________________________
> You can get more information about our cookies and privacy policies on the following links:
> - http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_Privacy_Policy
> - http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE
> Fiware-lab-help mailing list
> Fiware-lab-help at lists.fiware.org
> https://lists.fiware.org/listinfo/fiware-lab-help
> [Created via e-mail received from: Proofy <tiziano at proofy.co>]
--
This message was sent by Atlassian JIRA
(v6.4.1#64016)
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy