Mainos / Advertisement:
Ero sivun ”RouterOS bridge/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: RouterOS bridge) |
(Ak: Uusi sivu: * RouterOS VPN transparent bridge) |
||
(4 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
Rivi 1: | Rivi 1: | ||
<languages/> | <languages/> | ||
− | Mikrotik RouterOS | + | Mikrotik RouterOS is able to make network bridges. Bridges can be made for several different ports or to connect all ports in the same bridge. |
− | # | + | #Open bridge from the menu |
− | # | + | #Create a network bridge called bridge |
− | # | + | #Add desired ports to the bridge |
/interface bridge add name=bridge mtu=1500 | /interface bridge add name=bridge mtu=1500 | ||
Rivi 19: | Rivi 19: | ||
== Filter == | == Filter == | ||
− | RouterOS | + | RouterOS also enables filtering traffic that goes through a bridge. In our example we filter DHCP traffic. |
/interface bridge filter add chain=forward in-interface=bridge-local mac-protocol=ip dst-address="255.255.255.255" dst-port="67-68" ip-protocol=udp action=drop | /interface bridge filter add chain=forward in-interface=bridge-local mac-protocol=ip dst-address="255.255.255.255" dst-port="67-68" ip-protocol=udp action=drop | ||
Rivi 26: | Rivi 26: | ||
− | == | + | == Related info == |
− | * [[RouterOS_VPN#VPN_l.C3.A4pin.C3.A4kyv.C3.A4n.C3.A4_siltana|RouterOS VPN | + | * [[RouterOS_VPN#VPN_l.C3.A4pin.C3.A4kyv.C3.A4n.C3.A4_siltana|RouterOS VPN transparent bridge]] |
[[Category:RouterOS]] | [[Category:RouterOS]] |
Nykyinen versio 27. elokuuta 2015 kello 09.25
Mikrotik RouterOS is able to make network bridges. Bridges can be made for several different ports or to connect all ports in the same bridge.
- Open bridge from the menu
- Create a network bridge called bridge
- Add desired ports to the bridge
/interface bridge add name=bridge mtu=1500
/interface bridge port add interface=ether2 bridge=bridge
Filter
RouterOS also enables filtering traffic that goes through a bridge. In our example we filter DHCP traffic.
/interface bridge filter add chain=forward in-interface=bridge-local mac-protocol=ip dst-address="255.255.255.255" dst-port="67-68" ip-protocol=udp action=drop
Related info
Mainos / Advertisement: