Re: [bitfolk] Ubuntu 18.04+ and netplan (Was: Re: Network no…

Top Page

Reply to this message
Author: Henry Gomersall
Date:  
To: users
Subject: Re: [bitfolk] Ubuntu 18.04+ and netplan (Was: Re: Network not coming up)
On 13/11/2018 17:17, Andreas Olsson wrote:
> In case it helps anyone, here is my current 01-netcfg.yaml.
>
>   network:
>     version: 2
>     renderer: networkd
>     ethernets:
>       eth0:
>         addresses:
>           - "85.119.82.90/21"
>           - "85.119.83.127/32"
>           - "2001:ba8:1f1:f1d1::22/64"
>           - "2001:ba8:1f1:f1d1::2/64"
>         gateway4: 85.119.80.1
>         gateway6: "2001:ba8:1f1:f1d1::1"

>
> Above results in a setup where the default outgoing addresses are
> 85.119.82.90 and 2001:ba8:1f1:f1d1::2. Unsure whatever there is a more
> explicit way to set that up.



That's great, thank you.

I haven't had time to go back and sort this for the last week, but it
sounds like we have the solution!

Cheers,

Henry