Created
January 4, 2023 23:49
-
-
Save matteskes/36829ceb97e185f92eb3236fbbe429a7 to your computer and use it in GitHub Desktop.
Firewall allowed for local lan iscsi lun access?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PowerShell 7.4.0-preview.1 | |
PS C:\Users\matte> get-netfirewallservicefilter -Service msiscsi | get-netfirewallrule | |
Name : MsiScsi-In-TCP-NoScope | |
DisplayName : iSCSI Service (TCP-In) | |
Description : Inbound rule for the iSCSI Service to allow communications with an iSCSI server or | |
device. [TCP] | |
DisplayGroup : iSCSI Service | |
Group : @FirewallAPI.dll,-29002 | |
Enabled : False | |
Profile : Domain | |
Platform : {} | |
Direction : Inbound | |
Action : Allow | |
EdgeTraversalPolicy : Block | |
LooseSourceMapping : False | |
LocalOnlyMapping : False | |
Owner : | |
PrimaryStatus : OK | |
Status : The rule was parsed successfully from the store. (65536) | |
EnforcementStatus : NotApplicable | |
PolicyStoreSource : PersistentStore | |
PolicyStoreSourceType : Local | |
RemoteDynamicKeywordAddresses : {} | |
Name : MsiScsi-In-TCP | |
DisplayName : iSCSI Service (TCP-In) | |
Description : Inbound rule for the iSCSI Service to allow communications with an iSCSI server or | |
device. [TCP] | |
DisplayGroup : iSCSI Service | |
Group : @FirewallAPI.dll,-29002 | |
Enabled : False | |
Profile : Private, Public | |
Platform : {} | |
Direction : Inbound | |
Action : Allow | |
EdgeTraversalPolicy : Block | |
LooseSourceMapping : False | |
LocalOnlyMapping : False | |
Owner : | |
PrimaryStatus : OK | |
Status : The rule was parsed successfully from the store. (65536) | |
EnforcementStatus : NotApplicable | |
PolicyStoreSource : PersistentStore | |
PolicyStoreSourceType : Local | |
RemoteDynamicKeywordAddresses : {} | |
Name : MsiScsi-Out-TCP-NoScope | |
DisplayName : iSCSI Service (TCP-Out) | |
Description : Outbound rule for the iSCSI Service to allow communications with an iSCSI server or | |
device. [TCP] | |
DisplayGroup : iSCSI Service | |
Group : @FirewallAPI.dll,-29002 | |
Enabled : False | |
Profile : Domain | |
Platform : {} | |
Direction : Outbound | |
Action : Allow | |
EdgeTraversalPolicy : Block | |
LooseSourceMapping : False | |
LocalOnlyMapping : False | |
Owner : | |
PrimaryStatus : OK | |
Status : The rule was parsed successfully from the store. (65536) | |
EnforcementStatus : NotApplicable | |
PolicyStoreSource : PersistentStore | |
PolicyStoreSourceType : Local | |
RemoteDynamicKeywordAddresses : {} | |
Name : MsiScsi-Out-TCP | |
DisplayName : iSCSI Service (TCP-Out) | |
Description : Outbound rule for the iSCSI Service to allow communications with an iSCSI server or | |
device. [TCP] | |
DisplayGroup : iSCSI Service | |
Group : @FirewallAPI.dll,-29002 | |
Enabled : False | |
Profile : Private, Public | |
Platform : {} | |
Direction : Outbound | |
Action : Allow | |
EdgeTraversalPolicy : Block | |
LooseSourceMapping : False | |
LocalOnlyMapping : False | |
Owner : | |
PrimaryStatus : OK | |
Status : The rule was parsed successfully from the store. (65536) | |
EnforcementStatus : NotApplicable | |
PolicyStoreSource : PersistentStore | |
PolicyStoreSourceType : Local | |
RemoteDynamicKeywordAddresses : {} | |
PS C:\Users\matte> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment