31
Proposed Network Designs / Re: Half done - half hoped for - running into issues
« on: August 31, 2021, 05:24:47 PM »
An Ethernet drop is just what they call running an Ethernet cable down through walls (the cable is "dropped" down the wall).
If you don't feel comfortable with creating aliases, you could create 2 block rules for the em2 interface to block access to the em1 and em3 interfaces and put them before the allow all rule. So the rules for em2 could be:
(replace em1, em2, em3 with the names you use in OPNsense for those interfaces)
Interface: em2
Action: Block
Source: em2 net
Destination: em1 net
Interface: em2
Action: Block
Source: em2 net
Destination: em3 net
Interface: em2
Action: Allow
Source: em2 net
Destination: any
Repeat the process for the other 2 interfaces. You could always try accessing a device on each network to make sure everything is blocked properly.
If you don't feel comfortable with creating aliases, you could create 2 block rules for the em2 interface to block access to the em1 and em3 interfaces and put them before the allow all rule. So the rules for em2 could be:
(replace em1, em2, em3 with the names you use in OPNsense for those interfaces)
Interface: em2
Action: Block
Source: em2 net
Destination: em1 net
Interface: em2
Action: Block
Source: em2 net
Destination: em3 net
Interface: em2
Action: Allow
Source: em2 net
Destination: any
Repeat the process for the other 2 interfaces. You could always try accessing a device on each network to make sure everything is blocked properly.