Thanks, but we need to see the config file from within the container to make sure it's been updated accordingly.
When you see something like this:
failed to connect to ER[ziti-edge-router] [-3001/temporary failure]
it's might be internet related, but it's usually configuration related. wrong port in advertise section, hostname not eternal DNS in the advertise section etc.
Did you use docker compose? If so, did you make sure to down -v? If you see advertise: ziti-edge-router:8442 (like you have shown), it won't work. You need to make sure that has the expected advertised address
You'll have to reenroll your tunneler too but before getting there, make sure the advertised address is correct for the controller and router. It's vital to the overall deployment. The controller seems to have the correct address so I'm thinking the down -v is the answer. You should have seen this log message when the router comes online telling you that it's not overwriting the existing config file:
echo " Found existing config file ${_CONFIG_PATH}, not creating a new config."
How do i delete the identity in the linux tunneller? Is deleting the json and jwt is enough?
root@vi-conteneur-01:~# ziti-edge-tunnel delete vi-conteneur-01.json
received response <{"Success":false,"Error":"Identifier info is not found in the remove identity request","Data":{"Command":"RemoveIdentity","Data":{}},"Code":500}
root@vi-conteneur-01:~# ziti-edge-tunnel delete vi-conteneur-01
received response <{"Success":false,"Error":"Identifier info is not found in the remove identity request","Data":{"Command":"RemoveIdentity","Data":{}},"Code":500}
root@vi-conteneur-01:~# ziti-edge-tunnel dump
received response <{"Success":true,"Code":0}
I've not deployed browser with a docker compose deployed OpenZiti instance. The walkthrough video and example you can find here: Example Enabling BrowZer | OpenZiti
I'm certain it can work, but docker often brings a few differences that might need to be sorted out because of those nuances in docker.
Any chance you could post another youtube video explaining the RDP setup again as your sound cut out as you were explainging this in the video unfortunately ?
Hi @colin. Welcome to the community and to OpenZiti! Sure I can do that! I'll make a shorter, focused video demonstrating it. If not tonight then by the end of the week for sure.