Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

The Mikrotik RouterOS config, tips and tricks thread

12357

Comments

  • Registered Users, Registered Users 2 Posts: 463 ✭✭mylesm


    Listen thanks very much and I dont want to bother you so dont spend too much time at this as you will see from config I have 2 wireless interfaces

    ShelmarGarage is main one and I want that to access lan and internet

    ShelmarGarageGuests is the guest network and I was wondering if I could restrict that to only access wan port ie no access to lan ports

    It works like that on my ASUS router guest network only gets to internet so if I could get it like that on Microtik I would use microtik as my main router and use Asus as extension AP

    Thanks again and as I have no experience in these type of routers only ever used consumer routers I hope this config is what you might ned to see what i am talking about



    MMM MMM KKK TTTTTTTTTTT KKK
    MMMM MMMM KKK TTTTTTTTTTT KKK
    MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
    MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
    MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
    MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK

    MikroTik RouterOS 6.15 (c) 1999-2014 http://www.mikrotik.com/

    [?] Gives the list of available commands
    command [?] Gives help on the command and list of arguments

    [Tab] Completes the command/word. If the input is ambiguous,
    a second [Tab] gives possible options

    / Move up to base level
    .. Move up one level
    /command Use command at the base level
    [admin@MikroTik] > /export compact
    # jan/02/1970 02:06:01 by RouterOS 6.15
    # software id = CCB8-P1HX
    #
    /interface bridge
    add admin-mac=D4:CA:6D:BE:8D:FD auto-mac=no l2mtu=1598 name=bridge-local
    /interface wireless
    set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=\
    20/40mhz-ht-above disabled=no distance=indoors l2mtu=2290 mode=ap-bridge \
    ssid=ShelmarGarage wireless-protocol=802.11
    /interface ethernet
    set [ find default-name=ether1 ] name=ether1-gateway
    set [ find default-name=ether2 ] name=ether2-master-local
    set [ find default-name=ether3 ] master-port=ether2-master-local name=\
    ether3-slave-local
    set [ find default-name=ether4 ] master-port=ether2-master-local name=\
    ether4-slave-local
    set [ find default-name=ether5 ] master-port=ether2-master-local name=\
    ether5-slave-local
    /interface wireless security-profiles
    set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
    dynamic-keys wpa-pre-shared-key=test1111 wpa2-pre-shared-key=test1111
    add authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys name=profile \
    wpa-pre-shared-key=test1111 wpa2-pre-shared-key=test1111
    /interface wireless
    add disabled=no l2mtu=2290 mac-address=D6:CA:6D:BE:8E:01 master-interface=\
    wlan1 name=wlan2 security-profile=profile ssid=ShelmarGarageGuests
    /ip hotspot user profile
    set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
    mac-cookie-timeout=3d
    /ip pool
    add name=default-dhcp ranges=192.168.88.10-192.168.88.254
    /ip dhcp-server
    add address-pool=default-dhcp interface=bridge-local lease-time=10m name=\
    default
    /interface bridge filter
    add action=drop chain=forward in-interface=wlan2
    add action=drop chain=forward out-interface=wlan2
    /interface bridge port
    add bridge=bridge-local interface=ether2-master-local
    add bridge=bridge-local interface=wlan1
    add bridge=bridge-local interface=wlan2
    /ip address
    add address=192.168.1.2/24 comment="default configuration" interface=\
    ether2-master-local network=192.168.1.0
    /ip dhcp-client
    add comment="default configuration" dhcp-options=hostname,clientid disabled=\
    no interface=ether1-gateway
    /ip dhcp-server network
    add address=192.168.1.0/24 comment="default configuration" dns-server=\
    192.168.88.1 gateway=192.168.1.2 netmask=24
    /ip dns
    set allow-remote-requests=yes
    /ip dns static
    add address=192.168.88.1 name=router
    /ip firewall filter
    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
    /ip firewall nat
    add action=masquerade chain=srcnat comment="default configuration" disabled=\
    yes out-interface=ether1-gateway to-addresses=0.0.0.0
    /ip upnp
    set allow-disable-external-interface=no
    /system leds
    set 0 interface=wlan1
    [admin@MikroTik] >


  • Registered Users, Registered Users 2 Posts: 463 ✭✭mylesm


    I just came across this page i think this might achieve what i want what do you think I had to translate it

    http://www.wirelessinfo.be/index.php/mikrotik/pages/vap1


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    mylesm wrote: »
    I just came across this page i think this might achieve what i want what do you think I had to translate it

    http://www.wirelessinfo.be/index.php/mikrotik/pages/vap1

    Yeah, you'll need to remove wlan2 from bridge-local and add it to your new bridge using those instructions as guide.

    There are issues with they way you have your Mikrotik configured, it is still a router. You still have a nat rule for ether1 but are obviously just using ether2-5. I would disable this rule (the masquerade rule under /ip firewall nat) and set the ether1 interface as slave to ether2 so you have 5 switched ports, no wan.
    /ip firewall nat set 0 disabled=yes
    
    /interface ethernet set ether1 name=ether1-slave-local speed=1Gbps master-port=ether2-master-local
    

    The way it stands there is no default route therefore the router itself does not know the way out to the internet. Your devices get a DHCP lease giving them the default route, therefore we need to add one. If your Asus is 192.168.1.1 add this route
    /ip route add dst-address=0.0.0.0/0 gateway=[COLOR="Red"]192.168.1.1[/COLOR] distance=1
    

    I also notice you still have DHCP server enabled on this router and assigned to bridge-local, if your using the DHCP server on the Asus you'll need to disable the default one on the Mikrotik.

    I can see an issue later when you get the guest network routing, the default gateway (Asus) is in the subnet you will be trying to blockn access to, you may have to edit the block rule to block every address but not the ip of the Asus


  • Registered Users, Registered Users 2 Posts: 463 ✭✭mylesm


    Thanks Very much i will try this if I get microtik working with guest network I intend to use ASUS only as an ap wired to a lan port on the microtek the asus has an ap mode which disables DCHP etc

    Thanks Again hopefully i will get it going i cant believe these routers are not more well known


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    mylesm wrote: »
    Thanks Very much i will try this if I get microtik working with guest network I intend to use ASUS only as an ap wired to a lan port on the microtek the asus has an ap mode which disables DCHP etc

    Thanks Again hopefully i will get it going i cant believe these routers are not more well known

    Ah, then disregard what I said above, I took it that the Asus was your gateway


  • Registered Users, Registered Users 2 Posts: 463 ✭✭mylesm


    Well thanks very much for your Help I now have microtik running as my main router with one wireless lan with same ip range as wired lan and a guest wireless with a different ip range and new firewall rules which prevent crossover in either direction

    working great so far these microtik routers are certainly very flexible compared to consumer routers


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    mylesm wrote: »
    Well thanks very much for your Help I now have microtik running as my main router with one wireless lan with same ip range as wired lan and a guest wireless with a different ip range and new firewall rules which prevent crossover in either direction

    working great so far these microtik routers are certainly very flexible compared to consumer routers

    Nice one, bandwidth shaping, packet marks, mangles and queues next, limit your guest users to a low speed and prioritise your main subnet users over guests. The fun has only started, if you're anything like me you'll be playing for weeks :D


  • Registered Users, Registered Users 2 Posts: 463 ✭✭mylesm


    Nice one, bandwidth shaping, packet marks, mangles and queues next, limit your guest users to a low speed and prioritise your main subnet users over guests. The fun has only started, if you're anything like me you'll be playing for weeks :D

    Funny you should say that I was just wondering how to limit guest network bandwidth and prioritise my main network

    I presume if i set no country on wireless it transmits at full power

    mylesm


  • Registered Users, Registered Users 2 Posts: 682 ✭✭✭Xantia


    Set it to Ireland to get the 13 WiFi channels otherwise you will only get the default 10
    Set the frequency mode to manual-txpower for the max power
    or set that to regulatory-domain for standard power settings


  • Advertisement
  • Registered Users Posts: 230 ✭✭djr


    hallo,

    i'm new to mikrotik, having used snapgear, astaro, ipcop, smoothwall etc in the past. i'm a home user with the 120mbps UPC package, who also requires an IPsec or OpenVPN site-to-site set up with work (i'm the it manager). i'm currently running a snapgear SME575, which seems to be topping out at 60mbps WAN->LAN so i'm not seeing all my package speed. this is annoying, but can't be helped with this hardware. the cisco 3925 is in bridge mode, and if i directly connect anything via ethernet, i see 100+ mbps as expected.

    so, i want to get rid of the snapgear, and put in something like a routerboard. i've been looking at this one, but am not sure if it's a case + board for that price...

    i need it to run 100+ mbps on WAN->LAN, which it should, but i'm not sure what to expect with VPN throughput.

    i'd much appreciate any advice on which hardware to buy, and whether that yoke linked above is complete overkill for my needs... i don't need any wifi capabilities, just a router/firewall & VPN.

    thanks in advance,

    dave.


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    Yes, that would do you fine, yes it's a board in a case for that price.

    The next step up would not be not a whole lot more expensive, has 24 gigabit ports and is rackmount
    http://routerboard.com/CRS125-24G-1S-2HnD-IN
    http://www.interprojekt.com.pl/mikrotik-routerboard-crs12524g1s2hndin-p-1473.html

    Edit, I see you don't need wireless, you could go for a cheaper RB750 or 951
    http://www.interprojekt.com.pl/mikrotik-routerboard-rb750gllevel-64mb-gbit-p-1130.html
    http://www.interprojekt.com.pl/mikrotik-routerboard-rb951g2hnd-level-128mb-p-1370.html
    or this next step up
    http://www.interprojekt.com.pl/mikrotik-routerboard-crs12524g1sin-p-1471.html


  • Registered Users Posts: 230 ✭✭djr


    hi there,

    thanks for the tips. i thought about this a bit more, and decided to go with this bad boy. i'll be able to (hopefully) get rid of an 8-port dumb hub, the snapgear previously mentioned, and a meraki AP in one fell swoop, which is nice.

    i'll probably refer back to this thread a few times i'd say, to get VPN etc set up.


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    You're gonna love these routers, so powerful and configurable. They come with plenty of memory which will help for your vpn but also helps if you start adding connection & packet marks, mangles, queues etc. I'm curious as to what speeds you'll get. Have fun.


  • Registered Users Posts: 230 ✭✭djr


    just got the box installed there, arrived today. getting full speed ahead on my UPC connection which is fab. have the factory config still on it except for adjusting wifi, so still a lot of messing around to do.

    E3g7WBN.png

    delighted now i went ahead with it, as all my important computers can be on gigabit now. look forward to playing more and getting s2s VPN working next week...


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    Upgrade to latest v6 of RouterOS as it's better for wireless then do a wireless speedtest


  • Advertisement
  • Registered Users Posts: 230 ✭✭djr


    how do i confirm my version? i think i'm on 6.17, is that the latest?

    having big problems getting a 2011 MBA connected


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    djr wrote: »
    how do i confirm my version? i think i'm on 6.17, is that the latest?

    having big problems getting a 2011 MBA connected

    Yeah, that's the latest. Also go to system> routerboard in winbox and upgrade the firmware to latest.


  • Registered Users Posts: 230 ✭✭djr


    yeah, the firmware is coming up as 3.18, apparently the latest.

    getting an ipad to auth now, but still not the mac. have tried switching channels multiple times, and tried with tkip on and off...frustrating


  • Registered Users Posts: 230 ✭✭djr


    have gone back to my Meraki MR12 for Wifi, will have to try again with the RB2011. used same channel, security, etcetc, but half the devices in the house couldn't see it. even tried the factory mikrotik config and just changed the channel, same problem, macbook air couldn't connect. still using RB2011 for everything else, will revisit when i have time. did anyone else have similar problems with osX and ios?


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    djr wrote: »
    have gone back to my Meraki MR12 for Wifi, will have to try again with the RB2011. used same channel, security, etcetc, but half the devices in the house couldn't see it. even tried the factory mikrotik config and just changed the channel, same problem, macbook air couldn't connect. still using RB2011 for everything else, will revisit when i have time. did anyone else have similar problems with osX and ios?

    Try changing it to AES only


  • Advertisement
  • Registered Users Posts: 230 ✭✭djr


    Try changing it to AES only
    yup, had tkip disabled, made no odds. May have been channel related, will give it another shot ðŸ˜


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    djr wrote: »
    yup, had tkip disabled, made no odds. May have been channel related, will give it another shot ðŸ˜

    I find channel 6 gives the best performance if it's not crowded in your locality


  • Registered Users Posts: 230 ✭✭djr


    I find channel 6 gives the best performance if it's not crowded in your locality

    6 worked great for all the non apple throughout alright, but not the Apple hear. Will try higher up


  • Registered Users Posts: 230 ✭✭djr


    \o/ got it working on channel 11, gettign 50mbps over wifi on the macbook air. not sure what the problem was before, there's only two other ssid's around here and they're on 5 and 7...

    next thing is to get an rsa-key ipsec VPN set up with the firewall in work, manana.


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    djr wrote: »
    \o/ got it working on channel 11, gettign 50mbps over wifi on the macbook air. not sure what the problem was before, there's only two other ssid's around here and they're on 5 and 7...

    next thing is to get an rsa-key ipsec VPN set up with the firewall in work, manana.

    That's your problem, setting it to channel 6 overlaps in the next adjacent 2 channels on either side. There's only 3 non overlapping channels, 1, 6 and 11.
    http://blogs.aerohive.com/blog/the-wireless-lan-training-blog/wifi-back-to-basics-24-ghz-channel-planning

    You could also try channel 1 see if it performs any better. I can get 100mbit+ on lan over wireless, just switching, no Nat. There are a few settings your can also check in advanced, make sure it's set it to 20/40 Ht above, set it to indoors and default rates. Also there is another setting obey obligatory domain which will reduce the output power of the router, set it to manual.


  • Registered Users Posts: 230 ✭✭djr


    Cool, thanks. Will give those settings a blast. Not sure I'm going to be able to hit near 100mbps with the walls in this house, everything is concrete, built in the 50s. I'm happy with 40-50 at the moment. Can't use the lower channels, as have a baby monitor and wireless video sender around that area...


  • Registered Users, Registered Users 2 Posts: 416 ✭✭gouche


    Was having trouble with my no-ip script to update my dynamic IP address.
    It was only updating sometimes - but logging that it had updated :/

    So I set up a script to check for IP changes and email me if there are any.
    This way if No-IP doesn't update I can do it manually or just connect directly to IP.

    Here's the script I used:
    :global ipadd;
    :local thisip [/ip address get [find where interface=pppoe-wan] address];
    
    :if ($ipadd != $thisip) do={
        /tool e-mail send to=******@gmail.com subject="ip change" body="New ip $thisip";
        set ipadd $thisip;
    } 
    #else={
    #    /tool e-mail send to=******@gmail.com subject="ip change" body="No change";
    #}
    

    The last few lines are commented out - I just used them for testing sending email. They just email 'No Change' if the IP is the same.
    Just change the interface to whatever your WAN interface is and put your email in.

    I had some issues setting up Gmail but finally got it working.
    Online, people were saying to enable TLS and use port 587.
    This didn't work for me so I enabled TLS and used default port 25 which did work.
    Also had to enable POP in Gmail settings. Works like a charm now.


  • Registered Users, Registered Users 2 Posts: 8,408 ✭✭✭Gadgetman496


    That's your problem, setting it to channel 6 overlaps in the next adjacent 2 channels on either side. There's only 3 non overlapping channels, 1, 6 and 11.
    http://blogs.aerohive.com/blog/the-wireless-lan-training-blog/wifi-back-to-basics-24-ghz-channel-planning

    Probably a typo? If
    That's your problem, setting it to channel 6 overlaps in the next adjacent 2 channels on either side.

    Then this can't be true?
    There's only 3 non overlapping channels, 1, 6 and 11.

    "Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid."



  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    Probably a typo? If



    Then this can't be true?

    Not a typo

    720px-2.4_GHz_Wi-Fi_channels_(802.11b,g_WLAN).svg.png


  • Registered Users, Registered Users 2 Posts: 1,622 ✭✭✭Kevin!


    A family friend has huge issues with range in her house and I think a Mikrotik router would be the job in resolving that but..

    I'm fairly computer literate and would have a good idea with your average household router (was contemplating installing the Asus RT-N66U) but the range on this seems to be far superior - is there a lot of setting up to do when bridging this with a vodafone fiber modem for standard internet usage? nothing complex apart from browsing and downloading will be required such as VPN usage etc

    cheers


  • Advertisement
  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    It's configured for NAT, you'll just need to get the Wan working but should be able to get that from the web GUI.


  • Registered Users, Registered Users 2 Posts: 463 ✭✭mylesm


    I have MIcrotik rb951g-2hnd running now for a couple of weeks with a upc modem bridged

    The Microtik looks after Guest Network wifi which also has a facility to limit download speed for guests works great

    also have a nas and a wdtv connected to lan ports of microtik

    I have an ASUS n66u in access point mode hardwired to lan port on microtik and this gives me 2 networks for private use one 2.4 and one 5ghz

    all works really well router rock stable for last couple of weeks

    I added some firewall rules from here and other forums just to lock down a bit better than default setup

    I am not that experienced at this I would like to block icmp ping on the wan port that is if a ping request comes in from internet it gets dropped ie no reply

    I use Shields up and it shows all my ports are stealth but i fail on ping response to achieve full stealth

    If anyone could please tell me how to block ping please

    thanks
    myles


  • Registered Users, Registered Users 2 Posts: 8,749 ✭✭✭degsie




  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    /ip firewall filter add action=drop chain=input comment="drop icmp" in-interface=ether1 protocol=icmp
    

    Change to suit the name of your Wan interface


  • Registered Users, Registered Users 2 Posts: 1,622 ✭✭✭Kevin!


    It's configured for NAT, you'll just need to get the Wan working but should be able to get that from the web GUI.

    brilliant, decided to give it a punt as I'm sure it'll prove to be a learning experience too! Do I need to configure PPOE or should the basic settings work?

    cheers


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    Kevin! wrote: »
    brilliant, decided to give it a punt as I'm sure it'll prove to be a learning experience too! Do I need to configure PPOE or should the basic settings work?

    cheers

    If the connection requires it you'll need to configure it. What ISP? What type of connection?


  • Registered Users, Registered Users 2 Posts: 1,622 ✭✭✭Kevin!


    If the connection requires it you'll need to configure it. What ISP? What type of connection?

    The ISP is Vodafone and it's a fiber connection - I believe from reading the bridging thread that it does require it and that the username/password follows the form of user: serialnumber@vfiefttc.ie password: broadband - router model HG658c - will it prompt me to configure this with the initial installation wizard or will I have to amend the settings via winbox?

    cheers


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    Kevin! wrote: »
    The ISP is Vodafone and it's a fiber connection - I believe from reading the bridging thread that it does require it and that the username/password follows the form of user: serialnumber@vfiefttc.ie password: broadband - router model HG658c - will it prompt me to configure this with the initial installation wizard or will I have to amend the settings via winbox?

    cheers

    You'll have to configure it but this should be possible with the web gui if you want to get up and running before you get your head around winbox


  • Registered Users, Registered Users 2 Posts: 9,605 ✭✭✭gctest50


    mylesm wrote: »
    ...........
    If anyone could please tell me how to block ping please
    ..........

    once you get that done , don't get carried away and block icmp passing through the yoke - it can break path discovery n stuff -


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 463 ✭✭mylesm


    /ip firewall filter add action=drop chain=input comment="drop icmp" in-interface=ether1 protocol=icmp
    

    Change to suit the name of your Wan interface

    tried that still failed shields up as router was replying to ping

    changed your rule above to be
    add action=drop chain=output out-interface=ether1 protocol =icmp

    now i pass shields up test with true stealth status

    thanks again for your help


  • Registered Users, Registered Users 2 Posts: 1,622 ✭✭✭Kevin!


    Just got my Mikrotik router and I'm trying to configure it with a vodafone router - it seems unable to obtain a PPPOE link any idea's as to what I might be doing wrong?

    2zdrjw8.jpg

    11ka59k.png

    thanks!


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    Try leaving the service name blank


  • Registered Users, Registered Users 2 Posts: 1,622 ✭✭✭Kevin!


    Try leaving the service name blank

    Will try that when I'm home thanks! And is txpower automatically at 100%? If not, how do I amend it via webconfig

    Thanks


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    Kevin! wrote: »
    Will try that when I'm home thanks! And is txpower automatically at 100%? If not, how do I amend it via webconfig

    Thanks

    You'll need winbox, open the wireless interface, set to advanced and in the main wireless tab change frequency mode from regulatory domain to manual tx power. In advanced tab set distance to indoors and in tx power tab set tx power to default


  • Registered Users, Registered Users 2 Posts: 1,622 ✭✭✭Kevin!


    You'll need winbox, open the wireless interface, set to advanced and in the main wireless tab change frequency mode from regulatory domain to manual tx power. In advanced tab set distance to indoors and in tx power tab set tx power to default

    Was being silly, thought it would go into WAN port when it's actually Ethernet #1, PPPOE authentication is now successful!

    It seems that those settings for transmitting power had already been enabled by default, should that give it the full 1000mw power?

    Cheers


  • Advertisement
  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    Kevin! wrote: »
    It seems that those settings for transmitting power had already been enabled by default, should that give it the full 1000mw power?

    Yes.


  • Registered Users, Registered Users 2 Posts: 1,622 ✭✭✭Kevin!


    Last question for you haha, I'm achieving good speeds on the laptop (50mb connection) getting about 46 over WiFi - but with my HTC m8 I'm getting a poor link speed and speed test.net reports it to be under 20mb - is the router assigning less speed to the mobile?http://i58.tinypic.com/b3lwyr.png

    Thanks


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    Kevin! wrote: »
    Last question for you haha, I'm achieving good speeds on the laptop (50mb connection) getting about 46 over WiFi - but with my HTC m8 I'm getting a poor link speed and speed test.net reports it to be under 20mb - is the router assigning less speed to the mobile?http://i58.tinypic.com/b3lwyr.png

    Thanks

    Try setting the wireless interface band on the Mikrotik to 2Ghz only N (as long as you have all N devices) and channel width as 20/40Mhz HT above. You can see the signal and speed wireless devices are connected at under wireless registration. My Nexus 5 connects at a max rate of 72mbps, your M8 will most likely be the same. Laptops with better antennas will have wireless cards set to do higher rates than phones and tablets with tiny antennas. For this reason tests will be better with laptops


  • Registered Users, Registered Users 2 Posts: 463 ✭✭mylesm


    Hi Again

    On the quickset screen of winbox there are 2 wireless options one main and one guest network

    I set up guest network here and set download limit as well to 3M

    this is all available on quickset screen and it works well

    I tried to ping devices on my main lan while I am connected to guest network and I cannot ping them which is great as that is what I want

    Can someone explain please how the guest network is isolated from main lan as it seems to get ip in same range as main lan
    Thanks

    mylesm


  • Closed Accounts Posts: 1,837 ✭✭✭same ol sh1te


    You'll need to stop using quickset and go deeper with winbox to find out the answer. I've never used quickset so therefore I know nothing about it or the features it offers. Is default forward enabled for the virtual wireless interface? Post an export compact of your config.

    I can see from the RouterOS changelog that guest network was only added to quickset in March this year. Is it fully implemented yet?
    https://www.mikrotik.com/download/CHANGELOG_6


  • Advertisement
Advertisement