SlideShare a Scribd company logo
1 of 23
Introduction to
Ostinato
Packet Traffic Generator and Analyzer
Twitter: @ebiken | ebiken@gmail.com
Introduction to "OSTINATO" | 2015/12/09 1
List of Contents |目次
• What is “OSTINATO”
• Overview of OSTINATO
• Installation (Windows)
• Installation (Linux/Ubuntu)
• Steps to use Ostinato
• Connecting to remote drone
• Import / Export Stream
• Links
• “OSTINATO” とは?
• OSTINATO全体構成
• インストール方法 (Windows)
• インストール方法 (Linux/Ubuntu)
• 利用手順
• リモートの drone に接続
• ストリームのインポート/エクスポート
• リンク集
Introduction to "OSTINATO" | 2015/12/09 2
What is “OSTINATO”|“OSTINATO” とは?
• Ostinato is …
• Network packet crafter/traffic generator and analyzer with a friendly GUI.
• Use via GUI or Python API.
• Runs on Windows, Linux, BSD and Mac OS X.
• OpenSource (GNU GPLv3)
• Ostinato とは?
• グラフィカルにパケット作成&送信&キャプチャ(解析)が可能
• GUIに加え、Python API 経由でのパケット送信
• Windows, Linux, BSD, Mac OS X で動作
• OpenSource (GNU GPLv3)
Introduction to "OSTINATO" | 2015/12/09 3
Overview of OSTINATO|OSTINATO全体構成
Introduction to "OSTINATO" | 2015/12/09 4
drone
(controller)
ports
Ostinato GUI
(agent)
ports
• User interface to craft packets | start/stop traffic.
パケット作成(編集) | トラフィック開始・停止
• Agent could be Python script.
Agent 機能は Python script でも実行可能
Note: Naming of agent and controller is a bit confusing.
Be careful when reading documents.
agent / controller のネーミングが誤解を招きやすいので注意
• Send / Receive packets
パケット送受信を実行
• could run on different host
異なるホスト上で動作可能
drone
(controller)
Installation| インストール方法 (Windows)
1. Install Winpcap | Winpcap をインストール
• https://www.winpcap.org/
2. Download binary | バイナリをダウンロード
• http://ostinato.org/downloads.html#binary-packages
3. Extract and Run | 展開して実行
• By running “ostinato.exe” (GUI), “drone.exe” will be also
executed in background.
• “ostinato.exe” (GUI) を起動すると、バックグラウンドで
“drone.exe” も実行される。
Introduction to "OSTINATO" | 2015/12/09 5
Installation| インストール方法 (Linux/Ubuntu)
$ sudo apt-get install ostinato
• This will install related packages like wireshark.
• wireshark等、関連パッケージもインストールされる。
$ sudo ostinato
• By running “ostinato” (GUI), “drone” will be also executed in background.
• “ostinato” (GUI) を起動すると、バックグラウンドで “drone” も実行される。
Introduction to "OSTINATO" | 2015/12/09 6
ebiken@u1510d:~$ which ostinato
/usr/bin/ostinato
ebiken@u1510d:~$ which drone
/usr/bin/drone
!! root privilege required !!
Steps to use Ostinato | 利用手順
1. Remove unnecessary ports
2. Craft Streams
• Stream = Packet to send
3. Apply stream settings
• To send stream settings to drone
(controller)
4. Send packets (Start Tx)
5. Start Capture
1. 不要なポートを削除
2. ストリームの作成
• Stream = 送信するパケット
3. ストリームの適用(Apply)
• drone (controller) へストリーム設
定を送信
4. パケットの送信 (Start Tx)
5. パケットのキャプチャ
Introduction to "OSTINATO" | 2015/12/09 7
0. Run Ostinato (GUI)|Ostinato起動
Introduction to "OSTINATO" | 2015/12/09 8
Port Group and Ports
• Port Group = drone (Controller)
• By default, Ostinato will connect to
the drone running on localhost.
• デフォルトでは同じホストのdrone
(port group) に接続している
Stream settings (per port)
ポート毎のストリーム設定
• You would add stream here
• ここにストリームを追加する
Start / Stop Stream, Capture
Clear Stats
ストリームやキャプチャの開始/停止
統計情報のクリア
Status & Statistics info per Port.
ポート毎の状態&統計情報
1. Remove unnecessary ports|不要なポートを削除
Introduction to "OSTINATO" | 2015/12/09 9
• By default, there are many unnecessary ports listed.
• Remove them by adding configuration file: Ostinato.ini
• デフォルトでは不要なポートが表示されている
• 設定ファイルを追加する事により削除可能: Ostinato.ini
ex: any (…) , bluetooth-monitor (…)
Linux:
• Create ~/.config/Ostinato.ini
• ~/.config/Ostinato.ini を作成
Windows:
• Create in same folder as ostinato.exe, drone.exe
• 実行ファイル(ostinato.exe, drone.exe)のあるフォルダに作成
More details noted here | 詳細はこちら
• https://github.com/pstavirs/ostinato/wiki/Settings#drone
~$ cat .config/Ostinato.ini
[PortList]
Include=
Exclude=bluetooth*,any*
bluetooth*,any* was removed
2. Craft Streams|ストリームの作成
Introduction to "OSTINATO" | 2015/12/09 10
2. Right Click and Select “New Stream”
2. 右クリックして “New Stream” を選択
1. Select port to send packet from
1. パケットを送信したいポートを選択
3. Stream will be added
3. ストリームが追加される
2. Craft Streams|ストリームの作成
Introduction to "OSTINATO" | 2015/12/09 11
5. Select “Goto” | “Goto” 設定の選択
Behavior after sending the stream.
Recommend “Goto first” for testing.
ストリームを流した後の動作
テストには “Goto first” がお勧め
4. Enter any name you like
4. 名前を設定(任意)
6. Click to “Edit Stream”
6. クリックしてストリームを編集
2. Craft Streams|ストリームの作成
Introduction to "OSTINATO" | 2015/12/09 12
Example Crafting IPv4/UDP Stream
IPv4/UDPストリームの設定例
2. Craft Streams|ストリームの作成
Introduction to "OSTINATO" | 2015/12/09 13
(1)
(2)
(4)
(3)
3. Apply stream settings|ストリームの適用(Apply)
Introduction to "OSTINATO" | 2015/12/09 14
Do NOT forget to click “Apply” after crafting stream.
This will send stream configuration to drone (controller)
ストリームの設定完了後は必ず “Apply” をクリック。
ストリーム設定が drone (controller) へ投入されます。
4. Send packets (Start Tx)|パケットの送信 (Start Tx)
Introduction to "OSTINATO" | 2015/12/09 15
5. Start Capture|パケットのキャプチャ
3. Start / Stop sending packets
3. パケット送信の開始・停止
2. Start / Stop packet capture
2. パケットキャプチャの開始・停止
1. Select “ALL Cells” or the port before start/stop (blue)
1. 開始・停止前にポートの「全てのセル」を選択(青)
Make sure Transmit / Capture State is “On”
Transmit / Capture State が “On” になっている事を確認
Introduction to "OSTINATO" | 2015/12/09 16
5. Start Capture|パケットのキャプチャ
“View Capture Buffer”
• Wireshark will start by clicking here.
• クリックするとWiresharkが起動。
• You can see packets you crafted are
sent via the port.
• 作成したパケットが送信されている
事を確認できる。
Connecting to remote drone|リモートの drone に接続 (1/4)
Introduction to "OSTINATO" | 2015/12/09 17
drone
(controller)
ports
Ostinato GUI
(agent)
ports
drone
(controller)
NEW !!
Windows10
Ubuntu15.10
on VirtualBox
Port Forwarding
config on VirtualBox
TCP 8888 -> 7878
TCP port 7878
Connecting to remote drone|リモートの drone に接続 (2/4)
Introduction to "OSTINATO" | 2015/12/09 18
ebiken@u1510d:~$ sudo drone
…
The server is running on 0.0.0.0: 7878
Version: 0.7.1
Revision: da551b378f72@
1. Run “drone” on Ubuntu
1. Ubuntuで “drone” を起動
2. Run “Ostinato GUI” on Windows
2. Windows で “Ostinato GUI” を起動
Connecting to remote drone|リモートの drone に接続 (3/4)
Introduction to "OSTINATO" | 2015/12/09 19
3. Right click and then select “New Port Group”
3. 右クリックの後 “New Port Group” を選択
4. Enter “address:port” and then click “OK”
4. “address:port” を設定後、”OK” をクリック
Connecting to remote drone|リモートの drone に接続 (4/4)
Introduction to "OSTINATO" | 2015/12/09 20
5. You can confirm remote ports are added
5. リモートにあるポートが追加された
Import / Export Stream|ストリームのインポート/エクスポート
Introduction to "OSTINATO" | 2015/12/09 21
Select Port -> Stream and Right Click to Open/Save streams.
ポート -> ストリーム と選択。
右クリックでストリームのインポート・エクスポートが可能。
3 formats supported | 3つのファイル形式をサポート
• Ostinato native | 独自フォーマット
• PCAP/PDML (Wireshark / tcpdump)
• Python script
• Export only|エクスポートのみ
• Used to control drone via Python script.
• droneを Python script で操作する際に利用可能
Links| リンク集
• Ostinato Home Page (Official)
• http://ostinato.org/
• Binary Download : http://ostinato.org/downloads.html
• Ostinato Users Guide (Official)
• https://github.com/pstavirs/ostinato/wiki/UserGuide
• More details of what explained in this document.
• このドキュメントで説明した内容の詳細
• Ostinato Mailing List (Official)
• https://groups.google.com/forum/#!forum/ostinato
Introduction to "OSTINATO" | 2015/12/09 22
Introduction to "OSTINATO" | 2015/12/09 23

