質問編集履歴
2
困っていることについて
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
RaspberryPiをネットにつなぎたい
|
1
|
+
RaspberryPiをネットにつなぎたい→NTPで時刻設定
|
body
CHANGED
@@ -47,4 +47,5 @@
|
|
47
47
|
|
48
48
|
|
49
49
|
pi@raspberrypi:~ $ ping google.com
|
50
|
-
PING google.com (216.58.196.238) 56(84) bytes of data.←このままずっと動かず
|
50
|
+
PING google.com (216.58.196.238) 56(84) bytes of data.←このままずっと動かず
|
51
|
+
NTPでntp.nict.jpを指定しても時間取得ができないのですがそれもproxy介してるからでしょうか?
|
1
試したこと追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,6 +30,21 @@
|
|
30
30
|
|
31
31
|
更新日時が新しいものを調べたりしましたがどれが正しいのか分からず詰まっています。
|
32
32
|
|
33
|
+
2/14更新
|
34
|
+
/etc/apt/apt.confを設定したらラズパイに最初からあるブラウザでgoogle開けました。
|
35
|
+
```
|
36
|
+
Acquire::http::proxy "http://192.168.10.249:8080/";
|
37
|
+
Acquire::https::proxy "https://192.168.10.249:8080/";
|
38
|
+
Acquire::ftp::proxy "ftp://192.168.10.249:8080/";
|
39
|
+
Acquire::socks::proxy "socks://192.168.10.249:8080/";
|
40
|
+
```
|
41
|
+
ただpingは通らないままです。
|
42
|
+
|
33
43
|
### 補足情報(FW/ツールのバージョンなど)
|
34
44
|
|
45
|
+
PC(192.168.224.195)とラズパイ(192.168.224.220)はハブ?に有線で接続されています。
|
35
|
-
|
46
|
+
デフォルトゲートウェイ(192.168.224.254)
|
47
|
+
|
48
|
+
|
49
|
+
pi@raspberrypi:~ $ ping google.com
|
50
|
+
PING google.com (216.58.196.238) 56(84) bytes of data.←このままずっと動かず
|