質問編集履歴

3

書式の改善

2018/07/04 09:23

投稿

at39
at39

スコア5

test CHANGED
File without changes
test CHANGED
@@ -23,6 +23,8 @@
23
23
  eno1, enp14s0, loがそれぞれinet addrも含めて表示されています。
24
24
 
25
25
  ifconfigの結果は以下の通りです。(IPアドレスなどはxxにしています。)
26
+
27
+
26
28
 
27
29
  ------------------------------------------
28
30
 
@@ -80,6 +82,8 @@
80
82
 
81
83
  RXbytes:5021110 (5.0 MB) TX bytes:5021110 (5.0 MB)
82
84
 
85
+
86
+
83
87
  ------------------------------------------
84
88
 
85
89
 

2

ifconfigの結果を追加

2018/07/04 09:23

投稿

at39
at39

スコア5

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,66 @@
22
22
 
23
23
  eno1, enp14s0, loがそれぞれinet addrも含めて表示されています。
24
24
 
25
+ ifconfigの結果は以下の通りです。(IPアドレスなどはxxにしています。)
26
+
27
+ ------------------------------------------
28
+
29
+ eno0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
30
+
31
+ inet addr:xxx.xx.xx.xx Bcast:xxx.xx.xx.xx Mask:255.255.255.0
32
+
33
+ UP BROADCAST MULTICAST MTU:1500 Metric:1
34
+
35
+ RX packets:0 errors:0 dropped:0 overruns:0 frame:0
36
+
37
+ TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
38
+
39
+ collisions:0 txqueuelen:1000
40
+
41
+ RXbytes:0 (0.0 B) TX bytes:0 (0.0 B)
42
+
43
+ Interrupt:20 Memory:fb600000-fb620000
44
+
45
+
46
+
47
+ enp14s0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
48
+
49
+ inet addr:xxx.xx.xx.xxx Bcast:xxx.xx.xx.xx Mask:255.255.255.0
50
+
51
+ inet6 addr: fe80::xxxx:xxxx:xxxx:xxxx/64 Scope:Link
52
+
53
+ UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
54
+
55
+ RX packets:442025 errors:0 dropped:4 overruns:0 frame:0
56
+
57
+ TX packets:53184 errors:0 dropped:0 overruns:0 carrier:0
58
+
59
+ collisions:0 txqueuelen:1000
60
+
61
+ RXbytes:37567730 (37.5 MB) TX bytes:3051026 (3.0 MB)
62
+
63
+ Memory:fb600000-fb37ffff
64
+
65
+
66
+
67
+ lo Link encap:Local Loopback
68
+
69
+ inet addr:xxx.x.x.x Mask:255.0.0.0
70
+
71
+ inet6 addr: ::1/128 Scope:Link
72
+
73
+ UP LOOPBACK RUNNING MTU:65536 Metric:1
74
+
75
+ RX packets:65222 errors:0 dropped:0 overruns:0 frame:0
76
+
77
+ TX packets:65222 errors:0 dropped:0 overruns:0 carrier:0
78
+
79
+ collisions:0 txqueuelen:1000
80
+
81
+ RXbytes:5021110 (5.0 MB) TX bytes:5021110 (5.0 MB)
82
+
83
+ ------------------------------------------
84
+
25
85
 
26
86
 
27
87
  この状態でGoogleなどのインターネットや、ssh接続などができていません。

1

2018/07/04 09:22

投稿

at39
at39

スコア5

test CHANGED
File without changes
test CHANGED
@@ -1,7 +1,3 @@
1
- お気に入り知恵コレ
2
-
3
-
4
-
5
1
  Linux(Ubuntu16.04)のネットワーク接続方法について教えてください。
6
2
 
7
3
  Linuxに有線LAN(イーサネット)を接続すると反応はしますがネットワークにつながりません。