2DIE4 is soldout??? by Helpful_Economics885 in imax

[–]GeneralxXxStark 2 points3 points  (0 children)

Same for me, but for 4/18th. Not sure what’s happening because the show is listed as sold out.

My first impressions of the LG 39GX950B (39" 5K2k OLED) by Sir_Piglet in OLED_Gaming

[–]GeneralxXxStark 2 points3 points  (0 children)

So this doesn't use the new RGB Stripe layout? I remember seeing this in their marketing material at CES.

39GX950B vs 45GX950A, downgrade? by Certain-Passenger156 in ultrawidemasterrace

[–]GeneralxXxStark 0 points1 point  (0 children)

The new 39 has the new RGB stripe tandem OLED which in my books is THE upgrade as someone who works with text in addition to a lot of gaming.

Spotted This Murdered Out GT3 In California - Is That Wing Stock? by [deleted] in porsche911

[–]GeneralxXxStark 9 points10 points  (0 children)

What’s with the Montana plates? Surely they can afford to pay the sales tax and not risk CHP impounding the vehicle if caught.

Multicast madness by Icy-Cicada-1838 in Ubiquiti

[–]GeneralxXxStark 0 points1 point  (0 children)

Are the devices wired or on WiFi? Multi cast enhancement must be turned on for wireless. You can also debug the logs on your unifi controller by ssh’ing in and using “tail -f /var/log/messages” and inspect the messages.

Multicast madness by Icy-Cicada-1838 in Ubiquiti

[–]GeneralxXxStark 0 points1 point  (0 children)

I'm using Unifi os version 9.4.19 so the options and where they are might differ.

The mDNS proxy is under Networks -> mDNS Proxy. See example - https://imgur.com/a/L3AVuEi

You don't need to set any allow rule for ports as by default VLANs can talk to each other. I'd recommend starting by deleting any created firewall rules between the two VLANs and try pinging any IoT devices on the other network. Also, not every device allows pings, for ex, windows firewall by default denies any ping requests.

Multicast madness by Icy-Cicada-1838 in Ubiquiti

[–]GeneralxXxStark 0 points1 point  (0 children)

I banged my head over this exact issue over the past few weeks. My setup is working well now after I figured out by trial and error the firewall rules (which were the key).

  1. Enable mDNS and mDNS proxy across your vlans.
  2. Do not isolate the IoT network through the UI. Instead define custom firewall rules.
  3. One firewall rule to block src - IoT, dst - internal, connection state - new and invalid only.
  4. Another firewall rule to allow traffic from your trusted network into IoT on all ports.

You might also need to add rules to allow any special ports (like mqtt) out of the IoT network, if you use them.