Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-30 Thread Roy Bernat
On Saturday, 30 December 2017 15:51:14 UTC+2, ra...@ralphdouglass.com wrote: > 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

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-30 Thread ralph
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

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-30 Thread ralph
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

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-29 Thread Roy Bernat
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

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-24 Thread Roy Bernat
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

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-24 Thread donoban
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? -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-24 Thread Roy Bernat
On Saturday, 23 December 2017 11:23:39 UTC+2, Reynir Björnsson wrote: > Hi, > > On Friday, 22 December 2017 22:59:24 UTC+1, Roy Bernat wrote: > > On Friday, 22 December 2017 23:51:29 UTC+2, donoban wrote: > > > >Hi All > > > > > > > >i tried to install mirage-firewall followed by the Readme .

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-23 Thread Reynir Björnsson
Hi, On Friday, 22 December 2017 22:59:24 UTC+1, Roy Bernat wrote: > On Friday, 22 December 2017 23:51:29 UTC+2, donoban wrote: > > >Hi All > > > > > >i tried to install mirage-firewall followed by the Readme . and didn't > > >succeed > > >to run the mirage firewall . > > > > > >error :

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-23 Thread Roy Bernat
Hi There is only hvm on qubes4 . It should work also on version 4 . This was the new release all about . -- 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

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-22 Thread donoban
El 22 de diciembre de 2017 22:59:24 CET, Roy Bernat escribió: >On Friday, 22 December 2017 23:51:29 UTC+2, donoban wrote: >> >Hi All >> > >> >i tried to install mirage-firewall followed by the Readme . and >didn't >> >succeed >> >to run the mirage firewall . >> > >>

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-22 Thread Roy Bernat
On Friday, 22 December 2017 23:51:29 UTC+2, donoban wrote: > >Hi All > > > >i tried to install mirage-firewall followed by the Readme . and didn't > >succeed > >to run the mirage firewall . > > > >error : libxenlight failed to create new domain log > > > >2017-12-22 19:13:01.320+: libxl: >

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-22 Thread donoban
>Hi All > >i tried to install mirage-firewall followed by the Readme . and didn't >succeed >to run the mirage firewall . > >error : libxenlight failed to create new domain log > >2017-12-22 19:13:01.320+: libxl: >libxl_device.c:1235:device_hotplug_child_death_cb: script: Device

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-22 Thread Roy Bernat
On Thursday, 21 December 2017 23:03:56 UTC+2, donoban wrote: > On 12/21/2017 04:02 PM, Thomas Leonard wrote: > >> This is what I have on mind: > >> > >> - Some kind of struct/object for store firewall rules in memory > >> - A func which parses this rules object for a packet > >> - A func for

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-21 Thread donoban
On 12/21/2017 04:02 PM, Thomas Leonard wrote: >> This is what I have on mind: >> >> - Some kind of struct/object for store firewall rules in memory >> - A func which parses this rules object for a packet >> - A func for add/delete/flush rules (called from qrexec or xen console >> or qubesdb) >> >>

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-21 Thread Thomas Leonard
[ replying to list ] On 21 December 2017 at 11:25, donoban wrote: > On 12/21/2017 11:13 AM, Thomas Leonard wrote: >> On Wednesday, December 20, 2017 at 9:05:08 PM UTC, donoban wrote: >>> On 12/19/2017 08:05 PM, Thomas Leonard wrote: I'd like to announce the release of

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-21 Thread Holger Levsen
On Wed, Dec 20, 2017 at 10:04:57PM +0100, donoban wrote: > If I'm not wrong you have to configure the rules for the firewall before > building the kernel image? Once you start it you have no way for change > rules? yes, this is true currently. but then I have been using Qubes for nearly a year

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-21 Thread Thomas Leonard
On Wednesday, December 20, 2017 at 9:05:08 PM UTC, donoban wrote: > On 12/19/2017 08:05 PM, Thomas Leonard wrote: > > I'd like to announce the release of qubes-mirage-firewall 0.4: > > > > https://github.com/talex5/qubes-mirage-firewall/releases/tag/v0.4 > > > > This is a unikernel that can

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-20 Thread donoban
>From https://github.com/talex5/qubes-mirage-firewall "You can use any template, and make it standalone or not. It doesn’t matter, since we don’t use the hard disk." Well, in fact it matters, if you select standalone the template will be copied wasting some space... -- You received this

Re: [qubes-users] qubes-mirage-firewall 0.4

2017-12-20 Thread donoban
On 12/19/2017 08:05 PM, Thomas Leonard wrote: > I'd like to announce the release of qubes-mirage-firewall 0.4: > > https://github.com/talex5/qubes-mirage-firewall/releases/tag/v0.4 > > This is a unikernel that can run as a QubesOS ProxyVM, replacing > sys-firewall. It may be useful if you

[qubes-users] qubes-mirage-firewall 0.4

2017-12-19 Thread Thomas Leonard
I'd like to announce the release of qubes-mirage-firewall 0.4: https://github.com/talex5/qubes-mirage-firewall/releases/tag/v0.4 This is a unikernel that can run as a QubesOS ProxyVM, replacing sys-firewall. It may be useful if you want something smaller or faster-to-start than the