質問編集履歴

3

ip routeの結果を追加しました

2020/03/06 13:29

投稿

tsuta0825
tsuta0825

スコア3

test CHANGED
File without changes
test CHANGED
@@ -178,15 +178,15 @@
178
178
 
179
179
  ```bash
180
180
 
181
- $ ip route
181
+ $ ip -6 route
182
-
182
+
183
- default via 118.xx.xx.1 dev eth0 proto dhcp src 118.xx.xx.77 metric 100
183
+ 2400:xxxx:xxxx:xxxx:xxxx::/80 dev eth0 proto kernel metric 256 pref medium
184
-
184
+
185
- 118.xx.xx.0/23 dev eth0 proto kernel scope link src 118.xx.xx.77
185
+ fe80::/64 dev eth0 proto kernel metric 256 pref medium
186
-
187
- 118.xx.xx.1 dev eth0 proto dhcp scope link src 118.xx.xx.77 metric 100
186
+
188
-
189
- 172.xx.xx.0/16 dev docker0 proto kernel scope link src 172.xx.xx.1 linkdown
187
+ fe80::/64 dev docker0 proto kernel metric 256 linkdown pref medium
188
+
189
+
190
190
 
191
191
  ```
192
192
 

2

ip routeの結果を追加しました

2020/03/06 13:29

投稿

tsuta0825
tsuta0825

スコア3

test CHANGED
File without changes
test CHANGED
@@ -174,7 +174,21 @@
174
174
 
175
175
  ```
176
176
 
177
-
177
+ ※2020/03/06 追記しました
178
+
179
+ ```bash
180
+
181
+ $ ip route
182
+
183
+ default via 118.xx.xx.1 dev eth0 proto dhcp src 118.xx.xx.77 metric 100
184
+
185
+ 118.xx.xx.0/23 dev eth0 proto kernel scope link src 118.xx.xx.77
186
+
187
+ 118.xx.xx.1 dev eth0 proto dhcp scope link src 118.xx.xx.77 metric 100
188
+
189
+ 172.xx.xx.0/16 dev docker0 proto kernel scope link src 172.xx.xx.1 linkdown
190
+
191
+ ```
178
192
 
179
193
 
180
194
 

1

ip6tablesの結果を追加しました

2020/03/06 11:17

投稿

tsuta0825
tsuta0825

スコア3

test CHANGED
File without changes
test CHANGED
@@ -150,6 +150,32 @@
150
150
 
151
151
 
152
152
 
153
+ ※2020/03/05 追記しました
154
+
155
+ ```bash
156
+
157
+ $ ip6tables -L
158
+
159
+ Chain INPUT (policy ACCEPT)
160
+
161
+ target prot opt source destination
162
+
163
+
164
+
165
+ Chain FORWARD (policy ACCEPT)
166
+
167
+ target prot opt source destination
168
+
169
+
170
+
171
+ Chain OUTPUT (policy ACCEPT)
172
+
173
+ target prot opt source destination
174
+
175
+ ```
176
+
177
+
178
+
153
179
 
154
180
 
155
181
  ### 補足情報(FW/ツールのバージョンなど)