-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More refined explanation of protocols/ports denied by NPs
- Loading branch information
1 parent
929c75d
commit ffe247c
Showing
5 changed files
with
1,657 additions
and
66 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN network-policy-conformance-hufflepuff/cedric-diggory[StatefulSet] => network-policy-conformance-gryffindor/harry-potter[StatefulSet]: | ||
|
||
ALLOWED UDP:[53] due to the following policies//rules: | ||
EGRESS DIRECTION (ALLOWED) | ||
1) [ANP] egress-udp//Egress rule allow-to-gryffindor-at-port-53 (Allow) | ||
INGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
|
||
DENIED UDP:[1-52,54-65535] due to the following policies//rules: | ||
EGRESS DIRECTION (DENIED) | ||
1) [ANP] egress-udp//Egress rule deny-to-gryffindor-everything-else (Deny) | ||
INGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
|
||
DENIED {SCTP,TCP}:[ALL PORTS] due to the following policies//rules: | ||
EGRESS DIRECTION (DENIED) | ||
1) [ANP] egress-udp//Egress rule deny-to-gryffindor-everything-else (Deny) | ||
INGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN network-policy-conformance-hufflepuff/cedric-diggory[StatefulSet] => network-policy-conformance-ravenclaw/luna-lovegood[StatefulSet]: | ||
|
||
All Connections due to the following policies//rules: | ||
EGRESS DIRECTION (ALLOWED) | ||
1) [ANP] egress-udp//Egress rule allow-to-ravenclaw-everything (Allow) | ||
INGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN network-policy-conformance-hufflepuff/cedric-diggory[StatefulSet] => network-policy-conformance-slytherin/draco-malfoy[StatefulSet]: | ||
|
||
ALLOWED UDP:[1-5352,5354-65535] the system default (Allow all) | ||
|
||
DENIED UDP:[5353] due to the following policies//rules: | ||
EGRESS DIRECTION (DENIED) | ||
1) [ANP] egress-udp//Egress rule deny-to-slytherin-at-port-5353 (Deny) | ||
INGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
|
||
ALLOWED {SCTP,TCP}:[ALL PORTS] the system default (Allow all) | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
The following nodes are connected due to the system default or the assumed default for IPblock (Allow all): | ||
0.0.0.0-255.255.255.255 => network-policy-conformance-gryffindor/harry-potter[StatefulSet] | ||
0.0.0.0-255.255.255.255 => network-policy-conformance-hufflepuff/cedric-diggory[StatefulSet] | ||
0.0.0.0-255.255.255.255 => network-policy-conformance-ravenclaw/luna-lovegood[StatefulSet] | ||
0.0.0.0-255.255.255.255 => network-policy-conformance-slytherin/draco-malfoy[StatefulSet] | ||
network-policy-conformance-gryffindor/harry-potter[StatefulSet] => 0.0.0.0-255.255.255.255 | ||
network-policy-conformance-gryffindor/harry-potter[StatefulSet] => network-policy-conformance-hufflepuff/cedric-diggory[StatefulSet] | ||
network-policy-conformance-gryffindor/harry-potter[StatefulSet] => network-policy-conformance-ravenclaw/luna-lovegood[StatefulSet] | ||
network-policy-conformance-gryffindor/harry-potter[StatefulSet] => network-policy-conformance-slytherin/draco-malfoy[StatefulSet] | ||
network-policy-conformance-hufflepuff/cedric-diggory[StatefulSet] => 0.0.0.0-255.255.255.255 | ||
network-policy-conformance-ravenclaw/luna-lovegood[StatefulSet] => 0.0.0.0-255.255.255.255 | ||
network-policy-conformance-ravenclaw/luna-lovegood[StatefulSet] => network-policy-conformance-gryffindor/harry-potter[StatefulSet] | ||
network-policy-conformance-ravenclaw/luna-lovegood[StatefulSet] => network-policy-conformance-hufflepuff/cedric-diggory[StatefulSet] | ||
network-policy-conformance-ravenclaw/luna-lovegood[StatefulSet] => network-policy-conformance-slytherin/draco-malfoy[StatefulSet] | ||
network-policy-conformance-slytherin/draco-malfoy[StatefulSet] => 0.0.0.0-255.255.255.255 | ||
network-policy-conformance-slytherin/draco-malfoy[StatefulSet] => network-policy-conformance-gryffindor/harry-potter[StatefulSet] | ||
network-policy-conformance-slytherin/draco-malfoy[StatefulSet] => network-policy-conformance-hufflepuff/cedric-diggory[StatefulSet] | ||
network-policy-conformance-slytherin/draco-malfoy[StatefulSet] => network-policy-conformance-ravenclaw/luna-lovegood[StatefulSet] |
Oops, something went wrong.