build04: fix ipv6 address
This commit is contained in:
parent
1d045ed5f6
commit
8ac5e70d7e
1 changed files with 6 additions and 1 deletions
|
@ -30,7 +30,12 @@
|
|||
[Match]
|
||||
Type = ether
|
||||
[Network]
|
||||
DHCP = both
|
||||
DHCP = yes
|
||||
IPv6AcceptRA = true
|
||||
# Usually dhcpv6 should give us a public address, but it doesn't seem to work for oracle with both networkd/dhcpcd
|
||||
# so we set it manually here. One can get the address by clicking on the primary vnic in the oracle console and
|
||||
# under Resources -> IPv6 Addresses
|
||||
Address = 2603:c022:c001:b500:f1d4:5343:e8ce:d6ba
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue