1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
Hi there.
A few things to consider are:
- Is the EC2 instance in a public subnet? If not, it is not possible. If so, ensure you are using the correct public DNS or IP (Elastic IP preferable).
- Are you allowing inbound and outbound TCP traffic on port 445 in the subnet NACL?
- Are you allowing inbound TCP traffic on port 445 in the instance security group?
- If Windows Firewall is enabled, you also need inbound and outbound TCP traffic allowed on port 445.
I hope this helps.
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a un an
- demandé il y a 7 mois
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 mois
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a un an
Thanks for your reply.
Hi there.
Thanks.
Hi.
the subnet is public and the port 445 is allowing traffic (i mounted another drive folder from external machine and it works). I dont know why the shared folder from ec2 instance is not working.