Z8 .conf file changes and connection issues?

Am I on the right chain?

ub1@ub1:~/zcash$ lsof -i | grep zcashd
zcashd 5787 ub1 8u IPv6 132376 0t0 TCP ip6-localhost:18232 (LISTEN)
zcashd 5787 ub1 9u IPv4 132377 0t0 TCP localhost:18232 (LISTEN)
zcashd 5787 ub1 11u IPv6 132378 0t0 TCP *:18233 (LISTEN)
zcashd 5787 ub1 12u IPv4 132379 0t0 TCP *:18233 (LISTEN)
zcashd 5787 ub1 21u IPv4 107897 0t0 TCP 192.168.2.17:56072->zcointest.leastauthority.com:18233 (ESTABLISHED)
ub1@ub1:~/zcash$ ./src/zcash-cli getinfo
{
“version” : 110200,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 4031,
“timeoffset” : 0,
“connections” : 1,
“proxy” : “”,
“difficulty” : 127.87510671,
“testnet” : true,
“keypoololdest” : 1471138157,
“keypoolsize” : 101,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “This is a pre-release test build - use at your own risk - do not use for mining or merchant applications”
}