Mainos / Advertisement:
Ero sivun ”RouterOS bridge/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: 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.) |
(Ak: Uusi sivu: #Open bridge from the menu #Create a network bridge called bridge #Add desired ports to the bridge) |
||
Rivi 3: | Rivi 3: | ||
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. | 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 |
Versio 27. elokuuta 2015 kello 08.33
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 mahdollistaa myös verkkosillan läpi menevää liikenteen rajoittamista. Esimerkissä rajoitetaan DHCP liikennettä.
/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
Aiheeseen liittyvää
Mainos / Advertisement: