Implement an application that can do Multihoming thru SCTP using IPV6 addresses
Good Day.Â
Currently I’m working on an application about SCTP multihoming using IPV6 family type of addresses. I had already finished and tried multihoming on IPV4 addresses so I can say that converting it to IPV6 will be quite easy. Following the steps (changing family types, socket types) on my application I should have updated it and make it to run via IPV6. But sadly I’m stuck on how to bind the client to multiple virtual ipv6 addresses (Both Manually created and programmatically created)
I’m getting this error during trying to bind(ipv6_addr[iCounter]); statement :
" Cannot assign requested address"
Current OS: Redhat 5.4
As I check the virtual ip I had created were Global in Scope.
Your help will be much appreciated