Originally posted by css_jay99
View Post
By looking for information on the hosts file (which works the same way on Windows, Mac, or Linux) you can find out how to make a given machine use aliases to those other machines - for example, make dev.example.com be 192.168.1.2 while db.example.com is 192.168.1.23. (Or to point them to the same machine, if you prefer.)
Originally posted by css_jay99
View Post
The main advantage of this is that you then have access from outside your internal network, although you then also need to be more aware of security as suddenly your home machines (at least the ones you've port mapped, and potentially the others by leapfrogging from them) can be reached directly over the Internet: using "fred" as the password for your local database root account is no longer an option. I tend to enable port mapping only when I know I'm going to be using it, and turn it off again afterwards.
It really isn't that complicated once you get into it; conceptually, it's no harder than hooking up a TV plus HDD Recorder plus Freeview box such that all the signals go to and from the right places in the right order. The IP addresses are the colour coded connectors, and the names are the labels you attach to the connectors because it's easier than having to remember what yellow means.
Comment