Skip to content

Commit

Permalink
Merge pull request #25 from linuxmuster/remove-gateway4
Browse files Browse the repository at this point in the history
Gateway4 deprecated
  • Loading branch information
HappyBasher committed May 19, 2023
2 parents b209b10 + ea4cbbe commit 081d11f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions share/templates/01-netcfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ network:
version: 2
ethernets:
@@iface@@:
dhcp4: no
dhcp6: no
dhcp4: false
dhcp6: false
addresses: [@@hostip@@/@@bitmask@@]
gateway4: @@gateway@@
routes:
- to: default
via: @@gateway@@
nameservers:
addresses: [@@serverip@@,@@firewallip@@]
@@dnssearch@@

0 comments on commit 081d11f

Please sign in to comment.