1 Answer
- Newest
- Most votes
- Most comments
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.
Relevant content
- asked 2 years ago
- asked 10 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 6 days ago
- AWS OFFICIALUpdated 2 months ago
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.