More Related Content

What's hot

BGP Unnumbered で遊んでみた
BGP Unnumbered で遊んでみたBGP Unnumbered で遊んでみた
BGP Unnumbered で遊んでみたakira6592
 
ルータコンフィグのGit管理のススメ 〜Git管理以外を自動化してみた〜
ルータコンフィグのGit管理のススメ 〜Git管理以外を自動化してみた〜ルータコンフィグのGit管理のススメ 〜Git管理以外を自動化してみた〜
ルータコンフィグのGit管理のススメ 〜Git管理以外を自動化してみた〜Taiji Tsuchiya
 
インターネットの仕組みとISPの構造
インターネットの仕組みとISPの構造インターネットの仕組みとISPの構造
インターネットの仕組みとISPの構造Taiji Tsuchiya
 
【SRX】JUNOS ハンズオントレーニング資料 SRXシリーズ サービス ゲートウェイ コース
【SRX】JUNOS ハンズオントレーニング資料 SRXシリーズ サービス ゲートウェイ コース【SRX】JUNOS ハンズオントレーニング資料 SRXシリーズ サービス ゲートウェイ コース
【SRX】JUNOS ハンズオントレーニング資料 SRXシリーズ サービス ゲートウェイ コースJuniper Networks (日本)
 
知っているようで知らないNeutron -仮想ルータの冗長と分散- - OpenStack最新情報セミナー 2016年3月
知っているようで知らないNeutron -仮想ルータの冗長と分散- - OpenStack最新情報セミナー 2016年3月 知っているようで知らないNeutron -仮想ルータの冗長と分散- - OpenStack最新情報セミナー 2016年3月
知っているようで知らないNeutron -仮想ルータの冗長と分散- - OpenStack最新情報セミナー 2016年3月 VirtualTech Japan Inc.
 
ロードバランスへの長い道
ロードバランスへの長い道ロードバランスへの長い道
ロードバランスへの長い道Jun Kato
 
VPP事始め
VPP事始めVPP事始め
VPP事始めnpsg
 
本当は楽しいインターネット
本当は楽しいインターネット本当は楽しいインターネット
本当は楽しいインターネットYuya Rin
 
大規模DCのネットワークデザイン
大規模DCのネットワークデザイン大規模DCのネットワークデザイン
大規模DCのネットワークデザインMasayuki Kobayashi
 
ISPネットワーク運用で覗いてるもの
ISPネットワーク運用で覗いてるものISPネットワーク運用で覗いてるもの
ISPネットワーク運用で覗いてるものTaiji Tsuchiya
 
545人のインフラを支えたNOCチーム!
545人のインフラを支えたNOCチーム!545人のインフラを支えたNOCチーム!
545人のインフラを支えたNOCチーム!Masayuki Kobayashi
 
フロー技術によるネットワーク管理
フロー技術によるネットワーク管理フロー技術によるネットワーク管理
フロー技術によるネットワーク管理Motonori Shindo
 
