Page 1 of 1

How to make webui listen on multiple IPs

Posted: Wed Dec 05, 2018 3:17 pm
by sealtech
Hi, Im trying to setup a device for the purpose of testing firewall settings on another device. What Im looking for is the ability to have a web ui running on multiple ip addresses on the same mikrotik device for the purpose of testing (many) port forwarding rules. So for example from outside firewall I would want to enter the following into a browser
123.456.789.101:5001
123.456.789.101:5002
123.456.789.101:5003
123.456.789.101:5004
and each one would load a web interface because the test device would have a web ui on 192.168.88.1-4 on port 80 with the appropriate NAT rules

Additionally Im open to other suggestions the web ui does not have to be the mikrotik webfig ui i just figured that would be easiest. If there is the ability to load a static HTML page that would be even better or a dynamic page that prints out something to the affect of "Success on port 5001" but from my research it seems this is not a feature.


+------------+
|Host outside|
|of firewall |
+------+-----+
       v
  +----v---+
  |Firewall|
  +----+---+
       v
 +-----+-----+
 |Test Device|
 +-----------+


Re: How to make webui listen on multiple IPs

Posted: Wed Dec 05, 2018 5:06 pm
by sebastia
Hi

If you want to test forwarding, then you would want to distinguish the different targets from each other I guess? So that would mean a different page for each forward. A simple / static page on bare minimum http server would suffice. Grab any linux distro and start some instances of httpd / lighttpd / ... with different index.html pages.