Jack (MVP-Networking). wrote:
> Hi
>
> An External ISP type of IP cannot be configured to be use on the LAN side of
> a regular Cable/DSL Router.
>
Oh yes it can! This is what routers are supposed to do, in the old
days, before NAT was invented. I guess today some consumer-level
routers have disabled this basic functionality. But my cheapo Aztech
DSL Router can do it. Routing != NAT. In fact, NAT has to be explicitly
enabled on a lot of routers to prevent external ISP type IP from being
used on the LAN.
You want to check out a site that has ALL computers
(servers/workstations/PCs) allocated an ISP type IP then check out my
alma mater: University of Essex. Each and every PC in the lab and in
offices runs on 'external' IP. I used to run ftp servers over the
weekends from the engineering lab ;-)
In fact the OP stated that that's how his current network is set up. So
it can be done and apparently works for him. He now wants to use NAT to
reduce his monthly bills.
> By using application that can be configured to use the ports of your choice,
> you can use one External Static IP and direct the Traffic to the right
> computer that is on an Internal IP (192.168.x.x).
>
> This page was written for a specific application, but the principle might
> apply to any application that interact through the Internet and has flexible
> port configuration.
>
> http://www.ezlan.net/vnc#portselect
>
Good suggestion.