さくらのVPS で IPv4 over IPv6ルータの構築
さくらのVPS で IPv4 over IPv6ルータの構築さくらのVPS で IPv4 over IPv6ルータの構築
さくらのVPS で IPv4 over IPv6ルータの構築Tomocha Potter
 
エンジニアのキャリアパスを考える 川村
エンジニアのキャリアパスを考える 川村エンジニアのキャリアパスを考える 川村
エンジニアのキャリアパスを考える 川村wakamonog
 
IX事業者とインターネットの未来
IX事業者とインターネットの未来IX事業者とインターネットの未来
IX事業者とインターネットの未来Yoshiki Ishida
 

What's hot (20)

BGP Unnumbered で遊んでみた
BGP Unnumbered で遊んでみたBGP Unnumbered で遊んでみた
BGP Unnumbered で遊んでみた
 
ルータコンフィグのGit管理のススメ 〜Git管理以外を自動化してみた〜
ルータコンフィグのGit管理のススメ 〜Git管理以外を自動化してみた〜ルータコンフィグのGit管理のススメ 〜Git管理以外を自動化してみた〜
ルータコンフィグのGit管理のススメ 〜Git管理以外を自動化してみた〜
 
インターネットの仕組みとISPの構造
インターネットの仕組みとISPの構造インターネットの仕組みとISPの構造
インターネットの仕組みとISPの構造
 
【SRX】JUNOS ハンズオントレーニング資料 SRXシリーズ サービス ゲートウェイ コース
【SRX】JUNOS ハンズオントレーニング資料 SRXシリーズ サービス ゲートウェイ コース【SRX】JUNOS ハンズオントレーニング資料 SRXシリーズ サービス ゲートウェイ コース
【SRX】JUNOS ハンズオントレーニング資料 SRXシリーズ サービス ゲートウェイ コース
 
知っているようで知らないNeutron -仮想ルータの冗長と分散- - OpenStack最新情報セミナー 2016年3月
知っているようで知らないNeutron -仮想ルータの冗長と分散- - OpenStack最新情報セミナー 2016年3月 知っているようで知らないNeutron -仮想ルータの冗長と分散- - OpenStack最新情報セミナー 2016年3月
知っているようで知らないNeutron -仮想ルータの冗長と分散- - OpenStack最新情報セミナー 2016年3月
 
ロードバランスへの長い道
ロードバランスへの長い道ロードバランスへの長い道
ロードバランスへの長い道
 
VPP事始め
VPP事始めVPP事始め
VPP事始め
 
本当は楽しいインターネット
本当は楽しいインターネット本当は楽しいインターネット
本当は楽しいインターネット
 
大規模DCのネットワークデザイン
大規模DCのネットワークデザイン大規模DCのネットワークデザイン
大規模DCのネットワークデザイン
 
Virtual Chassis for Cloud Builders
Virtual Chassis for Cloud BuildersVirtual Chassis for Cloud Builders
Virtual Chassis for Cloud Builders
 
ISPネットワーク運用で覗いてるもの
ISPネットワーク運用で覗いてるものISPネットワーク運用で覗いてるもの
ISPネットワーク運用で覗いてるもの
 
545人のインフラを支えたNOCチーム!
545人のインフラを支えたNOCチーム!545人のインフラを支えたNOCチーム!
545人のインフラを支えたNOCチーム!
 
フロー技術によるネットワーク管理
フロー技術によるネットワーク管理フロー技術によるネットワーク管理
フロー技術によるネットワーク管理
 
EVPN for Cloud Builders
EVPN for Cloud BuildersEVPN for Cloud Builders
EVPN for Cloud Builders
 
さくらのVPS で IPv4 over IPv6ルータの構築
さくらのVPS で IPv4 over IPv6ルータの構築さくらのVPS で IPv4 over IPv6ルータの構築
さくらのVPS で IPv4 over IPv6ルータの構築
 
エンジニアのキャリアパスを考える 川村
エンジニアのキャリアパスを考える 川村エンジニアのキャリアパスを考える 川村
エンジニアのキャリアパスを考える 川村
 
あなたのところに専用線が届くまで
あなたのところに専用線が届くまであなたのところに専用線が届くまで
あなたのところに専用線が届くまで
 
IX事業者とインターネットの未来
IX事業者とインターネットの未来IX事業者とインターネットの未来
IX事業者とインターネットの未来
 
YJTC18 A-1 データセンタネットワークの取り組み
YJTC18 A-1 データセンタネットワークの取り組みYJTC18 A-1 データセンタネットワークの取り組み
YJTC18 A-1 データセンタネットワークの取り組み
 
進化するIX
進化するIX進化するIX
進化するIX
 

Similar to Introduction to Ostinato , network packet crafting and generator.

Cent osにpyhtonをインストールしてみよう
Cent osにpyhtonをインストールしてみようCent osにpyhtonをインストールしてみよう
Cent osにpyhtonをインストールしてみよう2bo 2bo
 
Visualizenetworktraffic 20181108
Visualizenetworktraffic 20181108Visualizenetworktraffic 20181108
Visualizenetworktraffic 20181108Takashi Umeno
 
CIBC 事前インストール
CIBC 事前インストールCIBC 事前インストール
CIBC 事前インストールTakashi Imagire
 
技適なBluetooth GNSS/GPSレシーバーをRaspberryPiで作りたい
技適なBluetooth GNSS/GPSレシーバーをRaspberryPiで作りたい技適なBluetooth GNSS/GPSレシーバーをRaspberryPiで作りたい
技適なBluetooth GNSS/GPSレシーバーをRaspberryPiで作りたいKenichiro MATOHARA
 
PyQtではじめるGUIプログラミング
PyQtではじめるGUIプログラミングPyQtではじめるGUIプログラミング
PyQtではじめるGUIプログラミングRansui Iso
 
Spring I/O 2016 報告 Test / Cloud / Other Popular Sessions
Spring I/O 2016 報告 Test / Cloud / Other Popular SessionsSpring I/O 2016 報告 Test / Cloud / Other Popular Sessions
Spring I/O 2016 報告 Test / Cloud / Other Popular SessionsTakuya Iwatsuka
 
Dodai projectの紹介
Dodai projectの紹介Dodai projectの紹介
Dodai projectの紹介Osamu Habuka
 
20150715 xflow kikuta_final
20150715 xflow kikuta_final20150715 xflow kikuta_final
20150715 xflow kikuta_finalKazumasa Ikuta
 
