e3372h Hilink modem as LTE WAN with static, private address at router interface.
Hilink private address 192.168.8.1
Router addressed as 192.168.8.100,
DMZ set on Hilink device to 192.168.8.100
Router configured to route through 192.168.8.100 and that works very good. That are some remote setups which are only accessed to IP cameras.
As that was fast shot - I haven;t possibility to make any VPN connections. So I have forwarded IP to mikrotik’s admin panel and allowed it only to my office’s public IP address.
That also work very good
But I would like to access to Hilink device addressed on 192.168.8.1 also remotely. I have tried to make some rules on FW without success.
So, iis that possible in any way ?
You can access the HiLink from the Mikrotik router behind the HiLink.
Problem is how to make the Mikrotik router to become the gateway for the HiLink (as it usually sends everything to the internet)
For the HiLink the connection should come from the Mikrotik, not from your computer.
Some possibilities:
-use the webproxy server on the Mikrotik. Then you can HTTP/HTTPS the HiLink by setting the Mikrotik as your proxy in your browser. The HTTP(S) session will come from the Mikrotik webproxy.
-if the HiLink allows for SSH or Telnet (not sure of that) then use the Telnet tool on the Mikrotik to connect to the HiLink.
-some proxy-arp setup could make the Mikrotik respond in the name of the HiLink (https://wiki.mikrotik.com/wiki/Manual:IP/ARP)
-HiLink modems don’t let you change the IP address. But you can make the HiLink accessable through a Mikrotik subnet IP address using dst-nat (similar setup is here: http://forum.mikrotik.com/t/port-to-interfacing/97096/1)