繁体   English   中英

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

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

我已将 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. 我在 URL 中使用 VM 私有 IP。 即使 Telnet 也无法正常工作。

虽然我可以从 VM 服务器访问 URL。

我在这里有什么遗漏吗?感谢您对此问题的回应。

提前致谢,

问题是私有防火墙,它阻止 neo4j URL 在 azure VM 之外。 我已将其公开并且有效。

我需要登录到 azure VPN 客户端才能访问 URL。

暂无
暂无

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

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