Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: sctp firewalling #59

Closed
jerome-jutteau opened this issue Jun 28, 2016 · 1 comment
Closed

test: sctp firewalling #59

jerome-jutteau opened this issue Jun 28, 2016 · 1 comment

Comments

@jerome-jutteau
Copy link
Contributor

jerome-jutteau commented Jun 28, 2016

We would like to check if exotic protocol filtering like sctp are managed by Butterfly.
Butterfly will also be able to manage SCTP port ranges.

Note: this issue has already been 95% done with tests/scenario_34/ except that setup/test is not done

Initial setup:

  • VM1 configured on vni 42 with security group sg-1
  • VM2 configured on vni 42 with security group sg-1
  • sg-1 has no rules

Test that:

  • Test SCTP connection VM1 -> VM2: KO
  • Test SCTP connection VM2 -> VM1: KO

Change setup:

  • Add rule to sg-1 allowing all protocols (-1) from all hosts

Test that:

  • Test SCTP connection VM1 -> VM2: OK
  • Test SCTP connection VM2 -> VM1: OK

Change setup:

  • Remove rule to sg-1 allowing all protocols (-1) from all hosts

Test that:

  • Test SCTP connection VM1 -> VM2: KO
  • Test SCTP connection VM2 -> VM1: KO

Change setup:

  • Add rule to sg-1 allowing only IP protocol 132 (sctp)

Test that:

  • Test SCTP connection VM1 -> VM2: OK
  • Test SCTP connection VM2 -> VM1: OK
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 6, 2016
…DP are open

closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 7, 2016
…DP are open

closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 12, 2016
…DP are open

closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 13, 2016
…DP are open

closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 13, 2016
…DP are open

closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 13, 2016
…DP are open

closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 27, 2016
…DP are open

closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Oct 4, 2016
…DP are open

closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Oct 4, 2016
…DP are open

closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
jerome-jutteau pushed a commit that referenced this issue Oct 6, 2016
closed #59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
Signed-off-by: Jerome Jutteau <jerome.jutteau@outscale.com>
@jerome-jutteau jerome-jutteau reopened this Oct 6, 2016
@jerome-jutteau
Copy link
Contributor Author

provided commit does not test this.

@jerome-jutteau jerome-jutteau changed the title test: check that other protocols than TCP/UDP are open test: sctp firewalling Oct 6, 2016
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Jan 10, 2017
closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Jan 11, 2017
closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Jan 16, 2017
closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Jan 16, 2017
closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Jan 18, 2017
closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Jan 19, 2017
closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Jan 20, 2017
closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Jan 24, 2017
closed outscale#59

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
jerome-jutteau added a commit to jerome-jutteau/butterfly that referenced this issue Feb 21, 2017
closes outscale#59
closes outscale#152

Signed-off-by: Jerome Jutteau <jerome.jutteau@outscale.com>
jerome-jutteau added a commit to jerome-jutteau/butterfly that referenced this issue Feb 21, 2017
closes outscale#59
closes outscale#152

Signed-off-by: Jerome Jutteau <jerome.jutteau@outscale.com>
jerome-jutteau added a commit to jerome-jutteau/butterfly that referenced this issue Feb 21, 2017
closes outscale#59
closes outscale#152

Signed-off-by: Jerome Jutteau <jerome.jutteau@outscale.com>
jerome-jutteau added a commit to jerome-jutteau/butterfly that referenced this issue Feb 23, 2017
closes outscale#59
closes outscale#152

Signed-off-by: Jerome Jutteau <jerome.jutteau@outscale.com>
jerome-jutteau added a commit to jerome-jutteau/butterfly that referenced this issue Feb 27, 2017
closes outscale#59
closes outscale#152

Signed-off-by: Jerome Jutteau <jerome.jutteau@outscale.com>
jerome-jutteau added a commit to jerome-jutteau/butterfly that referenced this issue Feb 27, 2017
closes outscale#59
closes outscale#152

Signed-off-by: Jerome Jutteau <jerome.jutteau@outscale.com>
jerome-jutteau added a commit to jerome-jutteau/butterfly that referenced this issue Mar 3, 2017
closes outscale#59
closes outscale#152

Signed-off-by: Jerome Jutteau <jerome.jutteau@outscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants