I just installed MT on virtual machine and it has only two NICs as the following:
1- MY-WAN which connect to internet with IP 192.168.1.100/24.
2- MY-LAN which connect to internal network with IP 10.1.1.1/24
I was able to access MT from internal computers (virtual machines )in lan, and also from physical computer (192.168.1.200/24) which host the MT virtual machine.
My question is how to connect MT using winbox from external ( over internet ) computer.??
1- for connectivity as starting point both connect through internet and they are up.
2- when i went from winbox to IP>services i can see (ftp, ssh, telnet and www) all are green and available from 0.0.0.0/0 and www-ssl the same but not green it is dimt.
3- IP > firewall > filter , I cannot see anything related to winbox or to port 8291
[admin@MT1-Router] > ip route print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf
0 ADC dst-address=10.10.10.0/24 pref-src=10.10.10.1 interface=MY-LAN1 scope=10
target-scope=0
There is nothing wrong with that configuration, and remote access should be working. I guess you could post the output of “/ip service print detail” even though you already visually inspected it.
By the way, it really helps readability a great deal if you wrap CLI output in
1- MY ADSL router get dynamic public IP from ISP using DHCP. router lan is 192.168.1.1 / 24
2- Physical computer 192.168.1.101 / 24 , DG: 192.168.1.1 , DNS of ISP servers.
3- running vmware 7.x.x.
4- MT installed on VM, that VM has two NICs, MY-WAN (bridged) and its IP 192.168.1.133/24 , MY-LAN (host only) is 10.10.10.1/24. , MT DG: 192.168.1.1 , DNS 208.67.222.222
5- MT and any VM in host only with IP of 10.10.10.x / 24 and DG 10.10.10.1 can access internet.
6- I can access MT from physical machine normal with winbox , and cannot access it from any machine in host only - normal cause i configured DHCP /30 - to prvent arp attacks as netcut.
7- my router real IP is 41.x.x.x and when i connect to remote network (via RDP) and try use winbox to connect to MT on 41.x.x.x , it cannot work.
8- I tried to forward all traffic on adsl router to 192.168.1.133 , via making it DMZ IP. and also I tried with forwarding 8291 TCP and 80 TCP to 192.168.1.133 , and it did not work in both.
But still want to know, if my MT external IP is 192.168.1.X and want to pubnlish server (portx) running on internal IP 10.10.10.Y , what is the exact command to do so.