简体   繁体   English

访问远程部署在 azure VM 中的 Neo4j Enterprise

[英]Accessing Neo4j Enterprise remotely deployed in an azure VM

I have installed Neo4j Enterprise edition 4.1.1 to our Azure VM and exposed the port in the neo4j config file as follows.我已将 Neo4j 企业版 4.1.1 安装到我们的 Azure 虚拟机中,并在 neo4j 配置文件中暴露了端口,如下所示。

dbms.default_listen_address=0.0.0.0

dbms.connectors.default_listen_address=0.0.0.0

Bolt connector
dbms.connector.bolt.enabled=true
#dbms.connector.bolt.tls_level=DISABLED
dbms.connector.bolt.listen_address=0.0.0.0:7061

HTTP Connector. There can be zero or one HTTP connectors.
dbms.connector.http.enabled=true
dbms.connector.http.listen_address=0.0.0.0:7062.

I have created two private windows firewall inbound rules,one for http and other for bolt.Unfortunately,I am not able to access the neo4j URL from my local with Azure VPN client enabled. I have created two private windows firewall inbound rules,one for http and other for bolt.Unfortunately,I am not able to access the neo4j URL from my local with Azure VPN client enabled. I am using VM private IP in the URL.我在 URL 中使用 VM 私有 IP。 Even Telnet also is not working.即使 Telnet 也无法正常工作。

Though I am able to access the URL from the VM server.虽然我可以从 VM 服务器访问 URL。

Is there anything I am missing here?Appreciate your response on this issue.我在这里有什么遗漏吗?感谢您对此问题的回应。

Thanks in advance,提前致谢,

The issue was private firewall which prevent neo4j URL outside azure VM.问题是私有防火墙,它阻止 neo4j URL 在 azure VM 之外。 I have made this public and it worked.我已将其公开并且有效。

I needed to login to azure VPN client to access the URL.我需要登录到 azure VPN 客户端才能访问 URL。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM