Maxscale: Socket creation failed: 97, Address family not supported by protocol
“Address family not supported by protocol” means your MaxScale instance is attempting to bind to IPv6 addresses, but your system doesn’t support that for some reason. IPv6 support was added in MaxScale 2.1: . IPv6 Support MaxScale 2.1.2 added support for IPv6 addresses. The default interface that listeners bind to was changed from the IPv4…