Community discussions

MikroTik App

Search found 5 matches

by gapcsi
Sun Jan 01, 2006 9:04 pm
Forum: General
Topic: IP binding
Replies: 2
Views: 1580

IP binding

Can I statically bind IP's to MAC addresses on my router?
by gapcsi
Mon Nov 07, 2005 11:26 am
Forum: Scripting
Topic: not running interface
Replies: 7
Views: 11465

:global u
/interface wireless monitor wlan3 once do={
  :set u $registered-clients
  }
:if ($u = "0") do={/interface wireless disable wlan3; /interface wireless enable wlan3}
by gapcsi
Mon Nov 07, 2005 10:45 am
Forum: Scripting
Topic: not running interface
Replies: 7
Views: 11465

:global u
/interface wireless monitor wlan3 once do={
  :set u $status
  }
:if ($u != "running-ap") do={
  /interface wireless disable wlan3; /interface wireless enable wlan3
  }
by gapcsi
Sun Sep 25, 2005 8:55 am
Forum: Scripting
Topic: TimeZone
Replies: 1
Views: 1625

TimeZone

I setting up the NTP Client. The time is syncronized. My time zone is GMT +01:00. But the "/system clock print" not correct. Why?

Image
by gapcsi
Wed May 18, 2005 3:20 pm
Forum: Scripting
Topic: Logging
Replies: 1
Views: 1866

Logging

Hi *.*

I need to log the following value for all user's, because the Hungarian "National Communications Authority" need it.

- connection time,
- protocol type,
- package size,
- src. IP,
- dst. IP,
- dst. port.

Someone can tell me some solution widt MTRouterOS?