is there any dual band or dual radio for mikrotik?
Routers [WTS] MikroTik RB2011UiAS-2HnD-IN Wireless Router, Atheros 600MHz, LCD Touchscreen, Dual Ch
Routers [WTS] MikroTik RB2011UiAS-2HnD-IN Wireless Router, Atheros 600MHz, LCD Touchscreen, Dual Ch
|
|
Feb 10 2014, 02:37 AM
Return to original view | Post
#1
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,708 posts Joined: Jan 2003 From: Penang |
is there any dual band or dual radio for mikrotik?
|
|
|
|
|
|
Feb 10 2014, 06:01 PM
Return to original view | Post
#2
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,708 posts Joined: Jan 2003 From: Penang |
QUOTE(CloudComputer @ Feb 10 2014, 01:15 PM) Hi hersa_wex, there is no dual band or dual radio model among integrated model from MikroTik currently, you will need to addon on Routerboard for that. Hi, can it possible mix RB2011UAS-2HnD with GrooveA 52HPn?BTW, i only can found RB2011UiAS-2HnD-IN on the website not RB2011UAS-2HnD. Any difference between them? |
|
|
Feb 11 2014, 12:02 PM
Return to original view | Post
#3
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,708 posts Joined: Jan 2003 From: Penang |
|
|
|
Sep 29 2014, 03:13 PM
Return to original view | Post
#4
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,708 posts Joined: Jan 2003 From: Penang |
RM500 include shipping to PG?
|
|
|
Oct 8 2014, 01:56 AM
Return to original view | Post
#5
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,708 posts Joined: Jan 2003 From: Penang |
Sorry for the late reply.
Got it last Thursday or Friday, I forgot already. Took me 2 days to understand the basic and configure it.... Clear the default config which I don't really like as they bridge all the FE port all and make use FE1 for wan port. Change the wan port to Port10, wasted the PoE function but I didn't plan to use it. Bridge FE01, E06 and wlan1. Master-slave the rest to FE01 and E06. Firewall part really got into me, damn. End up copy the default config firewall and dump into my current config. heck.... And finally got it work. PPPoE connection establish real fast. Hence this is my main reason to change my router as the old Belkin tend to hang and need to hard restart it. Well, got a quick question. By default, I can use webfig to access my router. But If with my current config, which is quite basic, I can't seem to access my router with webfig. In the browser, it just state this webpage is not available....any ideal? And 1 more question. Do you have Mikrotik AP to sell? Feel like wanna bridge it at my house ground floor to boost the signal. Currently using Asus Mobile 3-1 router, which is good but not good enough. Finally. You done a great job by sending it fast to me. Here is Pictures. ![]() ![]() ![]() PS: Didn't expect it to be that small in size. I though is about smaller abit compare to a full 3com switch. Haha. This post has been edited by hersa_wex: Oct 8 2014, 01:57 AM |
|
|
Oct 8 2014, 01:16 PM
Return to original view | Post
#6
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,708 posts Joined: Jan 2003 From: Penang |
How is the RB951G-2HnD wifi reception? Compare to average wifi router.
Thinking of getting 1 to replace my Asus Mobile AP. I am impress with RB2011 Wifi signal. Which is consider quite good. But for me, netgear wgr614 still the best in my house. Cover my double story house till the front car park area. Awesome. My IP Service there, www was enable CODE [admin@WexTik] /ip service> print Flags: X - disabled, I - invalid # NAME PORT ADDRESS CERTIFICATE 0 X telnet 23 1 X ftp 21 2 www 80 3 X ssh 22 4 www-ssl 443 none 5 X api 8728 6 winbox 8291 7 X api-ssl 8729 none [admin@WexTik] /ip service> export # oct/08/2014 13:09:11 by RouterOS 6.20 # software id = NWJM-357F # /ip service set telnet disabled=yes set ftp disabled=yes set ssh disabled=yes set www-ssl disabled=no set api disabled=yes set api-ssl disabled=yes [admin@WexTik] /ip service> My Firewall Setting, which is quite plain. CODE [admin@WexTik] /ip firewall filter> print Flags: X - disabled, I - invalid, D - dynamic 0 ;;; default configuration chain=input action=accept protocol=icmp log=no log-prefix="" 1 chain=input action=accept connection-state=established log=no log-prefix="" 2 chain=input action=drop in-interface=bridge1-local log=no log-prefix="" 3 ;;; default configuration chain=forward action=accept connection-state=established log=no log-prefix="" 4 ;;; default configuration chain=forward action=accept connection-state=related log=no log-prefix="" 5 ;;; default configuration chain=forward action=drop connection-state=invalid log=no log-prefix="" [admin@WexTik] /ip firewall filter> export # oct/08/2014 13:09:42 by RouterOS 6.20 # software id = NWJM-357F # /ip firewall filter add chain=input comment="default configuration" protocol=icmp add chain=input connection-state=established add action=drop chain=input in-interface=bridge1-local add chain=forward comment="default configuration" connection-state=established add chain=forward comment="default configuration" connection-state=related add action=drop chain=forward comment="default configuration" connection-state=invalid My Firewall Nat CODE [admin@WexTik] /ip firewall nat> print Flags: X - disabled, I - invalid, D - dynamic 0 chain=srcnat action=masquerade out-interface=pppoe-out1 log=no log-prefix="" 1 ;;; PSN Port Forwarding chain=dstnat action=accept protocol=tcp in-interface=bridge1-local dst-port=10040-10060 log=no log-prefix="" 2 chain=dstnat action=accept protocol=udp in-interface=bridge1-local dst-port=50000-60000 log=no log-prefix="" 3 ;;; Destiny Port Forwarding chain=dstnat action=accept protocol=tcp in-interface=bridge1-local dst-port=1935 log=no log-prefix="" 4 chain=dstnat action=accept protocol=tcp in-interface=bridge1-local dst-port=3478-3480 log=no log-prefix="" 5 chain=dstnat action=accept protocol=udp in-interface=bridge1-local dst-port=3478-3479 log=no log-prefix="" 6 chain=dstnat action=accept protocol=tcp in-interface=bridge1-local dst-port=443 log=no log-prefix="" 7 ;;; Web Port Forwarding chain=dstnat action=accept protocol=tcp in-interface=bridge1-local dst-port=80 log=no log-prefix="" [admin@WexTik] /ip firewall nat> export # oct/08/2014 13:10:04 by RouterOS 6.20 # software id = NWJM-357F # /ip firewall nat add action=masquerade chain=srcnat out-interface=pppoe-out1 add chain=dstnat comment="PSN Port Forwarding" dst-port=10040-10060 in-interface=bridge1-local protocol=tcp add chain=dstnat dst-port=50000-60000 in-interface=bridge1-local protocol=udp add chain=dstnat comment="Destiny Port Forwarding" dst-port=1935 in-interface=bridge1-local protocol=tcp add chain=dstnat dst-port=3478-3480 in-interface=bridge1-local protocol=tcp add chain=dstnat dst-port=3478-3479 in-interface=bridge1-local protocol=udp add chain=dstnat dst-port=443 in-interface=bridge1-local protocol=tcp add chain=dstnat comment="Web Port Forwarding" dst-port=80 in-interface=bridge1-local protocol=tcp |
|
Topic ClosedOptions
|
| Change to: | 0.0282sec
0.38
7 queries
GZIP Disabled
Time is now: 29th November 2025 - 03:35 AM |