This will occur if :RouterOS X86: Show R before interface name of interface list but this interface not connected with any device, why?
/system script run script1
/system script run script2
/system script run script3
Yes, all users will be kicked out at 5pm. You can modify the codes to reflect your preferred time by editing the value "time=8h-17h"user connected will be kicked off at 5pm?
/ip fire filt
add chain=input action=accept src-address=192.168.25.0/24 place-before=6
add chain=forward action=accept src-address=192.168.25.0/24 place-before=6
/ip firewall filter
add chain=input comment="accept winbox" dst-port=8291 protocol=tcp place-before=0
/ip dhcp-server export
Yes, Winbox 2.2.18 still works.Winbox v2.x still works?
Please see http://forum.mikrotik.com/viewtopic.php?f=7&t=83477 for some explainationIT WORKS!!
I have no idea what I've done but it works.
Can you please explain me what I've just done? Maybe there would be some side effects?
Thank you.
/ip route print
/ip route
add dst-address=10.10.10.0/24 gateway=172.16.1.1 disabled=no distance=10
/ip firewall filter
add chain=forward in-interface="1Modem" src-address="Ventrilo_Server_IP_Address" action=accept place-before=0
Its now inI noticed that "tcp-syncookie" setting disappeared from /ip firewall connection tracking.
/ip settings
/ip proxy access print
To achieve 1-2ms pings use Nstreme. That is, set Wireless Protocol=nstremeCan i achieve 1-2ms with MikroTik SXT G-5HnD?
/ip route
add dst-address=0.0.0.0/24 gateway=10.0.0.3 distance=1 disabled=no
/ip dhcp-server lease print where comment~"customer"
A karma will be well appreciated.Hi Skillful,
Great! Your suggestion works for me. Thank you very much.
Use loopback ip - 127.0.0.1All i do is?
1: add router in userman with ip address and password
2: add a radius in mikrotik with same ip and password and then check ppp
/ip firewall nat
add action=masquerade chain=srcnat disabled=no out-interface="your_vlan_interface"
Upgrade the box to ver5 and check the licence. If you have the 24hours trial licence then buy a new licence based on the ver5 soft ID.Hello all,
How can I updade it? I should buy a new license? How can I work this out?
http://routerboard.com/RB751U-2HnDHi,
Any chance of a copy of the specification sheet or other documentation (PDFs)?
Rgds,
Mark.
Yes. Activation of hotspot server hijacks port 80 from the default home page and makes the hotspot folder available as root directory on port 80.Hi skillful. So you mean I need to create hotspot and hotspot server must active?
/ip address print
/ip firewall nat export
/ip route export
/ip service print
/ip firewall filter print
/ip firewall nat add chain=srcnat action=masquerade out-interface=pptp-out1
/ip route print detail without-paging
/ip route print
/ip firewall nat print
/interface pptp-client print
Try out the new ROS 5.4What's new in 5.4 (2011-May-27 13:18):
*) webfig - do not try to open many windows
if first open was blocked by browser;
*) RB4xx ether1 port flapping fixed;
/tool user-manager database clear
/system license print
/queue simple print brief without-paging
/queue simple move "Limit p2p" destination=0
Yes it is solvable. Set bridge interface to use firewall.I understood my problem: Mikrotik works as bridge, so layer3-firewall ignores transit packets.
Is it solvable?
/interface bridge settings
set use-ip-firewall=yes use-ip-firewall-for-pppoe=yes use-ip-firewall-for-vlan=yes
/ip firewall mangle
add action=change-ttl chain=prerouting comment="" disabled=no in-interface=wan new-ttl=increment:1
see http://forum.mikrotik.com/viewtopic.php?f=2&t=41113Note! The recently released RouterOS v4.7 contained an uncommon DHCP server problem in some non standard installations, until a fix can be provided, you can use RouterOS v4.6
/ip service set www port=8888
/ip proxy access
add action=allow comment="" disabled=no src-address=10.10.10.0/23
add action=deny comment="deny all others" disabled=no
/ip fire man pr without-paging
/que sim pr without-paging
/ip proxy pr
Omni Antenna is not a good idea. Use 3units of 120deg high gain sector antenna instead.RB433 (or RB433AH), RB52 (or R52-350), omni antena.
It is in individual profile of your hotspot users. /ip hotspot user profileI do not see address-list in hotspot profiles.
Or anywhere apart from adding static leases!
{
:if ([/ping XX.XX.XX.XX count=2]>0) do={
/interface disable [find name=wlan1]
:delay 2s
/interface enable [find name=wlan1]
}
}
/ip service
set www address=0.0.0.0/0 disabled=no port=8080
Type in console / terminalWhere do i type that?
/queue simple print
/queue tree print
Tested on Ver.4.0Beta4 with limited package and it is rock stable, much better than ver. 3.xxlet us know if anyone has tested on 133c board as 3.27 was stable
/interface wireless set wlan1 wds-mode=dynamic
/interface wireless set wlan1 wds-mode=dynamic-mesh
One week. The duration can be set in address-list-timeoutafter that when we the person be able to reconnect with that same ip address
/ip route get [find comment="FailOver"]
:put [/ip firewall address-list find address=192.168.1.100/32]
/interface ethernet
set ether1 speed=10Mbps auto-negotiation=no
My error! Pls just delete that part of the code, it was meant for something else. I will modify my original code accordingly.I understand most of this and will give it a try.
The piece I don't understand is the src-address-list=port-knock
address-pool=none
/ip hotspot
print
set 0 address-pool=none
It doesn't work no more in version 3.24. See http://forum.mikrotik.com/viewtopic.php?f=9&t=18841what about?Code: Select all/queue simple move [find name="SQ1"] 0
/ip address pr
/ip address remove 3
This is broken again in ver3.24!
list of consultantsAny suggestions on a consultant?
Thanks
This issue had been fixed in ROS 3.11. This scriptnow works as expected.Code: Select all/queue simple move [find name="cached"] 0
Many thanks to the Mikrotik team for this fix.