簡體   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