Mikrotik: LAN Bridge: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
Created page with " interface bridge add name=lanBridge interface bridge port add bridge=lanBridge interface=ether8 interface bridge port add bridge=lanBridge interface=ether7 interface br..."
 
Onnowpurbo (talk | contribs)
No edit summary
 
Line 2: Line 2:


  interface bridge add name=lanBridge
  interface bridge add name=lanBridge
  interface bridge port add bridge=lanBridge interface=ether8
  interface bridge port add bridge=lanBridge interface=ether8
  interface bridge port add bridge=lanBridge interface=ether7
  interface bridge port add bridge=lanBridge interface=ether7
  interface bridge port add bridge=lanBridge interface=ether6
  interface bridge port add bridge=lanBridge interface=ether6


atau
/interface bridge
add name=bridge1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5





Latest revision as of 00:41, 25 November 2018


interface bridge add name=lanBridge
interface bridge port add bridge=lanBridge interface=ether8
interface bridge port add bridge=lanBridge interface=ether7
interface bridge port add bridge=lanBridge interface=ether6


atau

/interface bridge
add name=bridge1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5


Pranala Menarik