質問編集履歴

3

追記

2021/05/06 05:06

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- タイトルの通りEC2にてsambaを構築、クライアントVPNエンドポイントを使用して自分のPCにVPN接続を行ってEC2へ接続し、
5
+ タイトルの通りEC2にてsambaを構築して「/file」を共有、クライアントVPNエンドポイントを使用して自分のPCにVPN接続を行ってEC2へ接続し、
6
6
 
7
7
  ファイル共有しようかと思っています。
8
8
 

2

追記

2021/05/06 05:06

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -186,4 +186,10 @@
186
186
 
187
187
 
188
188
 
189
+ 加えて、共有したいフォルダ「/file」を権限777、「nobody」にも設定しています。
190
+
191
+ drwxrwxrwx 3 nobody nobody 4096 May 6 00:36 file
192
+
193
+
194
+
189
195
  一応EC2から自PCへネットワークには接続できているので問題はsambaの設定上かと思っています。

1

誤字

2021/05/06 05:03

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -60,9 +60,9 @@
60
60
 
61
61
  [2021/05/06 04:19:48.625578, 2] ../../auth/auth_log.c:647(log_authentication_event_human_readable)
62
62
 
63
- Auth: [SMB2,(null)] user [MicrosoftAccount][rooktec5] 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][rooktec5]. local host [ipv4:10.0.0.85:445]
63
+ 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]
64
64
 
65
- {"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": "rooktec5", "workstation": "DESKTOP-IC1T2LR", "becameAccount": null, "becameDomain": null, "becameSid": null, "mappedAccount": "rooktec5", "mappedDomain": "MicrosoftAccount", "netlogonComputer": null, "netlogonTrustAccount": null, "netlogonNegotiateFlags": "0x00000000", "netlogonSecureChannelType": 0, "netlogonTrustAccountSid": null, "passwordType": "NTLMv1", "duration": 82142}}
65
+ {"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}}
66
66
 
67
67
  ```
68
68