VyOSの開発とか運用の話
VyOSの開発とか運用の話VyOSの開発とか運用の話
VyOSの開発とか運用の話Shintaro Hasunuma
 
Windows10タブレットに各種Linuxディストリを入れて遊ぼう 2017年度東京Spring版
Windows10タブレットに各種Linuxディストリを入れて遊ぼう 2017年度東京Spring版Windows10タブレットに各種Linuxディストリを入れて遊ぼう 2017年度東京Spring版
Windows10タブレットに各種Linuxディストリを入れて遊ぼう 2017年度東京Spring版Netwalker lab kapper
 
plotnetcfg入門 | Introduction to plotnetcfg
plotnetcfg入門 | Introduction to plotnetcfgplotnetcfg入門 | Introduction to plotnetcfg
plotnetcfg入門 | Introduction to plotnetcfgKentaro Ebisawa
 
Snappy Ubuntu Coreで遊んでみる 2015-06-20
Snappy Ubuntu Coreで遊んでみる 2015-06-20Snappy Ubuntu Coreで遊んでみる 2015-06-20
Snappy Ubuntu Coreで遊んでみる 2015-06-20Nobuto Murata
 
Fabricによるcloud stackインストール自動化
Fabricによるcloud stackインストール自動化Fabricによるcloud stackインストール自動化
Fabricによるcloud stackインストール自動化hiroyuki nakajima
 
ネットワーク技術を学ぶ(STP: Spanning Tree Protocol) ~Cisco で学ぶ L2 ネットワークの世界~
ネットワーク技術を学ぶ(STP: Spanning Tree Protocol) ~Cisco で学ぶ L2 ネットワークの世界~ネットワーク技術を学ぶ(STP: Spanning Tree Protocol) ~Cisco で学ぶ L2 ネットワークの世界~
ネットワーク技術を学ぶ(STP: Spanning Tree Protocol) ~Cisco で学ぶ L2 ネットワークの世界~Wataru NOGUCHI
 
OpenWrtによるサイト間IPsec接続
OpenWrtによるサイト間IPsec接続OpenWrtによるサイト間IPsec接続
OpenWrtによるサイト間IPsec接続Takashi Umeno
 
GPD-WINや中華ノートPCなどATOM機器に 各種Linuxディストリを入れて遊ぼう Install Linux Distributions on G...
GPD-WINや中華ノートPCなどATOM機器に 各種Linuxディストリを入れて遊ぼう Install Linux Distributions on G...GPD-WINや中華ノートPCなどATOM機器に 各種Linuxディストリを入れて遊ぼう Install Linux Distributions on G...
GPD-WINや中華ノートPCなどATOM機器に 各種Linuxディストリを入れて遊ぼう Install Linux Distributions on G...Netwalker lab kapper
 
サーバ脆弱性スキャナ Vuls を OpenStack 環境で使ってみた
サーバ脆弱性スキャナ Vuls を OpenStack 環境で使ってみたサーバ脆弱性スキャナ Vuls を OpenStack 環境で使ってみた
サーバ脆弱性スキャナ Vuls を OpenStack 環境で使ってみたVirtualTech Japan Inc.
 
IoTアプリ/ロボット開発をリアルタイムOSでレベルアップしませんか? ~高品質な組込み向けオープンソースを開発するTOPPERSプロジェクトのご紹介~
IoTアプリ/ロボット開発をリアルタイムOSでレベルアップしませんか? ~高品質な組込み向けオープンソースを開発するTOPPERSプロジェクトのご紹介~IoTアプリ/ロボット開発をリアルタイムOSでレベルアップしませんか? ~高品質な組込み向けオープンソースを開発するTOPPERSプロジェクトのご紹介~
IoTアプリ/ロボット開発をリアルタイムOSでレベルアップしませんか? ~高品質な組込み向けオープンソースを開発するTOPPERSプロジェクトのご紹介~Hideki Takase
 
Jenkins に XFD を追加してみると
Jenkins に XFD を追加してみるとJenkins に XFD を追加してみると
Jenkins に XFD を追加してみるとKiro Harada
 
日本 GNU AWK ユーザー会スライド 2 - OSC2012 Tokyo/Fall
日本 GNU AWK ユーザー会スライド 2 - OSC2012 Tokyo/Fall日本 GNU AWK ユーザー会スライド 2 - OSC2012 Tokyo/Fall
日本 GNU AWK ユーザー会スライド 2 - OSC2012 Tokyo/Fall博文 斉藤
 

Similar to Introduction to Ostinato , network packet crafting and generator. (20)

Cent osにpyhtonをインストールしてみよう
Cent osにpyhtonをインストールしてみようCent osにpyhtonをインストールしてみよう
Cent osにpyhtonをインストールしてみよう
 
Visualizenetworktraffic 20181108
Visualizenetworktraffic 20181108Visualizenetworktraffic 20181108
Visualizenetworktraffic 20181108
 
CIBC 事前インストール
CIBC 事前インストールCIBC 事前インストール
CIBC 事前インストール
 
技適なBluetooth GNSS/GPSレシーバーをRaspberryPiで作りたい
技適なBluetooth GNSS/GPSレシーバーをRaspberryPiで作りたい技適なBluetooth GNSS/GPSレシーバーをRaspberryPiで作りたい
技適なBluetooth GNSS/GPSレシーバーをRaspberryPiで作りたい
 
PyQtではじめるGUIプログラミング
PyQtではじめるGUIプログラミングPyQtではじめるGUIプログラミング
PyQtではじめるGUIプログラミング
 
Spring I/O 2016 報告 Test / Cloud / Other Popular Sessions
Spring I/O 2016 報告 Test / Cloud / Other Popular SessionsSpring I/O 2016 報告 Test / Cloud / Other Popular Sessions
Spring I/O 2016 報告 Test / Cloud / Other Popular Sessions
 
Dodai projectの紹介
Dodai projectの紹介Dodai projectの紹介
Dodai projectの紹介
 
20150715 xflow kikuta_final
20150715 xflow kikuta_final20150715 xflow kikuta_final
20150715 xflow kikuta_final
 
VyOSの開発とか運用の話
VyOSの開発とか運用の話VyOSの開発とか運用の話
VyOSの開発とか運用の話
 
