Windows Firewall

0

Hello, I'm using AWS with RDP to log on the remote desktop unfortunately I activate the firewall and by default it blocks all incoming traffic, how to solve this? Thanks

amsa
質問済み 1ヶ月前236ビュー
2回答
0
承認された回答

Hello.

Try disabling Windows Firewall using AWSSupport-TroubleshootRDP from the SSM automation documentation.
https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/troubleshoot-connect-windows-instance.html#Troubleshooting-Remote-Desktop-Connection-issues-using-AWS-Systems-Manager

To use SSM automation documents, you must register EC2 as an SSM managed instance.
Please set up an IAM role on EC2 by following the steps in the document below.
https://docs.aws.amazon.com/systems-manager/latest/userguide/setup-instance-permissions.html#instance-profile-add-permissions

profile picture
エキスパート
回答済み 1ヶ月前
profile pictureAWS
エキスパート
Matt-B
レビュー済み 1ヶ月前
0

Very useful!, after using the SSM I was able to login the system with command line then disable the Firewall with the command

netsh advfirewall set allprofiles state off

Thanks for your support

amsa
回答済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