質問編集履歴
3
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
-
タイトルの通りEC2にてsambaを構築、クライアントVPNエンドポイントを使用して自分のPCにVPN接続を行ってEC2へ接続し、
|
3
|
+
タイトルの通りEC2にてsambaを構築して「/file」を共有、クライアントVPNエンドポイントを使用して自分のPCにVPN接続を行ってEC2へ接続し、
|
4
4
|
ファイル共有しようかと思っています。
|
5
5
|
|
6
6
|
以下URLの通りに実施しましたが、動作確認時にsambaのパスワード入力画面で入力後、
|
2
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -92,4 +92,7 @@
|
|
92
92
|
\EC2のプライベートアドレス***
|
93
93
|
でEnterを押し、sambaの資格情報を確認する画面が表示されます。
|
94
94
|
|
95
|
+
加えて、共有したいフォルダ「/file」を権限777、「nobody」にも設定しています。
|
96
|
+
drwxrwxrwx 3 nobody nobody 4096 May 6 00:36 file
|
97
|
+
|
95
98
|
一応EC2から自PCへネットワークには接続できているので問題はsambaの設定上かと思っています。
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -29,8 +29,8 @@
|
|
29
29
|
[2021/05/06 04:19:48.624099, 2] ../../source3/auth/auth.c:334(auth_check_ntlm_password)
|
30
30
|
check_ntlm_password: Authentication for user [***] -> [***] FAILED with error NT_STATUS_WRONG_PASSWORD, authoritative=1
|
31
31
|
[2021/05/06 04:19:48.625578, 2] ../../auth/auth_log.c:647(log_authentication_event_human_readable)
|
32
|
-
Auth: [SMB2,(null)] user [MicrosoftAccount][
|
33
|
-
{"timestamp": "2021-05-06T04:19:48.625690+0000", "type": "Authentication", "Authentication": {"version": {"major": 1, "minor": 1}, "eventId": 4625, "logonType": 3, "status": "NT_STATUS_WRONG_PASSWORD", "localAddress": "ipv4:10.0.0.85:445", "remoteAddress": "ipv4:10.0.0.112:54201", "serviceDescription": "SMB2", "authDescription": null, "clientDomain": "MicrosoftAccount", "clientAccount": "
|
32
|
+
Auth: [SMB2,(null)] user [MicrosoftAccount][***] at [Thu, 06 May 2021 04:19:48.625563 UTC] with [NTLMv1] status [NT_STATUS_WRONG_PASSWORD] workstation [DESKTOP-IC1T2LR] remote host [ipv4:10.0.0.112:54201] mapped to [MicrosoftAccount][***]. local host [ipv4:10.0.0.85:445]
|
33
|
+
{"timestamp": "2021-05-06T04:19:48.625690+0000", "type": "Authentication", "Authentication": {"version": {"major": 1, "minor": 1}, "eventId": 4625, "logonType": 3, "status": "NT_STATUS_WRONG_PASSWORD", "localAddress": "ipv4:10.0.0.85:445", "remoteAddress": "ipv4:10.0.0.112:54201", "serviceDescription": "SMB2", "authDescription": null, "clientDomain": "MicrosoftAccount", "clientAccount": "***", "workstation": "DESKTOP-IC1T2LR", "becameAccount": null, "becameDomain": null, "becameSid": null, "mappedAccount": "***", "mappedDomain": "MicrosoftAccount", "netlogonComputer": null, "netlogonTrustAccount": null, "netlogonNegotiateFlags": "0x00000000", "netlogonSecureChannelType": 0, "netlogonTrustAccountSid": null, "passwordType": "NTLMv1", "duration": 82142}}
|
34
34
|
```
|
35
35
|
|
36
36
|
### 該当のソースコード
|