cbagger01
  
 
  
 
 
Group: Members 
Posts: 4264 
Joined: Oct. 2003 | 
  | 
Posted: Sep. 23 2005,04:48 | 
   | 
 
 
  
You will be unable to use the hostname as your address unless your local network's DNS server knows of this name.  If you have a home network, you probably don't even have a DNS server.
  Anyways, an alternative is to set up your DSL computer with a static IP address and then manually add the hostname to your  local Windows computer.
  For Windows 2000/XP, the host file is located at:
  C:\WINDOWS\system32\drivers\etc\hosts
  or
  C:\WINNT\system32\drivers\etc\hosts
  Edit it with notepad or wordpad and add it to the list.  For example, you might have mydslcomputer located at 192.168.1.4 so you add
  192.168.1.4           mydslcomputer
  to the bottom of the file and then save it. 
 |