質問編集履歴

3

構成画像を修正

2021/04/05 10:44

投稿

ths
ths

スコア21

test CHANGED
File without changes
test CHANGED
@@ -38,6 +38,72 @@
38
38
 
39
39
 
40
40
 
41
+ ### 構成(4/5修正)
42
+
43
+ Webサーバのeth2を取りました。
44
+
45
+ ![イメージ説明](9549d2f572cec58b87e00457b7082fbe.png)
41
46
 
42
47
 
48
+
49
+ ### ホストOSのブラウザから「http://192.168.211.10」に接続したときのパケットの流れをtcpdumpコマンドでトレース
50
+
51
+ ホストOS(192.168.210.1)からのSYNパケットがLB、Webサーバに届いているように見えます。
52
+
53
+ ```ここに言語を入力
54
+
55
+ [root@krtlbdev01 ~]# tcpdump -i any port 80
56
+
57
+ tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
58
+
59
+ listening on any, link-type LINUX_SLL (Linux cooked), capture size 262144 bytes
60
+
61
+ 19:33:34.651352 IP 192.168.210.1.55235 > krtlbdev01.http: Flags [S], seq 4072121208, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
62
+
63
+ 19:33:34.651373 IP 192.168.210.1.55235 > 192.168.33.6.http: Flags [S], seq 4072121208, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
64
+
65
+ 19:33:34.651391 IP 192.168.210.1.55236 > krtlbdev01.http: Flags [S], seq 1394981027, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
66
+
67
+ 19:33:34.651395 IP 192.168.210.1.55236 > 192.168.33.5.http: Flags [S], seq 1394981027, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
68
+
69
+ ```
70
+
71
+ ```ここに言語を入力
72
+
73
+ [root@krtwebdev01 ~]# tcpdump -i any port 80
74
+
75
+ tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
76
+
77
+ listening on any, link-type LINUX_SLL (Linux cooked), capture size 262144 bytes
78
+
79
+ 19:33:34.654797 IP 192.168.210.1.55236 > krtwebdev01.http: Flags [S], seq 1394981027, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
80
+
81
+ 19:33:35.799655 IP 192.168.210.1.55236 > krtwebdev01.http: Flags [S], seq 1394981027, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
82
+
83
+ 19:33:37.799419 IP 192.168.210.1.55236 > krtwebdev01.http: Flags [S], seq 1394981027, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
84
+
85
+ 19:33:41.799935 IP 192.168.210.1.55236 > krtwebdev01.http: Flags [S], seq 1394981027, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
86
+
87
+ ```
88
+
89
+ ```ここに言語を入力
90
+
91
+ [root@krtwebdev02 ~]# tcpdump -i any port 80
92
+
93
+ tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
94
+
95
+ listening on any, link-type LINUX_SLL (Linux cooked), capture size 262144 bytes
96
+
97
+ 19:33:34.656715 IP 192.168.210.1.55235 > krtwebdev02.http: Flags [S], seq 4072121208, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
98
+
99
+ 19:33:34.903779 IP 192.168.210.1.55237 > krtwebdev02.http: Flags [S], seq 2643996327, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
100
+
101
+ 19:33:35.749220 IP 192.168.210.1.55235 > krtwebdev02.http: Flags [S], seq 4072121208, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
102
+
103
+ 19:33:35.948054 IP 192.168.210.1.55237 > krtwebdev02.http: Flags [S], seq 2643996327, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
104
+
105
+
106
+
107
+ ```
108
+
43
109
  その他必要な情報がありましたら教えてください。

2

構成画像のcurlコマンド実行内容を修正(192.168.210系から192.168.33系に修正)

2021/04/05 10:44

投稿

ths
ths

スコア21

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  ロードバランサー、WebサーバはVirtualBox+Vagrantで構築
36
36
 
37
- ![イメージ説明](2ef76aabbc7ae0605318e2b2c816ebf9.png)
37
+ ![イメージ説明](6f3382ffe9319a336203508d77ee7e0a.png)
38
38
 
39
39
 
40
40
 

1

構成画像の中を修正 LB,Web1,Web2で実行したcurlコマンドの内容を修正(192.168.210系から192.168.33系に修正)

2021/04/04 10:48

投稿

ths
ths

スコア21

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  ロードバランサー、WebサーバはVirtualBox+Vagrantで構築
36
36
 
37
- ![イメージ説明](8c76a1f9ab6c8e52466bd350313e19e8.png)
37
+ ![イメージ説明](2ef76aabbc7ae0605318e2b2c816ebf9.png)
38
38
 
39
39
 
40
40