Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

Enterprise Networking Mikrotik Routers (RouterBoard & RouterOS), User and owner discussion group

views
     
wong_86
post Jan 29 2016, 09:31 AM

DUDE
****
Junior Member
565 posts

Joined: Oct 2007
From: MARS


microtik got router support dual channel wireless 2.4 and 5.ghz ?

think to replace my asus n16 due to wireless performance issue, need good wireless solution to support multiple wireless device, netflix, video streaming , iptv etc..

need sifu advice to solve this issue.
wong_86
post Apr 26 2019, 11:24 AM

DUDE
****
Junior Member
565 posts

Joined: Oct 2007
From: MARS


Hi all sifu, i like to get a Mikrotik router for hobby and home use.

My house devices up 15, mix with wired and wifi, unifi 100mbps.

Current router is Asus AC55uhp, plan to set this router as AP

Can recommend a suitable Mikrotik router ?
wong_86
post Apr 26 2019, 12:15 PM

DUDE
****
Junior Member
565 posts

Joined: Oct 2007
From: MARS


QUOTE(MX510 @ Apr 26 2019, 11:45 AM)
Depend on ur budget hap ac2 or rb4011 with wifi
*
QUOTE(soonwai @ Apr 26 2019, 11:50 AM)
I agree with MX510, go for the hAP AC2. Whether you use its wifi or not, it's a really awesome router.

Also the RB750Gr3, no wifi, router only, about RM50 cheaper.
*
thanks for recommendation. smile.gif rclxms.gif

How about wireless performance ? house size single story, 30x80

This post has been edited by wong_86: Apr 26 2019, 12:18 PM
wong_86
post Jun 23 2020, 05:57 PM

DUDE
****
Junior Member
565 posts

Joined: Oct 2007
From: MARS


Got any proper guide to setup Pi-hole with Mikrotik HAP AC2 ?

i follow this guide https://www.youtube.com/watch?v=CkeWYLlST-o

but it didn't work.
wong_86
post Nov 2 2021, 03:13 PM

DUDE
****
Junior Member
565 posts

Joined: Oct 2007
From: MARS


anyone can guide how to make setup pihole as DNS server in mikrotik device ?
wong_86
post Nov 2 2021, 04:22 PM

DUDE
****
Junior Member
565 posts

Joined: Oct 2007
From: MARS


QUOTE(go626201 @ Nov 2 2021, 04:00 PM)
U mean u want to change the DHCP DNS setting or setup the pihole DNS service on Mikrotik router?
*
I already set pihole IP in DHCP server but unable to resolve address, i stuck in firewall there, try route all DNS service to Pihole to resolve.

This post has been edited by wong_86: Nov 2 2021, 04:22 PM
wong_86
post Nov 2 2021, 04:42 PM

DUDE
****
Junior Member
565 posts

Joined: Oct 2007
From: MARS


QUOTE(Gaara92 @ Nov 2 2021, 04:27 PM)
try exporting your firewall configuration and paste it here. Use this command on mikrotik terminal

CODE
/ip firewall filter export hide-sensitive

CODE
/ip firewall nat export hide-sensitive

*
CODE
[admin@MikroTik] > /ip firewall filter export hide-sensitive
# nov/02/2021 14:45:25 by RouterOS 6.49
# software id = 17RT-CD2Q
#
# model = RBD52G-5HacD2HnD
# serial number =
/ip firewall filter
add action=accept chain=input comment=\
   "defconf: accept established,related,untracked" connection-state=\
   established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
   invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
   "defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
   in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
   ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
   ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
   connection-state=established,related
add action=accept chain=forward comment=\
   "defconf: accept established,related, untracked" connection-state=\
   established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
   invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" \
   connection-nat-state=!dstnat connection-state=new in-interface-list=WAN


CODE
/ip firewall nat
# no interface
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface=Unifi
add action=dst-nat chain=dstnat dst-address=!192.168.88.253 dst-port=53 protocol=udp src-address=!192.168.88.253 to-addresses=192.168.88.253
add action=dst-nat chain=dstnat dst-address=!192.168.88.253 dst-port=53 protocol=tcp src-address=!192.168.88.253 to-addresses=192.168.88.253
add action=masquerade chain=srcnat dst-address=192.168.88.253 dst-port=53 protocol=udp src-address=192.168.88.0/24
add action=masquerade chain=srcnat dst-address=192.168.88.253 dst-port=53 protocol=tcp src-address=192.168.88.0/24


192.168.88.253 is Pihole IP

This post has been edited by wong_86: Nov 2 2021, 04:44 PM

 

Change to:
| Lo-Fi Version
0.1465sec    0.38    7 queries    GZIP Disabled
Time is now: 7th December 2025 - 12:46 PM