The VM hosts have multiple network interfaces with IPv6 addresses, so collectd may not always choose the correct one to send metrics. Thus we have to explicitly tell it to use the management interface, to avoid it sending data on the SAN interface.
16 lines
299 B
YAML
16 lines
299 B
YAML
dhcpcd_nodev: true
|
|
dhcpcd_allow_interfaces:
|
|
- enp5s0
|
|
- bond1
|
|
dhcpcd_interfaces:
|
|
- name: bond1
|
|
config:
|
|
- noipv4
|
|
- static ip6_address=fd68:c2d2:500e:3ea3:8d5f:c3b0:a73c:55d6/64
|
|
storage_iface: bond1
|
|
samba_interfaces:
|
|
- enp5s0
|
|
collectd_network_servers:
|
|
- host: ff18::efc0:4a42
|
|
interface: enp5s0
|