Advertisement
Guest User

/etc/netplan/01-netcfg.yaml

a guest
Feb 29th, 2024
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. ### Hetzner Online GmbH installimage
  2. network:
  3. version: 2
  4. renderer: networkd
  5. ethernets:
  6. enp35s0:
  7. addresses:
  8. - 168.119.79.251/32
  9. - 2a01:4f8:251:31c5::2/64
  10. routes:
  11. - on-link: true
  12. to: 0.0.0.0/0
  13. via: 168.119.79.193
  14. gateway6: fe80::1
  15. nameservers:
  16. addresses:
  17. - 213.133.100.100
  18. - 213.133.98.98
  19. - 213.133.99.99
  20. - 2a01:4f8:0:1::add:9898
  21. - 2a01:4f8:0:1::add:9999
  22. - 2a01:4f8:0:1::add:1010
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement