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] := ...
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...
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...
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...
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...
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...