ネットワーク接続のテストのためにプロキシをバイパスする方法

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

目的

Sometimes it's necessary to test connectivity to a single application from a single workstation. The methods described in this article should only be used if you need to test connectivity from a single workstation. To bypass an application link permanently, see (Archived) How do I bypass a reverse proxy for use in Application Links. Adding a secondary connector to Tomcat allows for an alternate route of communication to the application.

Windows の Putty の場合

Putty を使用した SSH トンネルのセットアップ (ポート フォワーディング)

Mac または Linux の場合

Terminal に次の内容を入力します。

ssh <operating system username on the remote system>@<hostname or IP> -L <local port>:hostname:<confluence port>

例:

ssh admin@server -L 9998:server:8090

トンネルをセットアップしたら、 http://ホスト名:<ローカル ポート> に移動すると、ローカル ポートがリモート ポート上の Confluence に転送されます。

Windows のリモート デスクトップの場合

サーバーが Windows で、管理用のリモート デスクトップ アクセスが許可されている場合、単純にサーバーに RDP し、ブラウザを立ち上げて、http://localhost:8090/ または http://localhost:8090/confluence (Confluence がデフォルト ポート上にある場合) を利用してサイトにアクセスします。

最終更新日: 2021 年 10 月 6 日

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

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