One of my customer needs a solution for physically isolating the traffic between ports.
One of the interface ( in the port 2-5 range ) is connected to the corporate network,
another one to a broadband router and the third one to a printer. The idea is to see that
individually , both the internet and corporate interfaces can send / receive packets to /from
the printer interface , but the two interfaces can’t exchange packets between themselves.
Is there anyway this can be done with firewall alone ? or does it need VLAN ?
But if we bridge them, there will be broadcast packets received at all the ports , I assume !
How will it give us the physical isoltaion ? The requirement is that the packets arriving at
internet port (say) should not go anywhere else except the print port ..and the ones from
enterprise side should go to the print port and no where else !
Pls correct me if my assumptions on bridge filtering are wrong here..