LoginSignup
2
0

体験しながら学ぶネットワーク技術入門 をやってみた

Posted at

概要

tinet を使って簡単に、Web server / DNS / Client ができた!
image.png

更新履歴

2024年3月29日 P36まで

詳細

1 検証環境 WSL2, Docker

1-2-2. WSL2

  • すでにインストール済
  • タスクマネージャ>仮想化 有効 よし!
  • Powershell > WSLのバージョン 2 よし!

1-2-3 セットアップスクリプト実行

  • 本のURLからtinetをダウンロード
  • setup.sh

ダウンロードしたtinetは、C\tinetに置かないとエラーになるので注意。
(C\work\tinetに置いてsetup.sh実行したらエラーになった)

1-2-4 チェックスクリプト

  • check.sh

1-3-3 tinetの使い方

  • tinet up イメージのDL、 コンテナ起動
  • tinet conf IPアドレスの設定、サービスの起動
  • tinet test テストコマンド pingを打つ等
    こんなイメージでtinetがコンテナを建てて、設定とテストをしてくれる。
    image.png
  • graphvizの apt install
  • tinet img ネットワーク環境図
    image.png
    ポンチ絵にするとこんな感じ
  • client 1から sv1 に http get
    ポンチ絵にするとこんな感じ
    image.png
2
0
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
2
0