Community discussions

MikroTik App
 
zivtal
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 57
Joined: Sun Feb 05, 2017 6:22 pm

Bridge NAT forward device to guests' VLAN

Mon Aug 06, 2018 12:53 am

Hi,

I set in bridge's NAT several rules that accept specific MAC Addresses via ether1 and ether2 after that rules I set rule that drop all other connection witch means all other MAC Addresses will be drop from my network. It's look like that:
/interface bridge nat
add action=accept chain=dstnat src-mac-address=A0:CE:CA:0A:7A:BA/FF:FF:FF:FF:FF:FF
add action=accept chain=dstnat src-mac-address=4E:8D:8C:8A:CB:1E/FF:FF:FF:FF:FF:FF
add action=accept chain=dstnat src-mac-address=4E:8D:8C:8A:CA:1F/FF:FF:FF:FF:FF:FF
add action=drop chain=dstnat comment="block all other incoming connections" in-interface=ether1
add action=drop chain=dstnat comment="block all other incoming connections" in-interface=ether2
I would like to replace the "drop" rules to forward the device to my guests' VLAN there is a way?
BTW- The MAC addresses is not real, only for example.

Who is online

Users browsing this forum: adwlodaro, pmcsill and 65 guests