I am trying to add and remove NAT entry using a single line php api code but unable to do it. Terminal code Mikrotik: /ip firewall nat remove [find comment=id9] I am trying writing bellow php api: to Add: $API->comm(“/ip/firewall/nat/addn=chain=dstnatn=src-address=103.19.131.3n=protocol=tcpn=action=d…
Tag: mikrotik
how to earn online user with mikrotik pear2 api?
i used pear2 api for disconnect user from mikrotik. with now i want get all online user with this api. please guide me. Answer