1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

cloudflared 設定メモ

Posted at

メモ

Tunnel の設定

  1. Zero Trust dashboard にアクセス
  2. 左サイドバーで Networks > Tunnels 選択
    • image.png
  3. Add a tunnel クリック
    • image.png
  4. Cloudflared 選択
    • image.png
  5. Tunnel の名前を入力して Save tunnel
    • image.png
  6. Choose your environment で Docker 選択
    • image.png
    • Docker コマンド: docker run cloudflare/cloudflared:latest tunnel --no-autoupdate run --token <token>
  7. 今回は VPN 的に使いたいので Private Networks を設定する
    • image.png

Authentication の設定

  1. Zero Trust dashboard にアクセス
  2. 左サイドバーで Settings 選択
    • image.png
  3. Authentication 選択
    • image.png
  4. Autentication の設定を行う
    • Global session timeout で timeout 設定
    • Login methods でログイン認証の設定
      • image.png
    • image.png
  5. 左サイドバーで Settings 選択
    • image.png
  6. WARP Client 選択
    • image.png
  7. Device enrollment > Device enrollment permissions 選択
    • image.png
  8. Device enrollment rules で Email 設定して Save
    • 該当 Email 以外には PIN が送信されない
    • image.png
  9. こうなる
    • image.png

Split Tunnel の設定

  1. Zero Trust dashboard にアクセス
  2. 左サイドバーで Settings 選択
    • image.png
  3. WARP Client 選択
    • image.png
  4. Device settings > Profile settings から Configure 選択
    • image.png
  5. Split Tunnels*** 選択
    • image.png
  6. IP アドレス等入力して Save destination
    • image.png
  7. こうなる
    • image.png

cloudflared 起動

  1. docker run -d --network=host cloudflare/cloudflared:latest tunnel --no-autoupdate run --token ***
    • -d でデーモン化
    • --network=host でホストネットワークに接続
  2. Zero Trust dashboard にアクセス
  3. 左サイドバーで Networks > Tunnels 選択
    • image.png
  4. StatusHEALTHY になっていれば OK
    • image.png

WARP client 設定

  1. WARP で検索して Client Install
    • 1.1.1.1: Faster Interner というアプリ名
    • image.png
  2. Install VPN profile タップ
    • image.png
  3. 右上の からメニュー展開
    • image.png
  4. Account をタップして Login to Cloudflare Zero Trust からログイン
    • image.png
  5. Team Name は Zero Trust dashboard > Settings > Custom Pages から確認可能
    • image.png
  6. ログイン完了後、Install VPN profile 設定
    • image.png
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?