Windows10タブレットに各種Linuxディストリを入れて遊ぼう 2017年度東京Spring版
Windows10タブレットに各種Linuxディストリを入れて遊ぼう 2017年度東京Spring版Windows10タブレットに各種Linuxディストリを入れて遊ぼう 2017年度東京Spring版
Windows10タブレットに各種Linuxディストリを入れて遊ぼう 2017年度東京Spring版
 
plotnetcfg入門 | Introduction to plotnetcfg
plotnetcfg入門 | Introduction to plotnetcfgplotnetcfg入門 | Introduction to plotnetcfg
plotnetcfg入門 | Introduction to plotnetcfg
 
Snappy Ubuntu Coreで遊んでみる 2015-06-20
Snappy Ubuntu Coreで遊んでみる 2015-06-20Snappy Ubuntu Coreで遊んでみる 2015-06-20
Snappy Ubuntu Coreで遊んでみる 2015-06-20
 
Fabricによるcloud stackインストール自動化
Fabricによるcloud stackインストール自動化Fabricによるcloud stackインストール自動化
Fabricによるcloud stackインストール自動化
 
ネットワーク技術を学ぶ(STP: Spanning Tree Protocol) ~Cisco で学ぶ L2 ネットワークの世界~
ネットワーク技術を学ぶ(STP: Spanning Tree Protocol) ~Cisco で学ぶ L2 ネットワークの世界~ネットワーク技術を学ぶ(STP: Spanning Tree Protocol) ~Cisco で学ぶ L2 ネットワークの世界~
ネットワーク技術を学ぶ(STP: Spanning Tree Protocol) ~Cisco で学ぶ L2 ネットワークの世界~
 
OpenWrtによるサイト間IPsec接続
OpenWrtによるサイト間IPsec接続OpenWrtによるサイト間IPsec接続
OpenWrtによるサイト間IPsec接続
 
GPD-WINや中華ノートPCなどATOM機器に 各種Linuxディストリを入れて遊ぼう Install Linux Distributions on G...
GPD-WINや中華ノートPCなどATOM機器に 各種Linuxディストリを入れて遊ぼう Install Linux Distributions on G...GPD-WINや中華ノートPCなどATOM機器に 各種Linuxディストリを入れて遊ぼう Install Linux Distributions on G...
GPD-WINや中華ノートPCなどATOM機器に 各種Linuxディストリを入れて遊ぼう Install Linux Distributions on G...
 
サーバ脆弱性スキャナ Vuls を OpenStack 環境で使ってみた
サーバ脆弱性スキャナ Vuls を OpenStack 環境で使ってみたサーバ脆弱性スキャナ Vuls を OpenStack 環境で使ってみた
サーバ脆弱性スキャナ Vuls を OpenStack 環境で使ってみた
 
IoTアプリ/ロボット開発をリアルタイムOSでレベルアップしませんか? ~高品質な組込み向けオープンソースを開発するTOPPERSプロジェクトのご紹介~
IoTアプリ/ロボット開発をリアルタイムOSでレベルアップしませんか? ~高品質な組込み向けオープンソースを開発するTOPPERSプロジェクトのご紹介~IoTアプリ/ロボット開発をリアルタイムOSでレベルアップしませんか? ~高品質な組込み向けオープンソースを開発するTOPPERSプロジェクトのご紹介~
IoTアプリ/ロボット開発をリアルタイムOSでレベルアップしませんか? ~高品質な組込み向けオープンソースを開発するTOPPERSプロジェクトのご紹介~
 
Jenkins に XFD を追加してみると
Jenkins に XFD を追加してみるとJenkins に XFD を追加してみると
Jenkins に XFD を追加してみると
 
日本 GNU AWK ユーザー会スライド 2 - OSC2012 Tokyo/Fall
日本 GNU AWK ユーザー会スライド 2 - OSC2012 Tokyo/Fall日本 GNU AWK ユーザー会スライド 2 - OSC2012 Tokyo/Fall
日本 GNU AWK ユーザー会スライド 2 - OSC2012 Tokyo/Fall
 

More from Kentaro Ebisawa

P4 Updates (2020) (Japanese)
P4 Updates (2020) (Japanese)P4 Updates (2020) (Japanese)
P4 Updates (2020) (Japanese)Kentaro Ebisawa
 
Barefoot Faster™ 日本語紹介
Barefoot Faster™ 日本語紹介Barefoot Faster™ 日本語紹介
Barefoot Faster™ 日本語紹介Kentaro Ebisawa
 
IETF106 Hackathon 報告 & P4 based Switch の課題と未来
IETF106 Hackathon 報告 & P4 based Switch の課題と未来IETF106 Hackathon 報告 & P4 based Switch の課題と未来
IETF106 Hackathon 報告 & P4 based Switch の課題と未来Kentaro Ebisawa
 
MPLS Japan 2019 : Data & Control Plane を繋ぐ API
MPLS Japan 2019 : Data & Control Plane を繋ぐ APIMPLS Japan 2019 : Data & Control Plane を繋ぐ API
MPLS Japan 2019 : Data & Control Plane を繋ぐ APIKentaro Ebisawa
 
In Network Computing Prototype Using P4 at KSC/KREONET 2019
In Network Computing Prototype Using P4 at KSC/KREONET 2019In Network Computing Prototype Using P4 at KSC/KREONET 2019
In Network Computing Prototype Using P4 at KSC/KREONET 2019Kentaro Ebisawa
 
Comparison of SRv6 Extensions uSID, SRv6+, C-SRH
Comparison of SRv6 Extensions uSID, SRv6+, C-SRHComparison of SRv6 Extensions uSID, SRv6+, C-SRH
Comparison of SRv6 Extensions uSID, SRv6+, C-SRHKentaro Ebisawa
 
Interop2019 Toyota Netcope P4
Interop2019 Toyota Netcope P4Interop2019 Toyota Netcope P4
Interop2019 Toyota Netcope P4Kentaro Ebisawa
 
IETF 104 Hackathon VPP Prototyping Stateless SRv6/GTP-U Translation
IETF 104 Hackathon VPP Prototyping Stateless SRv6/GTP-U TranslationIETF 104 Hackathon VPP Prototyping Stateless SRv6/GTP-U Translation
IETF 104 Hackathon VPP Prototyping Stateless SRv6/GTP-U TranslationKentaro Ebisawa
 
p4srv6 (P4-16) design document rev1.0
p4srv6 (P4-16) design document rev1.0p4srv6 (P4-16) design document rev1.0
p4srv6 (P4-16) design document rev1.0Kentaro Ebisawa
 
