cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: May 11 2005,11:30 |
|
Keep in mind that your other computers will not understand how to translate the box name into the correct address unless you are running a local DNS (Domain Name Service) server. Most home routers do not provide this service, but some ISPs do.
It is possible to install a DNS server on to a Linux system like DSL, but your DNS server should be installed on a computer with a static IP address, or the other computers will be unable to find it.
The easy way out is to switch your Edna server over to a static IP address and then manually add the correct information to your other PC's hosts files, IE:
ednaboxname xx.xx.xx.xx
This file is located at /etc/hosts on a linux machine and:
C:\WINDOWS\system32\drivers\etc\hosts
on a Win2000/WinXP machine.
|