Disable IPv6 Router Advertisement (RA) as it provision an additional IP address that we do not want to use and breaks things
This commit is contained in:
parent
5902805ac9
commit
bf9a9128b8
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@ Name={{ interface }}
|
|||
Address={{ ipv4 }}/24
|
||||
Address={{ ipv6 }}/64
|
||||
Gateway=192.168.1.254
|
||||
IPv6AcceptRA=no
|
||||
LinkLocalAddressing=no
|
||||
|
|
Reference in a new issue