SRv6 Mobile User Plane : Initial POC and Implementation
SRv6 Mobile User Plane : Initial POC and ImplementationSRv6 Mobile User Plane : Initial POC and Implementation
SRv6 Mobile User Plane : Initial POC and ImplementationKentaro Ebisawa
 
JANOG43 Forefront of SRv6, Open Source Implementations
JANOG43 Forefront of SRv6, Open Source ImplementationsJANOG43 Forefront of SRv6, Open Source Implementations
JANOG43 Forefront of SRv6, Open Source ImplementationsKentaro Ebisawa
 
Using GTP on Linux with libgtpnl
Using GTP on Linux with libgtpnlUsing GTP on Linux with libgtpnl
Using GTP on Linux with libgtpnlKentaro Ebisawa
 
"SRv6の現状と展望" ENOG53@上越
"SRv6の現状と展望" ENOG53@上越"SRv6の現状と展望" ENOG53@上越
"SRv6の現状と展望" ENOG53@上越Kentaro Ebisawa
 
SRv6 Mobile User Plane P4 proto-type
SRv6 Mobile User Plane P4 proto-typeSRv6 Mobile User Plane P4 proto-type
SRv6 Mobile User Plane P4 proto-typeKentaro Ebisawa
 
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)Zebra SRv6 CLI on Linux Dataplane (ENOG#49)
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)Kentaro Ebisawa
 
Zebra 2.0 in Hybrid Cloud Era
Zebra 2.0 in Hybrid Cloud EraZebra 2.0 in Hybrid Cloud Era
Zebra 2.0 in Hybrid Cloud EraKentaro Ebisawa
 
p4alu: Arithmetic Logic Unit in P4
p4alu: Arithmetic Logic Unit in P4p4alu: Arithmetic Logic Unit in P4
p4alu: Arithmetic Logic Unit in P4Kentaro Ebisawa
 
zebra & openconfigd Introduction
zebra & openconfigd Introductionzebra & openconfigd Introduction
zebra & openconfigd IntroductionKentaro Ebisawa
 

More from Kentaro Ebisawa (20)

P4 Updates (2020) (Japanese)
P4 Updates (2020) (Japanese)P4 Updates (2020) (Japanese)
P4 Updates (2020) (Japanese)
 
Barefoot Faster™ 日本語紹介
Barefoot Faster™ 日本語紹介Barefoot Faster™ 日本語紹介
Barefoot Faster™ 日本語紹介
 
IETF106 Hackathon 報告 & P4 based Switch の課題と未来
IETF106 Hackathon 報告 & P4 based Switch の課題と未来IETF106 Hackathon 報告 & P4 based Switch の課題と未来
IETF106 Hackathon 報告 & P4 based Switch の課題と未来
 
MPLS Japan 2019 : Data & Control Plane を繋ぐ API
MPLS Japan 2019 : Data & Control Plane を繋ぐ APIMPLS Japan 2019 : Data & Control Plane を繋ぐ API
MPLS Japan 2019 : Data & Control Plane を繋ぐ API
 
Yang Tools Quick Memo
Yang Tools Quick MemoYang Tools Quick Memo
Yang Tools Quick Memo
 
In Network Computing Prototype Using P4 at KSC/KREONET 2019
In Network Computing Prototype Using P4 at KSC/KREONET 2019In Network Computing Prototype Using P4 at KSC/KREONET 2019
In Network Computing Prototype Using P4 at KSC/KREONET 2019
 
Comparison of SRv6 Extensions uSID, SRv6+, C-SRH
Comparison of SRv6 Extensions uSID, SRv6+, C-SRHComparison of SRv6 Extensions uSID, SRv6+, C-SRH
Comparison of SRv6 Extensions uSID, SRv6+, C-SRH
 
Interop2019 Toyota Netcope P4
Interop2019 Toyota Netcope P4Interop2019 Toyota Netcope P4
Interop2019 Toyota Netcope P4
 
IETF 104 Hackathon VPP Prototyping Stateless SRv6/GTP-U Translation
IETF 104 Hackathon VPP Prototyping Stateless SRv6/GTP-U TranslationIETF 104 Hackathon VPP Prototyping Stateless SRv6/GTP-U Translation
IETF 104 Hackathon VPP Prototyping Stateless SRv6/GTP-U Translation
 
p4srv6 (P4-16) design document rev1.0
p4srv6 (P4-16) design document rev1.0p4srv6 (P4-16) design document rev1.0
p4srv6 (P4-16) design document rev1.0
 
SRv6 Mobile User Plane : Initial POC and Implementation
SRv6 Mobile User Plane : Initial POC and ImplementationSRv6 Mobile User Plane : Initial POC and Implementation
SRv6 Mobile User Plane : Initial POC and Implementation
 
JANOG43 Forefront of SRv6, Open Source Implementations
JANOG43 Forefront of SRv6, Open Source ImplementationsJANOG43 Forefront of SRv6, Open Source Implementations
JANOG43 Forefront of SRv6, Open Source Implementations
 
Using GTP on Linux with libgtpnl
Using GTP on Linux with libgtpnlUsing GTP on Linux with libgtpnl
Using GTP on Linux with libgtpnl
 
GTPing, How To
GTPing, How ToGTPing, How To
GTPing, How To
 
"SRv6の現状と展望" ENOG53@上越
"SRv6の現状と展望" ENOG53@上越"SRv6の現状と展望" ENOG53@上越
"SRv6の現状と展望" ENOG53@上越
 
SRv6 Mobile User Plane P4 proto-type
SRv6 Mobile User Plane P4 proto-typeSRv6 Mobile User Plane P4 proto-type
SRv6 Mobile User Plane P4 proto-type
 
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)Zebra SRv6 CLI on Linux Dataplane (ENOG#49)
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)
 
Zebra 2.0 in Hybrid Cloud Era
Zebra 2.0 in Hybrid Cloud EraZebra 2.0 in Hybrid Cloud Era
Zebra 2.0 in Hybrid Cloud Era
 
p4alu: Arithmetic Logic Unit in P4
p4alu: Arithmetic Logic Unit in P4p4alu: Arithmetic Logic Unit in P4
p4alu: Arithmetic Logic Unit in P4
 
zebra & openconfigd Introduction
zebra & openconfigd Introductionzebra & openconfigd Introduction
zebra & openconfigd Introduction
 

Recently uploaded

