Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15394

General • Re: Interface list for multiple bridges?

$
0
0
I get it now.
I didn't realize I could repeat the same interface list name.
It's works great now.
Code:
[@MikroTik] /interface/list/member> print detail 0   ;;; defconf - LAN interface list for LAN bridge     list=LAN interface=bridge_LAN dynamic=no 1   ;;; defconf - WAN interface list for WAN on ether1     list=WAN interface=ether1_WAN dynamic=no 2   ;;; WiFi interface list for WiFi bridge     list=LAN_WiFi interface=bridge_WiFi dynamic=no 3   ;;; Interface list for cabled and wireless LAN     list=meta_LAN interface=bridge_LAN dynamic=no 4   ;;; Interface list for cabled and wireless LAN     list=meta_LAN interface=bridge_WiFi dynamic=no[@MikroTik] /ip/firewall/filter> print detail 8    ;;; defconf: drop all not coming from meta_LAN      chain=input action=drop in-interface-list=!meta_LAN log=no log-prefix=""
---

More efficient to use vlans and one bridge in most cases but concur with jaclaz's approach to fw rules, if sticking with two bridges......
I'm mostly just experimenting and trying different approaches.
I'll get to VLANs later.

Appreciate all the valuable advice.

Statistics: Posted by diasdm — Sat Mar 16, 2024 2:14 am



Viewing all articles
Browse latest Browse all 15394

Trending Articles