質問編集履歴
4
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
14:45:24.771561 IP 172.16.4.15 > 172.16.4.17: IP 172.16.4.15.bgp > 172.16.0.17.33032: Flags [R.], seq 0, ack 19472816, win 0, length 0 (ipip-proto-4)
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
また、ipipを使用しているのですが、カプセル化とカプセル化の解除は正常に行われています。
|
|
15
|
+
また、ipip tunnelを使用しているのですが、カプセル化とカプセル化の解除は正常に行われています。
|
|
16
16
|
```
|
|
17
17
|
[root@host ~]# tcpdump -itunl02 -n
|
|
18
18
|
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
|
3
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,6 +12,19 @@
|
|
|
12
12
|
14:45:24.771561 IP 172.16.4.15 > 172.16.4.17: IP 172.16.4.15.bgp > 172.16.0.17.33032: Flags [R.], seq 0, ack 19472816, win 0, length 0 (ipip-proto-4)
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
+
また、ipipを使用しているのですが、カプセル化とカプセル化の解除は正常に行われています。
|
|
16
|
+
```
|
|
17
|
+
[root@host ~]# tcpdump -itunl02 -n
|
|
18
|
+
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
|
|
19
|
+
listening on tunl02, link-type RAW (Raw IP), capture size 262144 bytes
|
|
20
|
+
15:38:10.617170 IP 172.16.0.17.58225 > 172.16.4.15.bgp: Flags [S], seq 3136835702, win 28800, options [mss 1440,sackOK,TS val 53709671 ecr 0,nop,wscale 7], length 0
|
|
21
|
+
15:38:10.617564 IP 172.16.4.15.bgp > 172.16.0.17.58225: Flags [R.], seq 0, ack 3136835703, win 0, length 0
|
|
22
|
+
15:38:12.850480 IP 172.16.0.17.60678 > 172.16.4.15.bgp: Flags [S], seq 1459095960, win 28800, options [mss 1440,sackOK,TS val 53711904 ecr 0,nop,wscale 7], length 0
|
|
23
|
+
15:38:12.850869 IP 172.16.4.15.bgp > 172.16.0.17.60678: Flags [R.], seq 0, ack 1459095961, win 0, length 0
|
|
24
|
+
15:38:14.853137 IP 172.16.0.17.59307 > 172.16.4.15.bgp: Flags [S], seq 2581790401, win 28800, options [mss 1440,sackOK,TS val 53713907 ecr 0,nop,wscale 7], length 0
|
|
25
|
+
15:38:14.853513 IP 172.16.4.15.bgp > 172.16.0.17.59307: Flags [R.], seq 0, ack 2581790402, win 0, length 0
|
|
26
|
+
```
|
|
27
|
+
|
|
15
28
|
### 調べたこと
|
|
16
29
|
#### iptables
|
|
17
30
|
通過していると思います。
|
2
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
通過していると思います。
|
|
18
18
|
[https://github.com/paulhindemith/for_teratail/tree/master](https://github.com/paulhindemith/for_teratail/tree/master)
|
|
19
19
|
|
|
20
|
-
そのほかど
|
|
20
|
+
そのほか、どのようなケースでpacketがdropされるでしょうか。
|
|
21
21
|
コメントいただければ幸いです。
|
1
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -15,4 +15,7 @@
|
|
|
15
15
|
### 調べたこと
|
|
16
16
|
#### iptables
|
|
17
17
|
通過していると思います。
|
|
18
|
-
[https://github.com/paulhindemith/for_teratail/tree/master](https://github.com/paulhindemith/for_teratail/tree/master)
|
|
18
|
+
[https://github.com/paulhindemith/for_teratail/tree/master](https://github.com/paulhindemith/for_teratail/tree/master)
|
|
19
|
+
|
|
20
|
+
そのほかどんなことを調べていけば良いかわかりません。
|
|
21
|
+
コメントいただければ幸いです。
|