Community discussions

MikroTik App

Search found 7 matches

by abdurraufrafli
Thu Jan 30, 2025 3:44 am
Forum: General
Topic: vlan dhcp server roaming to another interface
Replies: 0
Views: 182

vlan dhcp server roaming to another interface

I have the following config : /container mounts add dst=/opt/adguardhome/conf name=agh_conf src=/disk1/conf/agh /interface bridge add admin-mac=xx auto-mac=no name=bridge-distribusi \ protocol-mode=none add name=bridge-dockers protocol-mode=none /interface ethernet set [ find default-name=ether8 ] d...
by abdurraufrafli
Thu Aug 08, 2024 6:39 pm
Forum: Beginner Basics
Topic: Force all devices to use local Adguard DNS
Replies: 30
Views: 15292

Re: Force all devices to use local Adguard DNS

/ip firewall nat add action=masquerade chain=srcnat out-interface-list=WAN add action=masquerade chain=srcnat dst-address=10.10.1.251 dst-port=53 protocol=tcp add action=masquerade chain=srcnat dst-address=10.10.1.251 dst-port=53 protocol=udp add action=dst-nat chain=dstnat dst-port=53 protocol=tcp...
by abdurraufrafli
Wed Mar 27, 2024 10:45 pm
Forum: Beginner Basics
Topic: Try changing the bridge topology because it is prone to looping
Replies: 4
Views: 666

Re: Try changing the bridge topology because it is prone to looping

Allowing communocation between the different subnets on each Ethernet port would be the easiest part and can be done using forward chain and action=accept. Example rule to allow communication between 10.20.0.0/16 and 10.30.0.0/16: /ip firewall filter add action=accept chain=forward src-address=10.2...
by abdurraufrafli
Wed Mar 27, 2024 8:25 pm
Forum: Beginner Basics
Topic: Try changing the bridge topology because it is prone to looping
Replies: 4
Views: 666

Re: Try changing the bridge topology because it is prone to looping

Have you tried running a DHCP server for each subnet and adding firewall rules to allow communication between the subnets? hi, thanks for answering. I have even activated the hotspot server on each ethernet. then for the hotspot process everything is fine following each respective hotspot server IP...
by abdurraufrafli
Tue Mar 26, 2024 5:56 am
Forum: Beginner Basics
Topic: Try changing the bridge topology because it is prone to looping
Replies: 4
Views: 666

Try changing the bridge topology because it is prone to looping

hi, i need input. It's actually quite simple but I don't quite understand it. I have a distribution router, it has 5 ethernet ports. ether1 - (port) wan ether2, ether3, ether4 and ether5 - (port) bridge1-distribution ip address bridge1-distribution 172.16.0.1/16 Now I want to remove the bridge and r...
by abdurraufrafli
Thu Feb 22, 2024 4:46 pm
Forum: Beginner Basics
Topic: Force all LAN devices to use Adguard local DNS running on Docker on the same Router
Replies: 10
Views: 4375

Re: Force all LAN devices to use Adguard local DNS running on Docker on the same Router

This will work on all devices using static DNS on their pC etc....... It will NOT work if you use some sort of proxy or vpn bypass ( perhaps your browser has one built-in??). The ability to force users is predicated on the off chance they put in something NOT sophisticated such as just putting in 8...
by abdurraufrafli
Thu Jan 25, 2024 8:03 am
Forum: General
Topic: (QOS Firewall Mangle + Queue Tree) Packet Mark no-mark
Replies: 0
Views: 628

(QOS Firewall Mangle + Queue Tree) Packet Mark no-mark

Assalamu 'alaykum, Greetings. This is my mangle : /ip firewall mangle add action=accept chain=prerouting comment=LOCAL dst-address-list=fs-local-ip \ src-address-list=fs-local-ip add action=accept chain=input dst-address-list=fs-local-ip src-address-list=\ fs-local-ip add action=accept chain=forward...