What's The Best way...

Whats the best way to redirect a link and not have it go lookin outside of your own LAN.
In other words you enter the IP of the server from any place in the world and it gives you the logon screen. This works.

Once you are logged on and the status page comes up I want to have links on it to non real world equipment that are running web servers in the same room.
Example 10.41.0.4:8080 needs to go to a wireless router which is also hooked into the MT. If I put a link on the web page it tries to find it outside of my house network.
I am trying to get it so we can look at our different transmitter readings from the internet.
What’s the best way to do this?

Never mind. I’ll post what I did in case it can help someone else.

I used different ports on links to tell the MT where to send it
Example
Wireless router link would = the IP address of the hotspot but on port 81
I used a dst nat for authorized traffic to go to the local IP and port of the device. So in effect I am using different ports of the base IP to direct the traffic.

The more I use this thing the more I love it!