Many users in my hotspot has home page with https such as https://www.google.com/?gws_rd=ssl
and they are not forwarded to login page when first enter the hotspot.
How can I solve this?
I have RouterOS v6.15
How can I get "support.rif" file?You need the assistance of support team to do that. I suggest you email support with support.rif file.
and in the other board should I domore precisely, I recommend "/export compact file=name" command. "Compact" is important, as it only exports the changes that you made.
what are the necessary changes. Do I need to only change the mac addresses?You can use Export command, make necessary changes and then Import it to the other one
<input type="hidden" name="popup" value="true" />
I disable the ipv6 package from Winbox and "schedule to be disabled" was written beside it in Winbox and in the next reboot, IPv6 package is still there and it was not disabled.Yes.
Is it enough to disable IPv6 package?Uninstall the IPv6 package, as mentioned previously.
/ip firewall nat add chain=pre-hotspot hotspot=auth dst-address-type=!local action=accept
what should I put for ntp-primary and secondary IP addresses?No. This is a FAQ. Search the forums, this comes up once a week - RouterBOARDs have never had CMOS batteries, so it is expected that they lose time on reboot. You need to use NTP to sync them.
Does my reouter borard RB450 have battery to store time ?
how to do that?This way, your forum will make use of your default route./ip firewall address-list
add list=exempt-from-pcc address=x.x.x.x/32
You will still have problems with secure sites and some game servers unless you make use of src-address in PCC classifier.
I put the mangle rule at the top and it is working now. thank youDo you have the exemption accept rule above the rules that mark routing?
I am running ipv4 no ipv6Depends. Are you running IPv6 and are you expecting your router to send RAs on those interfaces? If you're not then it's obviously not a problem. If you are expecting it to then you do have a problem.
I am using pcc scheme.I don't know which load balancing scheme you are using, but maybe if you added an exclusion for localnet dst-addresses to the rule that determines the load balancing.Code: Select allset X dst-address=!192.168.0.0/16
they are uploaded and it is in the correct folder. I did upgrade before from v4.16 to v4.17. I don't know why can't I upgrade from v4.17 to v5.0if there is nothing in the log, apparently your packages are not uploaded, or are in the wrong folder. they need to be in the root folder
This is not my code. It is from Forum so It is better to ask themnamo: does it work with pppoe to? i mean 2 inputs are not LAN, are pppoe connection, do i need to change something in these commands?
Are you saying that for RouterOS v4, it is better to use Pentium 4?it's in last release candidate stage, it will be released soo. v4 has old kernel
what about v4? v5 is beta nowyes, in RouterOS v5 we have multicore support and you will get more speed with these processors.
Is it the same if I set address pool option in Winbox underCheck the user profile used for the specific clients, run print command and select <number> which belongs to the particular profile.
if I want more than one profiles but one list , Is the correct command:Code: Select all/ip hotspot user print where profile=profileName
SwOS has VLan so what the feature that managed switch has and SwOS hasn't.No, SwOS will not work.
for each rule , I have one for action memory and another for action disk. Does Winbox log show both so I need only disk?you probably have two identical log actions.
:foreach u in=[find] do={
:foreach u in=[find disabled=no] do={
I am just using windows folder without programWhich FTP client do you use?
Maybe try different one, for example Filezilla?
I did this and I get the error:nth=50 is not a correct value
I guess there should be nth=5,0
I connect to a Mikrotik directly and it is the same.I do not have any problems to copy all HotSpot files to my computer. As you said that router before the MikroTik does not respond, maybe you could try to load files from different locations.
But I used to copy files normally. I can still copy single files one at a time but the problem happens when I try to copy several files that has size more than 1MBTry to copy files from different locations, where your computer is not connected over router, which should be restarted.
I have the a PC computer with one ethernet port lan not RB493AH. so I have one port for lan.Split horizon bridging or bridge firewall. Have used both. Works great for me.
This is nice but Does not answer if the code work when you have hotspot and PPoE on the same interface
should I also filter port 5 if it is the one connected to the router?No you don't need vlan.Do the same for every interface combination.Code: Select all/interface bridge filter add in-interface=ether2 out-interface=ether3 action=drop
how to set bridge filters and do I need the vlanYou can set bridge filters to drop communication between bridge ports.
Other than than RB450 cannot be configured as managed switch.
the total of user online is always lower than the download speed but might little exceed the uploadit ok but you should consider the number of online user that max you should worry about it
My Mikrotik is on intel PC. Is this installed in another machine as OS or installed in a machine with linux. It seems complexYes, freeRadius is used by a lot of customers.
http://freeradius.org/
Are you taking about different server than the Mikrotik?As far as I know with user manager you can't do it either.
Probably with free radius or other radius server it is possible.
:foreach i in=[/ip hotspot user find] do={
/ppp secret add name=[/ip hotspot user get $i name] password=[/ip hotspot user get $i password] profile=[/ip hotspot user get $i profile] comment=[/ip hotspot user get $i comment];
}
this will add the users in the defaulted ppp profile not the same profileyou can create a script, something like below
:foreach i in=[/ip hotspot user find] do={
/ppp secret add name=[/ip hotspot user get $i name] password=[/ip hotspot user get $i password];
}