Community discussions

MikroTik App

Search found 4 matches

by mandud
Sun May 05, 2024 5:52 pm
Forum: General
Topic: Feature request: per-domain forwarding in DNS
Replies: 25
Views: 26652

Re: Feature request: per-domain forwarding in DNS

Use match-subdomein:

/ip dns static add forward-to=10.0.0.1 match-subdomain=yes name=forum.mikrotik.co.id type=FWD

(no need for regex, but the number refers to the number of characters after the dot, e.g. \x0ayourdomain)
awesome, I think this is the best solution so far

thanks
by mandud
Sat May 04, 2024 9:48 am
Forum: General
Topic: Feature request: per-domain forwarding in DNS
Replies: 25
Views: 26652

Re: Feature request: per-domain forwarding in DNS

1) No, because when you get match for your L7 filter, connection is already established and can't be redirected elsewhere. Luckily, clients don't seem to use TCP (but it can happen). 2) It should be proper regexp, sure. But DNS packets do not contain dots. Instead, they have single bytes containing...
by mandud
Thu Nov 04, 2021 1:57 am
Forum: RouterOS beta
Topic: HAP AC^2 wifi clients stuck obtaining IP address
Replies: 15
Views: 6268

Re: HAP AC^2 wifi clients stuck obtaining IP address

Getting same issue on hap ac3 os 7.1rc5
After some uptime dhcp assignment getting problem and can't browse
by mandud
Wed Jul 21, 2021 6:34 am
Forum: RouterOS beta
Topic: Wireguard PBR routing-mark with dst-address-list
Replies: 8
Views: 3253

Re: Wireguard PBR routing-mark with dst-address-list

I'm facing same issue I would like to route specific address list over to wireguard tunnel Is there something that I've missed ? /routing table add fib name=route_365 /routing rule add action=lookup disabled=no routing-mark=route_o365 table=route_o365 /ip route add check-gateway=ping comment="T...