legacy-knowledge-base
公開されました Jun. 30, 2025

Liferay SaaS環境のイングレスIPを知るには?

written-by

Pablo Vidal

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text
注:Liferay は、Liferay Experience Could オファリングの名称を次のように変更しました。 Liferay SaaS(旧 LXC) と Liferay PaaS(旧 LXC-SM)となりました。

問題

  • Liferay SaaS環境のInbound IPを調べる必要があります。 どうすればこの情報にアクセスできますか?

環境

  • Liferay SaaS

解像度

  • 自分の環境のイングレスIPを特定するには、ターミナルでnslookupコマンドを使い、その後にイングレスIPを知りたいURLを続ける。

    このクエリーの作り方の一般的な例は次のようになる:

    $ nslookup www.yourdomain.com
    Server: 0.0.0.0
    Address: 0.0.0.0#00

    Non-authoritative answer:
    www.yourdomain.com canonical name = [cluster.name].lxc.liferay.com.
    Name: [cluster.name].lxc.liferay.com
    Address: 1.2.3.4

    端末に表示される結果は上記の例と同じようになり、2番目のAddressフィールドの値はイングレスIP(1.2.3.4)になります。

追加情報

  • Outbound IPを知る必要がある場合は、環境がホストされているクラスタのクラウド・ドキュメントを参照する必要があります。

  • 追加のサポートが必要な場合は、ヘルプセンターにチケットを提出してください。

did-this-article-resolve-your-issue

legacy-knowledge-base