IPv6 in Jira

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

Starting from Jira 7.11, we support running Jira in an IPv6 environment. We’ve taken the dual-stack approach (IPv4 + IPv6), so your IPv4 addresses will still work. In most cases there’s nothing you need to do, however there are a few limitations that you need to be aware of.


What is IPv6?

IPv6 stands for “Internet Protocol Version 6”, and is the next-generation Internet protocol designed to replace the current IPv4 protocol. The Internet Engineering Task Force (IETF) created IPv6 standard described in RFC 8200  to accommodate the growing number of users and devices accessing the Internet. 

IPv6 addresses are 128 bits, which allows for approx. 3.4×10 38 unique IP addresses. Here’s an example of an IPv6 address:

2401:1d80:ffff:1:202:02ff:fe07:0305

制限事項

IPv4 トラフィックを許可する必要があります。

Some parts of Jira, listed below, require IPv4. Enabling the IPv4 traffic is not mandatory, but you won't be able to use these features without it.

  • Atlassian Marketplace
  • Atlassian Cloud 製品との統合
  • ログ アナライザー
  • サポート終了の確認

Avoid using raw IPv6 addresses anywhere in the Jira configuration

We recommend that you use hostnames or domain names instead of IPv6 addresses. It's a more reliable way of configuring and accessing both Jira and other Atlassian products.

In some cases, like LDAP configuration, you'll get a validation error if you use an IPv6 address, and not a hostname or domain name.


ブラウザで IPv6 アドレスを使用しないようにします。

Rich Text Editor won’t work if you access Jira through a plain IPv6 address. It will work when you use a hostname.


Linux では Jira Data Center のキャッシュ レプリケーションの問題があります。

The cache replication tries to use the IPv4 address instead of IPv6 as an RMI endpoint, and fails if IPv4 is disabled on your system.

この問題の回避策を確認...

If your systems are IPv6 only, you can work around this issue by setting the java.rmi.server.hostname  system property to your IPv6 address. For example:

-Djava.rmi.server.hostname=2600:1f18:674c:af12:b339:cba0:cd27:654b
Last modified on Mar 21, 2024

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.