Re: [MirageOS-devel] Setting the gateway when configuring a Unikernel

2019-03-26 Thread Hannes Mehnert
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-

Re: [MirageOS-devel] Setting the gateway when configuring a Unikernel

2019-03-26 Thread Joe
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

Re: [MirageOS-devel] Setting the gateway when configuring a Unikernel

2019-03-25 Thread Adam Steen
‐‐‐ 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

Re: [MirageOS-devel] Setting the gateway when configuring a Unikernel

2019-03-25 Thread Mindy Preston
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

[MirageOS-devel] Setting the gateway when configuring a Unikernel

2019-03-25 Thread Adam Steen
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