Disable IPv6 on lan network for shell hosts
This commit is contained in:
parent
786b8699ff
commit
cc3f8748a0
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue