OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: webdb on August 23, 2020, 04:06:11 PM

Title: IOT Network
Post by: webdb on August 23, 2020, 04:06:11 PM
Hi

I'd like to create an IOT Network and have created a new interface with VLAN ID 100. Has anyone a simple description of the rukel I need to create in Firlewall->Rules->IOT to ensure IOT devices can access the internet but not my LAN?

Many thanks
Daniel
Title: Re: IOT Network
Post by: bartjsmit on August 23, 2020, 06:57:24 PM
Hi Daniel,

The default is deny so you need a pass rule on the VLAN 100 interface to allow IoT traffic out. Set the destination to 'LAN net' and tick the Destination/Invert checkbox.

Bart...
Title: Re: IOT Network
Post by: webdb on August 23, 2020, 07:00:54 PM
Thanks Bart