【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)Hiroki Ichikura
 
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineerYuki Kikuchi
 
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdf
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdfAWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdf
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdfFumieNakayama
 
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)UEHARA, Tetsutaro
 
CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?
CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?
CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?akihisamiyanaga1
 
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版) 2024年4月作成
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版) 2024年4月作成業務で生成AIを活用したい人のための生成AI入門講座(社外公開版) 2024年4月作成
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版) 2024年4月作成Hiroshi Tomioka
 
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdf
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdfクラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdf
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdfFumieNakayama
 
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察 ~Text-to-MusicとText-To-ImageかつImage-to-Music...
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察  ~Text-to-MusicとText-To-ImageかつImage-to-Music...モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察  ~Text-to-MusicとText-To-ImageかつImage-to-Music...
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察 ~Text-to-MusicとText-To-ImageかつImage-to-Music...博三 太田
 
TataPixel: 畳の異方性を利用した切り替え可能なディスプレイの提案
TataPixel: 畳の異方性を利用した切り替え可能なディスプレイの提案TataPixel: 畳の異方性を利用した切り替え可能なディスプレイの提案
TataPixel: 畳の異方性を利用した切り替え可能なディスプレイの提案sugiuralab
 

Recently uploaded (9)

【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
【早稲田AI研究会 講義資料】3DスキャンとTextTo3Dのツールを知ろう!(Vol.1)
 
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer
自分史上一番早い2024振り返り〜コロナ後、仕事は通常ペースに戻ったか〜 by IoT fullstack engineer
 
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdf
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdfAWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdf
AWS の OpenShift サービス (ROSA) を使った OpenShift Virtualizationの始め方.pdf
 
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)
デジタル・フォレンジックの最新動向(2024年4月27日情洛会総会特別講演スライド)
 
CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?
CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?
CTO, VPoE, テックリードなどリーダーポジションに登用したくなるのはどんな人材か?
 
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版) 2024年4月作成
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版) 2024年4月作成業務で生成AIを活用したい人のための生成AI入門講座(社外公開版) 2024年4月作成
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版) 2024年4月作成
 
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdf
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdfクラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdf
クラウドネイティブなサーバー仮想化基盤 - OpenShift Virtualization.pdf
 
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察 ~Text-to-MusicとText-To-ImageかつImage-to-Music...
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察  ~Text-to-MusicとText-To-ImageかつImage-to-Music...モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察  ~Text-to-MusicとText-To-ImageかつImage-to-Music...
モーダル間の変換後の一致性とジャンル表を用いた解釈可能性の考察 ~Text-to-MusicとText-To-ImageかつImage-to-Music...
 
TataPixel: 畳の異方性を利用した切り替え可能なディスプレイの提案
TataPixel: 畳の異方性を利用した切り替え可能なディスプレイの提案TataPixel: 畳の異方性を利用した切り替え可能なディスプレイの提案
TataPixel: 畳の異方性を利用した切り替え可能なディスプレイの提案
 

