This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:router:mikrotik_sw_vs_bridge [2016/11/09 08:18] gcooper |
networking:router:mikrotik_sw_vs_bridge [2016/11/09 08:22] (current) gcooper |
||
---|---|---|---|
Line 68: | Line 68: | ||
< | < | ||
/ip address add interface=bridge-local address=192.168.1.1/ | /ip address add interface=bridge-local address=192.168.1.1/ | ||
- | /ip dhcp-server add interface=bridge-local address-poll=[name of your address pool] | + | /ip dhcp-server add interface=bridge-local address-pool=[name of your address pool] |
</ | </ | ||
===== Patch Cord ===== | ===== Patch Cord ===== | ||
- | Just connect any port from group 1 (ether1-5) to any port in group 2 (ether6-10). | + | While rarely done, you //can// just connect any port from group 1 (ether2-5) to any port in group 2 (ether6-10). |
+ | |||
+ | Generally, we suggest using the first option (bridging). |