Score:1

How to add static IPv6 in Oracle cloud

us flag

I am running OS Ubuntu 18.4. I will add static ipv6 address with netplan in Oracle cloud my netplan yaml file looks like this:

network:
  version: 2
  renderer: networkd
  ethernets:
    enp0s3:
      accept-ra: no
      addresses:
        - 10.0.0.XX/24
        - 2603:c020:8003:XXX:e9af:d0dc:XXXX:eac6/128
      gateway4: 10.0.0.1
      gateway6: 2603:c020:8003:XXX::1
      nameservers:
        addresses: [8.8.8.8,8.8.4.4]

I can ping the ipv6 address but can not connect to the Internet, I can add IPv6 address over the Oracle cloud GUI, but these addresses have a valid and expiration time, I want to add addresses with a forever lifetime.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.