router(host): add systemd-networkd-based network config
Some checks failed
/ Ansible Lint (push) Failing after 48s
Some checks failed
/ Ansible Lint (push) Failing after 48s
This commit is contained in:
parent
ed8670f7da
commit
217b44c3fa
12 changed files with 126 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
[Match]
|
||||
Name=net1
|
||||
|
||||
[Network]
|
||||
DNS=212.12.50.158
|
||||
IPForward=ipv4
|
||||
IPv6AcceptRA=no
|
||||
|
||||
[Address]
|
||||
Address=212.12.48.123/24
|
||||
|
||||
[Route]
|
||||
Gateway=212.12.48.55
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue