Hi guys,
I noticed a problem with the validate_lab_configuration_file, there is another thread like this but was closed.
The problem is probably because there is a “regex” validation in the configuration file and it can’t accept a space between the two addresses.
My configuration file looks like these:
net:
bindIp: localhost, 192.168.103.100
port: 27000
unixDomainSocket:
enabled: false
storage:
dbPath: /data/db
security:
authorization: enabled
And the error:
You need to bind the IP address to `192.168.103.100
With ss -nltp
or netstat -nltp
is possible to see the two binded addresses.
I just removed the space between localhost and 192.168.103.100 and works fine. Where I can send this little “bug”?
Ps: This is a very nice learning system! The videos is very clear and short, congratulations.