Well, the URL you posted didn't work and their TLD get stuck in a redirect loop. but that's ok.
A router can help enhance security, but really your security lies with the webserver itself. Run the latest patched version of whatever server you want to use, and keep up with its security updates.
Don't run more services on the machine than you really need. SSH and the webserver should be the only open ports if that's all the box is doing.
If you must run other services, eg. mySQL, make sure you filter all outside access to the mySQL port at 3306. This applies to any other database/service that is only used local to the system. Filtering should be done both at the router and on the webserver box itself -- never depend on a single point of security (eg. using telnet on the internal network, trusing that there are no sniffers about).
Hi,
When two Linux hosts are connected without any routers
And when Router Advertisement is issued what is the use of of it??
Basically I found Router Advertisements are meant to find End Nodes
Is this true?
Or Router Advertisements are meant only for Routers:confused:? (2 Replies)
I set up remote printing on a clients Unix server to my Windows XP USB printer. My USB printer is connected directly to my PC (no print server and no network input on printer). With my Win XP PC connected to my cable modem (without the router), i can do
lp -dhp842c /etc/hosts and it prints. I... (7 Replies)