add the uplink bridge to hellman

networking
histausse 3 years ago
parent cd516e3e18
commit b6b7003068
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -1,11 +1,15 @@
--- ---
interfaces: interfaces:
enp7s0: enp7s0:
type: void
br0:
ipv4: 10.50.2.17 ipv4: 10.50.2.17
netmaskv4: 16 netmaskv4: 16
type: static type: static
routes: bridge: true
- {subnet: 0.0.0.0, netmask: 0, gateway: 10.50.0.254} gateway: 10.50.0.254
interfaces:
- enp7s0
wg0: wg0:
ipv4: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}" ipv4: "{{ intranet.subnets.physical.subnets.hellman.ipv4 }}"
netmaskv4: "{{ intranet.netmaskv4 }}" netmaskv4: "{{ intranet.netmaskv4 }}"

Loading…
Cancel
Save