-
Notifications
You must be signed in to change notification settings - Fork 0
/
JKCinfo_3.html
171 lines (158 loc) · 6.3 KB
/
JKCinfo_3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>
情報基盤センターの初期設定の説明2-2_PowershellでWeb ブラウザに学内専用サイトを閲覧する設定をする(前編)
</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="main">
<header>
<h1>
Lunatic電通生もっちゃんの部屋
</h1>
</header>
<aside>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/">Top</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_1">STEP 0 & はじめに</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_2">STEP 1</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_2_9">STEP 2</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_3">STEP 2_SSH-PowerShell</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_4">STEP 2_SSH-PuTTY</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_5">STEP 3</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_6">STEP 4</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_7">STEP 5</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_8">STEP 5_L2TP</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_9">STEP 5_SSL</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_10">STEP 6</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_11">STEP 7 & おわりに</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/nichijyou">日常・大学生活</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/koken">こーけん</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/mani">まにけん</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/touhou-club">電々。通信</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/sns">SNS</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/link">有用UEC生のlink集</a>
</p>
</aside>
<section>
<h2>
STEP 2-1 PowershellでWebブラウザに学内専用サイトを閲覧する設定をする
</h2>
<p>
「学外」からアクセスしている人向けの情報になります。「学内」アクセス中の人は飛ばしてください。
</p>
<img src="./src/step2_1.png" alt="" height=auto width=30% />(引用:情報基盤センターHP)
<p>
Windows 10の方は、スタートボタンの横の「検索」から「Powershell」と検索して、「Windows PowerShell」(無印)を選択してください。
</p>
<br>
<img src="./src/step2_2.png" alt="" height=auto width=70% />
<p>
次に、以下のコードをコピー&Powershellにペーストしてください。コピーは範囲を選択して「Ctrl+C」、ペーストは「Ctrl+V」です。
</p>
<code>
ssh sol.edu.cc.uec.ac.jp -L 8080:proxy.uec.ac.jp:8080 -l x20xxxxx
</code>
<p>
ペーストしたあとに、「x20xxxxx」を自分のUECアカウントにしてください。そして、「Enter」を押してください。
</p>
<br>
<p>
この後に、何か文章が出てきて「yes/no」ときかれたら、「Yes」と入力して「Enter」を押してください。
</p>
<img src="./src/step2_3.png" alt="" height=auto width=70% />
<p>
次にパスワードを入力します。初期パスワードを入力し、終わったら「Enter」を押してください。この時に画面には何も表示されないので注意してください。
</p>
<img src="./src/step2_4.png" alt="" height=auto width=70% />
<p>
このような画面が出てきたら成功です。(Last Loginは出てこない人もいます)。
</p>
<h3>
この画面をひらいたままにしておきましょう。
</h3>
<br>
<br>
<p>
次に、Step 1でインストールした「Firefox」を立ち上げます。
</p>
<img src="./src/step2_5.png" alt="" height=auto width=50% />
<p>
「右上の三 ⇒ オプション ⇒ 一般」を選択し、一番下にある「接続設定」をクリックします。
</p>
<img src="./src/step2_6.png" alt="" height=auto width=70% />
<p>
上の画像の黄色の印を手がかりに入力をお願いします。
<ul>
<li>「手動でプロキシを設定する」にチェック</li>
<li>HTTPプロキシ欄に「localhost」と入力</li>
<li>ポート欄に「8080」と入力</li>
<li>その下の「このプロキシーを FTP と HTTPS でも使用する(S)」にチェック</li>
</ul>
そして、下の「OK」を押してください。
</p>
<br>
<img src="./src/step2_7.png" alt="" height=auto width=70% />
<p>
そして、<a href="https://www.cc.uec.ac.jp/in/" target="_blank">https://www.cc.uec.ac.jp/in/</a>にアクセスしてください。
</p>
<img src="./src/step2_8.png" alt="" height=auto width=70% />
<p>
上のような画面が出たら成功です。
</p>
<br>
<p>
なお、SSHを使用しない場合は、「システムのプロキシー設定を使用する」にもどしておきましょう。
</p>
<br>
<br>
<p>
Next -> <a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_5">STEP 3 UEC アカウントの初期パスワードを変更する</a>
</p>
</section>
<footer>
<address>
最終更新日:2020年04月29日
</address>
</footer>
</div>
</body>
</html>