Hey,
In order to have tunneling enabled on a router, do I need to specify -t arg upon creation like ziti edge create edge-router ... -t
? Or Is it enough to add the binding tunnel
on the router config ?
Hey,
In order to have tunneling enabled on a router, do I need to specify -t arg upon creation like ziti edge create edge-router ... -t
? Or Is it enough to add the binding tunnel
on the router config ?
Yes it must be during router creation.
If you forget to add the -t
flag during creation, you can also update the router later using ziti edge update router <router id or name> -t
No kidding? Excellent! Good to know. Thanks Paul