Add default route on Hetzner cloud

Hello. VyOS ver 1.1.8. I can’t configure a default router.

Set default route

Check


It doesn’t work

Roue table

I solved the problem. I added linux commands to /config/scripts/vyatta-postconfig-bootup.script
ip r add 172.31.1.1 dev eth0
ip r add default via 172.31.1.1

I don’t understand why configuration doesn’t work via configure commands.

It’s really a Hetzner problem and how they distribute their IPs