Re: [smartos-discuss] disable UDP broadcasts

2018-06-25 Thread Stefan
't there supposed to be a netmask? "/32" for 255.255.255.255. Shooting from the hip (and I have no way of testing right now): FROM all vms TO IP 255.255.255.255/32 BLOCK udp PORTS 1-65535 - Original Message - From: "Stefan" To: "smartos-discuss" Sent: Wednesday, June 20,

Re: [smartos-discuss] disable UDP broadcasts

2018-06-21 Thread Adrian Thompson
Wednesday, June 20, 2018 5:06:18 AM Subject: Re: [smartos-discuss] disable UDP broadcasts Any idea how to stop VMs from broadcasting? Kind Regards, Stefan Am 06.06.2018 19:57, schrieb Stefan: > Hi! > > From any VM one can generate UDP broadcasts: > ># socat - UDP-DATAGRAM:

Re: [smartos-discuss] disable UDP broadcasts

2018-06-20 Thread Stefan
Any idea how to stop VMs from broadcasting? Kind Regards, Stefan Am 06.06.2018 19:57, schrieb Stefan: Hi! From any VM one can generate UDP broadcasts: # socat - UDP-DATAGRAM:255.255.255.255:24000,broadcast How do I stop a vm from emitting UDP broadcasts? Firewalling to IP

[smartos-discuss] disable UDP broadcasts

2018-06-06 Thread Stefan
Hi! From any VM one can generate UDP broadcasts: # socat - UDP-DATAGRAM:255.255.255.255:24000,broadcast How do I stop a vm from emitting UDP broadcasts? Firewalling to IP 255.255.255.255 does not work: "rule": "FROM all vms TO IP 255.255.255.255 BLOCK udp PORTS 1-65535", # fwadm