Hi everyone:
I am new using OpenZiti.
Now, I am try in install it through “Local - No Docker” on Ubuntu 22.04.1 LTS.
However, I am facing following issue:
~$ zitiLogin
The connection to the server zhao2:1280 was refused - did you specify the right host or port?
[2]- Done “${ZITI_BIN_DIR-}/ziti-controller” run “${ZITI_HOME_OS_SPECIFIC}/${ZITI_EDGE_CONTROLLER_RAWNAME}.yaml” &> “${log_file}”
[3]+ Done “${ZITI_BIN_DIR}/ziti-router” run “${ZITI_HOME_OS_SPECIFIC}/${ZITI_EDGE_ROUTER_RAWNAME}.yaml” > “${log_file}” 2>&1
AND:
~$ startRouter
[1] 6718
Express Edge Router started as process id: 6718. log located at: /home/zhao2/.ziti/quickstart/zhao2/zhao2-edge-router.log
AND:
~$ stopRouter
bash: kill: (6718) - No such process
ERROR: something went wrong with stopping the router(s)
[1]+ Exit 1 “${ZITI_BIN_DIR}/ziti-router” run “${ZITI_HOME_OS_SPECIFIC}/${ZITI_EDGE_ROUTER_RAWNAME}.yaml” > “${log_file}” 2>&1
I will be really appreciate if you could please share some idea to solve these problems.
Looking forward to hearing from you.