Difference between revisions of "Accessing apps without DNS server"

From Amahi Wiki
Jump to: navigation, search
m
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.
 
  
Windows:
+
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 ==
  
Linux:
 
  
For Ubuntu/Debian edit /etc/hosts
+
* Linux and Unix derivatives (FreeBSD/Mac OS X) edit <code>/etc/hosts</code>, for example:
 +
        192.168.5.25    joomla joomla.home.com
  
Insert you Amahi server address followed by the app address
+
* In Windows:
 
 
Example:
 
        192.168.5.25    joomla joomla.home.com
 

Revision as of 23:31, 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

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