Skip to content

Issues in getting sctp multi homing instance to work .. #922

Answered by TrekkieCoder
megarajan asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks @megarajan ,

I quickly tested your scenario. It works fine. My steps are as follows :

  1. Disable ipv6 in client, loxilb and server VMs
  2. Use the following sysctls in client/server (optional for now)
sysctl net.ipv4.conf.<intf-name>.arp_accept=1
sysctl net.ipv4.conf.default.arp_accept=1
  1. Create LB rule in loxilb docker as follows:
loxicmd create lb 10.77.87.205 --name=sctpmh1 --secips=10.77.87.201,10.77.87.202,10.77.87.203 --sctp=2020:9999 --endpoints=10.77.87.181:1 --mode=fullnat
  1. Set "MASTER" instance state of loxilb docker from loxilb VM
curl -X 'POST'   'http://127.0.0.1:11111/netlox/v1/config/cistate'   -H 'accept: application/json'   -H 'Content-Type: application/json'   -d '…

Replies: 10 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@megarajan
Comment options

@TrekkieCoder
Comment options

@megarajan
Comment options

@TrekkieCoder
Comment options

Answer selected by UltraInstinct14
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@megarajan
Comment options

@megarajan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants