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,23 @@
|
|||
[Match]
|
||||
Name=net0.2
|
||||
Type=vlan
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=no
|
||||
|
||||
[Network]
|
||||
Description=v4-NAT
|
||||
|
||||
IPMasquerade=ipv4
|
||||
IPv6SendRA=yes
|
||||
|
||||
[Address]
|
||||
Address=10.32.2.1/24
|
||||
|
||||
[IPv6SendRA]
|
||||
UplinkInterface=net2
|
||||
|
||||
[IPv6Prefix]
|
||||
Prefix=2a00:14b0:42:102::/64
|
||||
Assign=true
|
||||
Token=static:::1
|
Loading…
Add table
Add a link
Reference in a new issue