Files
Kapisi/roles/ShadowArch/templates/netctl-bond.j2
T

9 lines
198 B
Django/Jinja
Raw Normal View History

2026-07-15 12:26:52 -05:00
Description="Bridged Network Interface for VMs"
2022-12-18 22:24:44 -06:00
Interface=br0
Connection=bridge
BindsToInterfaces=({{ ipinterface }} tun0)
IP=static
Address=('{{ ip }}/24')
Gateway='{{ router }}'
DNS=('{{ dns }}')