Can't connect client to Vagrant based server on OSX

Matt,

Thanks for reporting this issue. As a workaround you can do the following:

Modify your config to publish the localhost IP.

Edit /etc/aerospike/aerospike.conf

and add the access-address directive in the network service stanza

example:

network {
        service {
                address any
                port 3000
                access-address 127.0.0.1 virtual
        }