> Set up a guest network to enable internet connection for your guests and for your IoT devices.<p>I would definitely recommend separating guest and iot networks, iot is usually pretty weak (the S in IoT stands for security) so they need as much protection as possible; putting them to guest network is throwing them to wolves.<p>> Enable port filtering. For example, the SANS Institute recommends blocking outbound traffic<p>Tbh egress filtering is generally not very useful, except for some special case networks (like aforementioned iot network). Blocking IRC seems just silly.<p>> Use Media Access Control (MAC) filtering to choose which trusted devices connect to your network.<p>Afaik MAC filtering is pretty much useless, MAC is easily snooped and spoofed. WPA should be sufficient access control, go for EAP ("Enterprise") if you need better than PSK ("Personal") security.<p>> Disable remote access management<p>Realistically, not going to happen. Better advice would be to have separate management network, with tighter access controls.