Introduction to Ostinato , network packet crafting and generator.

  • 1. Introduction to Ostinato Packet Traffic Generator and Analyzer Twitter: @ebiken | ebiken@gmail.com Introduction to "OSTINATO" | 2015/12/09 1
  • 2. List of Contents |目次 • What is “OSTINATO” • Overview of OSTINATO • Installation (Windows) • Installation (Linux/Ubuntu) • Steps to use Ostinato • Connecting to remote drone • Import / Export Stream • Links • “OSTINATO” とは? • OSTINATO全体構成 • インストール方法 (Windows) • インストール方法 (Linux/Ubuntu) • 利用手順 • リモートの drone に接続 • ストリームのインポート/エクスポート • リンク集 Introduction to "OSTINATO" | 2015/12/09 2
  • 3. What is “OSTINATO”|“OSTINATO” とは? • Ostinato is … • Network packet crafter/traffic generator and analyzer with a friendly GUI. • Use via GUI or Python API. • Runs on Windows, Linux, BSD and Mac OS X. • OpenSource (GNU GPLv3) • Ostinato とは? • グラフィカルにパケット作成&送信&キャプチャ(解析)が可能 • GUIに加え、Python API 経由でのパケット送信 • Windows, Linux, BSD, Mac OS X で動作 • OpenSource (GNU GPLv3) Introduction to "OSTINATO" | 2015/12/09 3
  • 4. Overview of OSTINATO|OSTINATO全体構成 Introduction to "OSTINATO" | 2015/12/09 4 drone (controller) ports Ostinato GUI (agent) ports • User interface to craft packets | start/stop traffic. パケット作成(編集) | トラフィック開始・停止 • Agent could be Python script. Agent 機能は Python script でも実行可能 Note: Naming of agent and controller is a bit confusing. Be careful when reading documents. agent / controller のネーミングが誤解を招きやすいので注意 • Send / Receive packets パケット送受信を実行 • could run on different host 異なるホスト上で動作可能 drone (controller)
  • 5. Installation| インストール方法 (Windows) 1. Install Winpcap | Winpcap をインストール • https://www.winpcap.org/ 2. Download binary | バイナリをダウンロード • http://ostinato.org/downloads.html#binary-packages 3. Extract and Run | 展開して実行 • By running “ostinato.exe” (GUI), “drone.exe” will be also executed in background. • “ostinato.exe” (GUI) を起動すると、バックグラウンドで “drone.exe” も実行される。 Introduction to "OSTINATO" | 2015/12/09 5
  • 6. Installation| インストール方法 (Linux/Ubuntu) $ sudo apt-get install ostinato • This will install related packages like wireshark. • wireshark等、関連パッケージもインストールされる。 $ sudo ostinato • By running “ostinato” (GUI), “drone” will be also executed in background. • “ostinato” (GUI) を起動すると、バックグラウンドで “drone” も実行される。 Introduction to "OSTINATO" | 2015/12/09 6 ebiken@u1510d:~$ which ostinato /usr/bin/ostinato ebiken@u1510d:~$ which drone /usr/bin/drone !! root privilege required !!
  • 7. Steps to use Ostinato | 利用手順 1. Remove unnecessary ports 2. Craft Streams • Stream = Packet to send 3. Apply stream settings • To send stream settings to drone (controller) 4. Send packets (Start Tx) 5. Start Capture 1. 不要なポートを削除 2. ストリームの作成 • Stream = 送信するパケット 3. ストリームの適用(Apply) • drone (controller) へストリーム設 定を送信 4. パケットの送信 (Start Tx) 5. パケットのキャプチャ Introduction to "OSTINATO" | 2015/12/09 7
  • 8. 0. Run Ostinato (GUI)|Ostinato起動 Introduction to "OSTINATO" | 2015/12/09 8 Port Group and Ports • Port Group = drone (Controller) • By default, Ostinato will connect to the drone running on localhost. • デフォルトでは同じホストのdrone (port group) に接続している Stream settings (per port) ポート毎のストリーム設定 • You would add stream here • ここにストリームを追加する Start / Stop Stream, Capture Clear Stats ストリームやキャプチャの開始/停止 統計情報のクリア Status & Statistics info per Port. ポート毎の状態&統計情報
  • 9. 1. Remove unnecessary ports|不要なポートを削除 Introduction to "OSTINATO" | 2015/12/09 9 • By default, there are many unnecessary ports listed. • Remove them by adding configuration file: Ostinato.ini • デフォルトでは不要なポートが表示されている • 設定ファイルを追加する事により削除可能: Ostinato.ini ex: any (…) , bluetooth-monitor (…) Linux: • Create ~/.config/Ostinato.ini • ~/.config/Ostinato.ini を作成 Windows: • Create in same folder as ostinato.exe, drone.exe • 実行ファイル(ostinato.exe, drone.exe)のあるフォルダに作成 More details noted here | 詳細はこちら • https://github.com/pstavirs/ostinato/wiki/Settings#drone ~$ cat .config/Ostinato.ini [PortList] Include= Exclude=bluetooth*,any* bluetooth*,any* was removed
  • 10. 2. Craft Streams|ストリームの作成 Introduction to "OSTINATO" | 2015/12/09 10 2. Right Click and Select “New Stream” 2. 右クリックして “New Stream” を選択 1. Select port to send packet from 1. パケットを送信したいポートを選択 3. Stream will be added 3. ストリームが追加される
  • 11. 2. Craft Streams|ストリームの作成 Introduction to "OSTINATO" | 2015/12/09 11 5. Select “Goto” | “Goto” 設定の選択 Behavior after sending the stream. Recommend “Goto first” for testing. ストリームを流した後の動作 テストには “Goto first” がお勧め 4. Enter any name you like 4. 名前を設定(任意) 6. Click to “Edit Stream” 6. クリックしてストリームを編集
  • 12. 2. Craft Streams|ストリームの作成 Introduction to "OSTINATO" | 2015/12/09 12 Example Crafting IPv4/UDP Stream IPv4/UDPストリームの設定例
  • 13. 2. Craft Streams|ストリームの作成 Introduction to "OSTINATO" | 2015/12/09 13 (1) (2) (4) (3)
  • 14. 3. Apply stream settings|ストリームの適用(Apply) Introduction to "OSTINATO" | 2015/12/09 14 Do NOT forget to click “Apply” after crafting stream. This will send stream configuration to drone (controller) ストリームの設定完了後は必ず “Apply” をクリック。 ストリーム設定が drone (controller) へ投入されます。
  • 15. 4. Send packets (Start Tx)|パケットの送信 (Start Tx) Introduction to "OSTINATO" | 2015/12/09 15 5. Start Capture|パケットのキャプチャ 3. Start / Stop sending packets 3. パケット送信の開始・停止 2. Start / Stop packet capture 2. パケットキャプチャの開始・停止 1. Select “ALL Cells” or the port before start/stop (blue) 1. 開始・停止前にポートの「全てのセル」を選択(青) Make sure Transmit / Capture State is “On” Transmit / Capture State が “On” になっている事を確認
  • 16. Introduction to "OSTINATO" | 2015/12/09 16 5. Start Capture|パケットのキャプチャ “View Capture Buffer” • Wireshark will start by clicking here. • クリックするとWiresharkが起動。 • You can see packets you crafted are sent via the port. • 作成したパケットが送信されている 事を確認できる。
  • 17. Connecting to remote drone|リモートの drone に接続 (1/4) Introduction to "OSTINATO" | 2015/12/09 17 drone (controller) ports Ostinato GUI (agent) ports drone (controller) NEW !! Windows10 Ubuntu15.10 on VirtualBox Port Forwarding config on VirtualBox TCP 8888 -> 7878 TCP port 7878
  • 18. Connecting to remote drone|リモートの drone に接続 (2/4) Introduction to "OSTINATO" | 2015/12/09 18 ebiken@u1510d:~$ sudo drone … The server is running on 0.0.0.0: 7878 Version: 0.7.1 Revision: da551b378f72@ 1. Run “drone” on Ubuntu 1. Ubuntuで “drone” を起動 2. Run “Ostinato GUI” on Windows 2. Windows で “Ostinato GUI” を起動
  • 19. Connecting to remote drone|リモートの drone に接続 (3/4) Introduction to "OSTINATO" | 2015/12/09 19 3. Right click and then select “New Port Group” 3. 右クリックの後 “New Port Group” を選択 4. Enter “address:port” and then click “OK” 4. “address:port” を設定後、”OK” をクリック
  • 20. Connecting to remote drone|リモートの drone に接続 (4/4) Introduction to "OSTINATO" | 2015/12/09 20 5. You can confirm remote ports are added 5. リモートにあるポートが追加された
  • 21. Import / Export Stream|ストリームのインポート/エクスポート Introduction to "OSTINATO" | 2015/12/09 21 Select Port -> Stream and Right Click to Open/Save streams. ポート -> ストリーム と選択。 右クリックでストリームのインポート・エクスポートが可能。 3 formats supported | 3つのファイル形式をサポート • Ostinato native | 独自フォーマット • PCAP/PDML (Wireshark / tcpdump) • Python script • Export only|エクスポートのみ • Used to control drone via Python script. • droneを Python script で操作する際に利用可能
  • 22. Links| リンク集 • Ostinato Home Page (Official) • http://ostinato.org/ • Binary Download : http://ostinato.org/downloads.html • Ostinato Users Guide (Official) • https://github.com/pstavirs/ostinato/wiki/UserGuide • More details of what explained in this document. • このドキュメントで説明した内容の詳細 • Ostinato Mailing List (Official) • https://groups.google.com/forum/#!forum/ostinato Introduction to "OSTINATO" | 2015/12/09 22
  • 23. Introduction to "OSTINATO" | 2015/12/09 23

Editor's Notes

  1. Ostinato (agent) | drone (controller)