Hi Guys,
I've just purchased my first Mikrotik (RB450G) and I've just spent most of my evening setting it up to replace my existing Linksys router. I'm also a PHP developer and would love to start designing a web interface for this device to suit my needs. So I acquired a copy of the PHP API Class and got to work.
Now, here is my issue. I have enabled the API by using the following command via SSH: /ip service enable api but when I try connecting to my router via the API it fails. I've also noticed that when I nmap the Mikrotik, this is the result.
Starting Nmap 5.21 ( http://nmap.org ) at 2011-09-10 21:27 EST
Nmap scan report for 10.1.2.1
Host is up (0.0012s latency).
Not shown: 992 closed ports
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
23/tcp open telnet
53/tcp open domain
80/tcp open http
1723/tcp open pptp
2000/tcp open cisco-sccp
8291/tcp open unknown
MAC Address: 00:0C:42:7F:97:21 (Routerboard.com)
As you can see, port 8728 isn't listed. Can anyone help me out? Has anyone else seen this before?