- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-21-2018 09:29 PM
Dear Team,
I have successfully installed minemeld on RHEL 7.4 and Am able to access the web console from Local Machine but am not able to access from Network.
Please help if anyone faced the same issue.
Thanks and Regards,
Ramprasath
02-23-2018 06:23 AM
Check out iptables. By default RHEL comes configured with only ssh access from other networks
Somehting like this should get you access to the webgui:
sudo iptables -A IN_public_allow -s <yourIPhere> -p tcp -m tcp --dport 80,443 -m conntrack --ctstate NEW -j ACCEPT
03-01-2018 01:43 AM
Thanks for the suggestion. Actually the issue was not with the IPTABLES. We have some network related issue.
Anyway thanks for the initiative.
Thanks and Regards,
Ram
06-25-2018 11:26 PM
06-29-2018 05:06 AM
Hi @NagaPrasad1987,
please check https://live.paloaltonetworks.com/t5/MineMeld-Discussions/MineMeld-install-error-bower-install/m-p/2...
Thanks,
luigi
07-05-2018 09:44 AM
Watch out on redhat, I ran into an issue with the sslwrap library on any miner using ssl/tls. If you run into this ensure python-gevent is installed.
We ran into too many issues on rhel and ended up moving to a different supported platform.
07-24-2018 07:26 AM
Hi Ram,
Could you please share the steps for installation for Mindmeld in RHEL 7.4?
07-24-2018 11:14 PM
Have you tried the playbook? https://github.com/PaloAltoNetworks/minemeld-ansible
07-25-2018 09:52 AM
Thanks a lot Phillip, I will try it out.
Regards
07-31-2018 09:33 AM
Thanks a bunch!! I had few fatal erros running the playbook, but resolved them one by one. MineMeld is successfully installed and engines are running.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!