質問編集履歴
3
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,6 +11,7 @@
|
|
11
11
|
ターミナルでのifconfigにおいては
|
12
12
|
eno1, enp14s0, loがそれぞれinet addrも含めて表示されています。
|
13
13
|
ifconfigの結果は以下の通りです。(IPアドレスなどはxxにしています。)
|
14
|
+
|
14
15
|
------------------------------------------
|
15
16
|
eno0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
|
16
17
|
inet addr:xxx.xx.xx.xx Bcast:xxx.xx.xx.xx Mask:255.255.255.0
|
@@ -39,6 +40,7 @@
|
|
39
40
|
TX packets:65222 errors:0 dropped:0 overruns:0 carrier:0
|
40
41
|
collisions:0 txqueuelen:1000
|
41
42
|
RXbytes:5021110 (5.0 MB) TX bytes:5021110 (5.0 MB)
|
43
|
+
|
42
44
|
------------------------------------------
|
43
45
|
|
44
46
|
この状態でGoogleなどのインターネットや、ssh接続などができていません。
|
2
ifconfigの結果を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,6 +10,36 @@
|
|
10
10
|
|
11
11
|
ターミナルでのifconfigにおいては
|
12
12
|
eno1, enp14s0, loがそれぞれinet addrも含めて表示されています。
|
13
|
+
ifconfigの結果は以下の通りです。(IPアドレスなどはxxにしています。)
|
14
|
+
------------------------------------------
|
15
|
+
eno0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
|
16
|
+
inet addr:xxx.xx.xx.xx Bcast:xxx.xx.xx.xx Mask:255.255.255.0
|
17
|
+
UP BROADCAST MULTICAST MTU:1500 Metric:1
|
18
|
+
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
|
19
|
+
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
|
20
|
+
collisions:0 txqueuelen:1000
|
21
|
+
RXbytes:0 (0.0 B) TX bytes:0 (0.0 B)
|
22
|
+
Interrupt:20 Memory:fb600000-fb620000
|
13
23
|
|
24
|
+
enp14s0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
|
25
|
+
inet addr:xxx.xx.xx.xxx Bcast:xxx.xx.xx.xx Mask:255.255.255.0
|
26
|
+
inet6 addr: fe80::xxxx:xxxx:xxxx:xxxx/64 Scope:Link
|
27
|
+
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
|
28
|
+
RX packets:442025 errors:0 dropped:4 overruns:0 frame:0
|
29
|
+
TX packets:53184 errors:0 dropped:0 overruns:0 carrier:0
|
30
|
+
collisions:0 txqueuelen:1000
|
31
|
+
RXbytes:37567730 (37.5 MB) TX bytes:3051026 (3.0 MB)
|
32
|
+
Memory:fb600000-fb37ffff
|
33
|
+
|
34
|
+
lo Link encap:Local Loopback
|
35
|
+
inet addr:xxx.x.x.x Mask:255.0.0.0
|
36
|
+
inet6 addr: ::1/128 Scope:Link
|
37
|
+
UP LOOPBACK RUNNING MTU:65536 Metric:1
|
38
|
+
RX packets:65222 errors:0 dropped:0 overruns:0 frame:0
|
39
|
+
TX packets:65222 errors:0 dropped:0 overruns:0 carrier:0
|
40
|
+
collisions:0 txqueuelen:1000
|
41
|
+
RXbytes:5021110 (5.0 MB) TX bytes:5021110 (5.0 MB)
|
42
|
+
------------------------------------------
|
43
|
+
|
14
44
|
この状態でGoogleなどのインターネットや、ssh接続などができていません。
|
15
45
|
Linuxには不慣れなもので初歩的な質問ですが、教えていただければと思います。
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
お気に入り知恵コレ
|
2
|
-
|
3
1
|
Linux(Ubuntu16.04)のネットワーク接続方法について教えてください。
|
4
2
|
Linuxに有線LAN(イーサネット)を接続すると反応はしますがネットワークにつながりません。
|
5
3
|
System setting→NetworkではWiredがConnectedになっており、
|