FIPSパッケージは、データセンターゲートウェイの政府展開用に設計されています。このパッケージは、AWS上のUbuntu Pro FIPS 20.04と互換性があります。このパッケージを使用するには、FIPSパッケージを含むUbuntu FIPS for AWS | Ubuntuイメージが環境にあることを確認してください。
このバージョンおよびそれ以前のバージョンは、Red Hat Enterprise Linux 8とUbuntu 20.04をサポートしています。バージョン1.0.51から、Data
Center GatewayはRed Hat Enterprise Linux 9とUbuntu 22.04をサポートします。
バージョン1.0.45およびそれ以前はRed Hat Enterprise Linux 9およびUbuntu 22.04をサポートしていません。
インストール中に、データセンターゲートウェイが接続するVMware vCenterまたはMicrosoft Active Directoryサーバーのリストを提供する必要があります
(該当する場合)。プレーンテキストエディタを使用してリストを作成してください。リストはYAML形式で、destination_allow_list.yamlという名前にする必要があります。
# Both "vc1.dc.internal" and "vc1.dc.example.com" resolve to 192.168.100.1
destinations:
- HostName: "192.168.100.1" # Does not take effect because hostnames take precedence over IP addresses
Port: 443
- HostName: "vc1.dc.internal" # Takes effect
Port: 443
- HostName: "vc1.dc.example.com" # Does not take effect because it resolves to the same IP address as previous hostname
Port: 443
Red Hat Enterprise Linux で: sudo DCGW_CRED_PATH="</absolute/path/to/credentials.json>" DCGW_ALLOW_LIST_PATH="</absolute/path/to/destination_allow_list.yaml>"
rpm -ivh /path/to/rpm/file
On Ubuntu: sudo DCGW_CRED_PATH="</absolute/path/to/credentials.json>" DCGW_ALLOW_LIST_PATH="</absolute/path/to/destination_allow_list.yaml>"
dpkg -i /path/to/deb/file
FIPSパッケージは、データセンターゲートウェイの政府展開用に設計されています。このパッケージは、AWS上のUbuntu Pro FIPS 20.04と互換性があります。このパッケージを使用するには、FIPSパッケージを含むUbuntu FIPS for AWS | Ubuntuイメージが環境にあることを確認してください。
このバージョンおよびそれ以前のバージョンは、Red Hat Enterprise Linux 8とUbuntu 20.04をサポートしています。バージョン1.0.51から、Data
Center GatewayはRed Hat Enterprise Linux 9とUbuntu 22.04をサポートします。
バージョン1.0.45およびそれ以前はRed Hat Enterprise Linux 9およびUbuntu 22.04をサポートしていません。
インストール中に、データセンターゲートウェイが接続するVMware vCenterまたはMicrosoft Active Directoryサーバーのリストを提供する必要があります
(該当する場合)。プレーンテキストエディタを使用してリストを作成してください。リストはYAML形式で、destination_allow_list.yamlという名前にする必要があります。
# Both "vc1.dc.internal" and "vc1.dc.example.com" resolve to 192.168.100.1
destinations:
- HostName: "192.168.100.1" # Does not take effect because hostnames take precedence over IP addresses
Port: 443
- HostName: "vc1.dc.internal" # Takes effect
Port: 443
- HostName: "vc1.dc.example.com" # Does not take effect because it resolves to the same IP address as previous hostname
Port: 443
Red Hat Enterprise Linux で: sudo DCGW_CRED_PATH="</absolute/path/to/credentials.json>" DCGW_ALLOW_LIST_PATH="</absolute/path/to/destination_allow_list.yaml>"
rpm -ivh /path/to/rpm/file
On Ubuntu: sudo DCGW_CRED_PATH="</absolute/path/to/credentials.json>" DCGW_ALLOW_LIST_PATH="</absolute/path/to/destination_allow_list.yaml>"
dpkg -i /path/to/deb/file