Difference between revisions of "Accessing apps without DNS server"

From Amahi Wiki
Jump to: navigation, search
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
What to do if you cannot use your HDA as a DNS server.
 
What to do if you cannot use your HDA as a DNS server.
  
Set the DNS of your client to the IP address of the Amahi server.
+
On your client computer, manually set the DNS servers to your Amahi HDA's ip address
  
If that doesn't work edit you client host file.
+
If you cannot do that or that doesn't work, you can manually edit you client hosts file to point to the Amahi HDA's IP address for all application's names you want to access
  
Windows:
+
== Set the DNS of your client to the IP address of the Amahi server ==
  
  
Linux:
+
* In Linux clients and Unix derivatives (FreeBSD/Mac OS X) edit <code>/etc/hosts</code>, for example:
 
+
        192.168.5.25    joomla joomla.home.com
For Ubuntu/Debian edit /etc/hosts
 
 
 
Insert you Amahi server address followed by the app address
 
  
Example:
+
* In Windows, use the directions to [http://en.wikipedia.org/wiki/Hosts_file edit your host file]
        192.168.5.25    joomla joomla.home.com
 

Latest revision as of 23:32, 30 June 2010

What to do if you cannot use your HDA as a DNS server.

On your client computer, manually set the DNS servers to your Amahi HDA's ip address

If you cannot do that or that doesn't work, you can manually edit you client hosts file to point to the Amahi HDA's IP address for all application's names you want to access

Set the DNS of your client to the IP address of the Amahi server

  • In Linux clients and Unix derivatives (FreeBSD/Mac OS X) edit /etc/hosts, for example:
       192.168.5.25    joomla joomla.home.com