Hello,
On 26/03/2019 14:38, Joe wrote:
> On 3/26/19 1:27 AM, Adam Steen wrote:
>>
>> Is there a central spot for mirage configure documentation?
>>
>
> I think you can run `mirage configure --help` from the directory that
> contains a unikernel `config.ml`, that at least gives you some
> context-
On 3/26/19 1:27 AM, Adam Steen wrote:
Is there a central spot for mirage configure documentation?
I think you can run `mirage configure --help` from the directory that
contains a unikernel `config.ml`, that at least gives you some
context-dependent options.
But I couldn't find anything th
‐‐‐ Original Message ‐‐‐
On Tuesday, March 26, 2019 8:07 AM, Mindy Preston
wrote:
> Hi Adam,
>
> On 3/25/19 6:59 PM, Adam Steen wrote:
>
> > Hi All
> > I am attempt to add a unikernel to my 192.168.0.*/24 network, but when I
> > configure it with
> > mirage configure -t hvt --dhcp=false
Hi Adam,
On 3/25/19 6:59 PM, Adam Steen wrote:
Hi All
I am attempt to add a unikernel to my 192.168.0.*/24 network, but when I
configure it with
mirage configure -t hvt --dhcp=false --ipv4=192.168.0.3/24
mirage configure -t hvt --dhcp=false --ipv4=192.168.0.3/24
--ipv4-gateway=192.168.0.2
Hi All
I am attempt to add a unikernel to my 192.168.0.*/24 network, but when I
configure it with
mirage configure -t hvt --dhcp=false --ipv4=192.168.0.3/24
the unikernel tries to send the response via 10.0.0.1, how do i configure the
gateway?
For bonus points; i would like to use --dhcp=true