Ziti Tunnel Required Ports

What are the required ports needed for the Openziti Tunnel to work fully with the router and Controller? Is it only 1280, 6262, 10000, 10080 and 3022

I assume you mean “outbound” ports needed since no inbound ports are needed. The ziti-edge-tunnel will require outbound connectivity to the controller’s edge API that defaults to port 1280 and it will require outbound connectivity to all edge routers on the data plane port that defaults to 3022.

The settings in the controller that this value is covered by:

edge:
  api:
    address:

and corresponding

web:
  - name: client-management
    bindPoints:
      - interface: 0.0.0.0:1280
        address: sg3:1280

The relevant setting in the router config is:

listeners:
  - binding: edge
    address: tls:0.0.0.0:3022
    options:
      advertise: sg3:3022