I have a consul server running on ubuntu box via vagrant and virtual box It appears to be running correctly:
I then ssh onto the box and run:
consul members
but I get this output:
What am I doing wrong? I cant figure this out as I am following consul tutorial, and it seems to have no issue with this
Adding config.json file
{
"bootstrap": true,
"server": true,
"datacenter": "dc1",
"data_dir": "/var/consul",
"encrypt": "Dt3P9SpKGAR/DIUN1cDirg==",
"log_level": "INFO",
"enable_syslog": true,
"bind_addr": "172.20.20.10",
"client_addr": "172.20.20.10"
}

