25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

22 satır
466B

  1. {{ ansible_managed | comment }}
  2. # interfaces(5) file used by ifup(8) and ifdown(8)
  3. auto lo
  4. iface lo inet loopback
  5. auto eth0
  6. iface eth0 inet static
  7. address {{hetzner_server_main_ip}}
  8. netmask 32
  9. gateway {{hetzner_server_gateway}}
  10. pointopoint {{hetzner_server_gateway}}
  11. iface eth0 inet6 static
  12. address {{hetzner_server_main_ipv6}}
  13. netmask 128
  14. gateway fe80::1
  15. # Include files from /etc/network/interfaces.d:
  16. source-directory /etc/network/interfaces.d