Disable IPv6 on lan network for shell hosts

This commit is contained in:
Timo Makinen 2021-03-23 16:32:10 +00:00
parent 786b8699ff
commit cc3f8748a0
2 changed files with 2 additions and 0 deletions

View file

@ -13,3 +13,4 @@ network_interfaces:
netmask: 255.255.255.0 netmask: 255.255.255.0
proto: static proto: static
nameservers: [172.20.30.2] nameservers: [172.20.30.2]
ip6addr: none

View file

@ -13,3 +13,4 @@ network_interfaces:
netmask: 255.255.255.0 netmask: 255.255.255.0
proto: static proto: static
nameservers: [172.20.30.2] nameservers: [172.20.30.2]
ip6addr: none