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 個月前檢視次數 248 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南