Skip to content

worker not reachable after config apply #9084

Answered by KoffeinKaio
KoffeinKaio asked this question in Q&A
Discussion options

You must be logged in to vote

At hetzner (and maybe other providers) same-subnet traffic is blocked and has to go over a gateway:

https://docs.hetzner.com/robot/dedicated-server/network/net-config-debian-ubuntu/

so

        interfaces:
            - deviceSelector:
                  busPath: "0*"
              addresses:
                  - xxx.xxx.xxx.xxx/26
              routes:
                  - network: 0.0.0.0/0
                    gateway: xxx.xxx.xxx.xxx

has to be:

        interfaces:
            - deviceSelector:
                  busPath: "0*"
              addresses:
                  - xxx.xxx.xxx.xxx/32
              routes:
                  - network: 0.0.0.0/0
                    gateway: xxx.xxx.xxx.…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@KoffeinKaio
Comment options

@smira
Comment options

@KoffeinKaio
Comment options

@smira
Comment options

@KoffeinKaio
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by KoffeinKaio
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