Skip to content

Leaf cluster in status offline #52961

Answered by webvictim
Anastasia-kolp asked this question in Q&A
Discussion options

You must be logged in to vote

You shouldn't need to set tunnel_listen_addr in either your root or leaf's proxy service configs. Try removing that.

You should also set a public address for your cluster - it will need to be a DNS name (with an A record pointing to your root cluster's IP address):

version: v3
teleport:
  nodename: teleport-proxy
  data_dir: /var/lib/teleport
  auth_server: :3025
  auth_token: "super-secret-token"
  log:
    output: stderr
    severity: INFO
auth_service:
  enabled: no
proxy_service:
  enabled: yes
  web_listen_addr: 0.0.0.0:443
+ public_addr: teleport.example.com:443
- tunnel_listen_addr: 0.0.0.0:3024
ssh_service:
  enabled: no

You will also need a valid TLS certificate for teleport.exam…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Anastasia-kolp
Comment options

Answer selected by Anastasia-kolp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants