質問編集履歴
1
ifconfig入力時の返答について追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -3,3 +3,61 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
nameserverには8.8.8.8と設定しています。
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
追記
|
10
|
+
|
11
|
+
ifconfigを入力した結果は以下に追記致します
|
12
|
+
|
13
|
+
ifconfig
|
14
|
+
|
15
|
+
ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
|
16
|
+
|
17
|
+
inet 192.168.199.128 netmask 255.255.255.0 broadcast 192.168.199.255
|
18
|
+
|
19
|
+
inet6 fe80::5eae:c0c7:f7a4:e43a prefixlen 64 scopeid 0x20<link>
|
20
|
+
|
21
|
+
ether 00:0c:29:ce:c6:8c txqueuelen 1000 (Ethernet)
|
22
|
+
|
23
|
+
RX packets 6880 bytes 488180 (476.7 KiB)
|
24
|
+
|
25
|
+
RX errors 0 dropped 0 overruns 0 frame 0
|
26
|
+
|
27
|
+
TX packets 115 bytes 13967 (13.6 KiB)
|
28
|
+
|
29
|
+
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
|
34
|
+
|
35
|
+
inet 127.0.0.1 netmask 255.0.0.0
|
36
|
+
|
37
|
+
inet6 ::1 prefixlen 128 scopeid 0x10<host>
|
38
|
+
|
39
|
+
loop txqueuelen 1000 (Local Loopback)
|
40
|
+
|
41
|
+
RX packets 1248 bytes 101468 (99.0 KiB)
|
42
|
+
|
43
|
+
RX errors 0 dropped 0 overruns 0 frame 0
|
44
|
+
|
45
|
+
TX packets 1248 bytes 101468 (99.0 KiB)
|
46
|
+
|
47
|
+
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
|
52
|
+
|
53
|
+
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
|
54
|
+
|
55
|
+
ether 52:54:00:c7:c4:7a txqueuelen 1000 (Ethernet)
|
56
|
+
|
57
|
+
RX packets 0 bytes 0 (0.0 B)
|
58
|
+
|
59
|
+
RX errors 0 dropped 0 overruns 0 frame 0
|
60
|
+
|
61
|
+
TX packets 0 bytes 0 (0.0 B)
|
62
|
+
|
63
|
+
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
|