From what your telling me I think you've just explained how I told the router to port forward already...
Local
IP Address Start Port End Port
192.168.***.***27005-27015
External
IP Address Start Port End Port
24.138.***.*** 27005-27015
Prot: BOTH (UDP&TCP) Description: GmodPorts1 Enabled: Yes
Is this not forwarding the external ports 27005 to 27015 to my local computers same ports?
or do you mean that my external and local IP should be matching in last numbers? Which I don't think I've ever had in a network if I recall correctly.
sorry if I misread.
What might be wrong is that your external address should not have a range; it should be 24.138.nnn.mmm where nnn and mmm are the numbers for the sole external IP address your ISP provides. Let's say it's 24.138.123.456. You would have to pay $$$ to get a range of public IP addresses.
Is your netmask 255.255.255.0 ? This is usual.
Your router would have the mask set by you.
And the router itself would have an address you chose, say, 192.168.0.1
Your router's DHCP range would have been set by you (or you took the default) of 192.168.0.a to 192.168.0.b where a and b are your DHCP range. Often that's 192.168.0.100 to 192.168.0.199 or some such.
Outside the DHCP range, that computer you will have as the server visible on the Internet needs to have a static or reserved address, say, 192.168.0.10. That server gets that address by you configuring that operating system to use a static IP and gateway (which would be 192.168.0.1 in this example). Or you can leave the server on DHCP mode (automatic). Then on the router, use the admin screen for DHCP Reservation to map an LAN address such as 192.168.0.10 to the MAC address of the server. The MAC address should be displayed by the router. Some routers don't have DHCP reservation support so you have to config. the server as static.
This done, your router's port forwarding would forward a port or port range to the server: 192.168.0.10 in this example. Additional port forwarding rules are needed if you have 2+ servers, say, an IP camera (which is a kind of server).
The default LAN addresses in consumer routers is usually either 192.168.0.* or 192.168.1.*