Shawn Carey

Results 35 comments of Shawn Carey

We could piggy-back on the existing config types (perhaps adding "icmp" as a supported protocol), although it may be confusing when multiple ziti services are intercepted on the same IP...

Hello and thanks for pointing this out. Yeah, it seems like using builder-v3 is the first-order cause of this new dependency since builder-v3 installs the libprotobuf-c-dev package before ziti-sdk-c is...

Hi Ali, Thanks for checking out Ziti! I wrote this issue after one of the network engineers that I work with told me about custom routing tables. Some time after...

Yes, local routes are necessary if locally generated packets need to be intercepted. The routes are not needed if the tunneler only intercepts packets that are received from other hosts...

Support for address translation was added in: - [controller v1.6.1](https://github.com/openziti/ziti/releases/tag/v1.6.1). Older controllers can support this feature if the `host.v1` config type is updated as follows: ``` curl -O https://raw.githubusercontent.com/openziti/ziti/refs/heads/main/tunnel/entities/host.v1.json ziti...