view modules/privat/templates/eth0.epp @ 471:65290cb0cec2 default tip

Tidy up SSH firewall handling We can be generic while referencing private values for specific ports
author IBBoard <dev@ibboard.co.uk>
date Sun, 12 May 2024 19:51:53 +0100
parents 8a3c3eb60fdd
children
line wrap: on
line source

<%- |
	Stdlib::IP::Address::V6 $default_address,
	Stdlib::IP::Address::V6 $gateway_address,
| -%>
auto eth0
no-auto-down eth0
iface eth0 inet6 static
    address <%= $default_address %>
    netmask 64
    gateway <%= $gateway_address %>