IPv6 Compliance
Implemented BDII on a dual-stacked EL7 host
- Log in to post comments
Name of Supplier and/or Developer
EMI
Contact details for Supplier and/or Developer
Maria Alandes Pradillo
Version
EMI 2
Does developer claim IPv6 compliance?
Yes
From which version of the application does the developer claim IPv6 compliance?
2
Did you try running on dual stack system?
No
If so, did it break the application?
No
Does it bind to both stacks?
Don't know/not tested
- Log in to post comments
Is IPv6 preferred by default?
Don't know/not tested
Can it be configured to prefer IPv6 or IPv4?
Don't know/not tested
Type
Used by Experiment
ATLAS
CMS
LHCb
With bdii-5.2.23-1.el7.noarch I needed to add BDII_IPV6_SUPPORT=yes to /etc/bdii/bdii.conf (or /etc/sysconfig/bdii) for it to also listen to IPv6.
Before setting:
# ss -tlnu|grep 2170
tcp LISTEN 0 128 *:2170 *:*
After setting:
# ss -tlnu|grep 2170
tcp LISTEN 0 128 *:2170 *:*
tcp LISTEN 0 128 :::2170 :::*