َQ about ports

Hi every one just iwant ask Q
i have 1100RB i want fliter or anything let me every port in it cant see the other
coze i have about 6 sector Ubnt+RocketM5 and iwant put every one of them in aport of it
and cant see the other sector i think u understand me - some one told me there are filter like this
in fact idont know - i want the away please with fast
thanks

Add nw rulz on fwl filtr for each pair of prt lk:

drop source ether2 dest ether3
drop source ether3 dest ether2

and so on…


icant understand u sir

neith doI undrstnd ifyu us so much abbr.

iam Arabic sir and also ur english not clear

What board is this?.. Personally I would just setup rules in the bridge filter or firewall filter to only allow traffic between port 1 and port n… you can do it with 3 rules…

  1. in-interface=ether1 out-interface=!ether1
  2. in-interface=!ether1 out-interface=ether1
  3. drop the rest

You could also do it in theory with one rule…

  1. drop in-interface=!ether1 out-interface=!ether1

Pretty sure that would work. Exhausted right now though.

-Eric