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
gefragt vor einem Monat236 Aufrufe
2 Antworten
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor einem Monat
profile pictureAWS
EXPERTE
Matt-B
überprüft vor einem Monat
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
beantwortet vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen