Community discussions

MikroTik App

Search found 9 matches

by slayercho
Thu Jun 20, 2013 1:43 am
Forum: Scripting
Topic: Another RouterOS API Delphi Client
Replies: 150
Views: 86476

Re: Another RouterOS API Delphi Client

Thanks for advice. I'm still using memo because thats really easy way to see whats happen, but i have one more question. How to check for existing user in user-manager? I'm using Randomize; I := Random(9999999999); Memcmd.Lines.Strings[0] := '/tool/user-manager/user/add'; Memcmd.Lines.Strings[1] := ...
by slayercho
Fri Jun 14, 2013 4:58 pm
Forum: Scripting
Topic: Another RouterOS API Delphi Client
Replies: 150
Views: 86476

Re: Another RouterOS API Delphi Client

Hello, /tool/user-manager/user/add =customer=admin =username=123 =password=123 =copy-from=*88 This works but the idea is simple hotspot POS for user who will add username and password random generated in Edit1.Text but.... How to add this script into delphi without using memo. If cant add into delph...
by slayercho
Fri May 24, 2013 5:20 pm
Forum: General
Topic: 5.23 Problem on rb1100AHx2
Replies: 3
Views: 1459

Re: 5.23 Problem on rb1100AHx2

Any idea ? I buy this 1100AHx2 before 2 days with installed v5.23 and the same problem (found this post now .. ) . Is there any suggestion? [admin@MikroTik] > /system routerboard print routerboard: yes model: 1100AHx2 serial-number: current-firmware: 3.02 upgrade-firmware: 3.02 [admin@MikroTik] > /s...
by slayercho
Sun Feb 17, 2013 4:32 pm
Forum: General
Topic: One direction access
Replies: 10
Views: 1938

Re: One direction access

Thanks for your support, i will try other ways to do that.
by slayercho
Sun Feb 17, 2013 3:37 pm
Forum: General
Topic: One direction access
Replies: 10
Views: 1938

Re: One direction access

If adding a new LAN card that will work with this setup?
by slayercho
Sun Feb 17, 2013 3:32 pm
Forum: General
Topic: One direction access
Replies: 10
Views: 1938

Re: One direction access

should but doesn't add action=drop chain=forward disabled=no dst-address=192.168.0.0/24 src-address=192.168.100.0/24 connection-state=new add action=drop chain=input disabled=no dst-address=192.168.0.0/24 src-address=192.168.100.0/24 connection-state=new With this rules access is in two ways 100.0/2...
by slayercho
Sun Feb 17, 2013 3:22 pm
Forum: General
Topic: One direction access
Replies: 10
Views: 1938

Re: One direction access

Filter Rules add action=drop chain=forward disabled=no dst-address=192.168.0.0/24 src-address=192.168.100.0/24 add action=drop chain=input disabled=no dst-address=192.168.0.0/24 src-address=192.168.100.0/24 With this filter rules 100.0/24 has no access to 0.0/24, and 0.0/24 no access to 100.0/24. te...
by slayercho
Sun Feb 17, 2013 3:04 pm
Forum: General
Topic: One direction access
Replies: 10
Views: 1938

Re: One direction access

still not working
add action=drop chain=forward connection-state=new disabled=no dst-address=192.168.0.0/24 src-address=192.168.100.0/24
With connection state = new access is in two ways from 100.0/24 <--> 0.0/24
by slayercho
Sun Feb 17, 2013 2:47 pm
Forum: General
Topic: One direction access
Replies: 10
Views: 1938

One direction access

Hello The idea is as follows: We have a mikrotik x86 machine with 5.2 and configured interfaces lan1 - internet lan2 - 192.168.0.1/24 lan2 vlan100 - 192.168.100.1/24 Is it possible to restrict access from vlan100 addresses to 192.168.0.1/24, one direction and i have access to the addresses in vlan10...