Re: [smartos-discuss] disable UDP broadcasts

2018-06-25 Thread Stefan
"rule": "FROM all vms TO IP 255.255.255.255/32 BLOCK udp PORTS 1-65535", gives "message": "Error at character 34: '/32', expected: 'TO', ')', 'OR', 'BLOCK', 'ALLOW', found: CIDRSUFFIX" Am 21.06.2018 18:11, schrieb Adrian Thompson: Isn't there supposed to be a netmask? "/32" for

Re: [smartos-discuss] SmartOS release-20180621

2018-06-25 Thread Brian Bennett
We have some folks with experimental branches using the zfs encryption. At current it's not entirely safe on illumos, and with SmartOS in particular creates some additional challenges. It's discussed in [RFD 77](https://github.com/joyent/rfd/blob/master/rfd/0077/README.adoc

Re: [smartos-discuss] SmartOS release-20180621

2018-06-25 Thread Paolo Marcheschi
Hi I'd like to know How and if is it possible to create a Smartos image containing the new Native data and metadata encryption for zfs ( https://github.com/openzfs/openzfs/pull/489) I'd like to try it, I think this is a very important update in ZFS . Thank you Paolo On Sat, Jun 23, 2018 at

[smartos-discuss] Re: disable UDP broadcasts

2018-06-25 Thread Stefan
"rule": "FROM all vms TO ip BLOCK udp PORTS 1 - 65535", where is the local net's broadcast address seems to stop udp traffic between VMs on the same node. Alas the packets still leave the machine over the network card. I tried the ipf rule block out proto udp from any to 255.255.255.255