Here's a script that should do the trick (run in dom0):

$ cat create-mirage-firewall-vm 
#!/bin/bash

qvm-create \
  --property kernel=mirage-firewall \
  --property kernelopts=None \
  --property memory=32 \
  --property maxmem=32 \
  --property netvm=sys-net \
  --property provides_network=True \
  --property vcpus=1 \
  --property virt_mode=pv \
  --label=red \
  --class StandaloneVM \
  mirage-firewall

On Saturday, December 30, 2017 at 6:46:25 AM UTC-5, [email protected] 
wrote:
> On Friday, December 29, 2017 at 3:51:47 AM UTC-5, Roy Bernat wrote:
> > On Monday, 25 December 2017 09:20:02 UTC+2, Roy Bernat  wrote:
> > > On Sunday, 24 December 2017 16:24:37 UTC+2, donoban  wrote:
> > > > On 12/24/2017 12:57 PM, Roy Bernat wrote:
> > > > > 
> > > > > Hi 
> > > > > 
> > > > > Not seems to work for me . 
> > > > > 
> > > > > Ideas ? 
> > > > > 
> > > > > R
> > > > > 
> > > > 
> > > > Could you paste your 'qvm-prefs mirage-firewall' output?
> > > 
> > > autostart             D  False
> > > backup_timestamp      D  
> > > debug                 -  False
> > > default_dispvm        D  fedora-25-dvm
> > > default_user          D  user
> > > gateway               D  
> > > gateway6              D  
> > > include_in_backups    D  True
> > > installed_by_rpm      D  False
> > > ip                    D  10.137.0.33
> > > ip6                   D  
> > > kernel                -  mirage-firewall
> > > kernelopts            D  nopat
> > > klass                 D  AppVM
> > > label                 -  green
> > > mac                   D  
> > > maxmem                -  320
> > > memory                -  32
> > > name                  -  mirage-firewall
> > > netvm                 -  sys-net
> > > provides_network      -  False
> > > qid                   -  33
> > > qrexec_timeout        D  60
> > > stubdom_mem           U
> > > stubdom_xid           D  -1
> > > template              -  fedora-26-minimal
> > > template_for_dispvms  D  False
> > > updateable            D  False
> > > uuid                  -  378b816e-b7bf-4ec3-a22a-03218cc433bd
> > > vcpus                 -  1
> > > virt_mode             -  pv
> > > visible_gateway       D  10.137.0.5
> > > visible_gateway6      D  
> > > visible_ip            D  10.137.0.33
> > > visible_ip6           D  
> > > visible_netmask       D  255.255.255.255
> > > xid                   D  -1
> > 
> > Someone ???
> 
> Try changing provides_network:
> 
> $ qvm-prefs mirage-firewall provides_network True

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/5817f5c8-e224-4505-bb49-76f85303fca5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to