Difference between revisions of "Networking - Static IPs"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
You can assign static IP address to machines in your network versus using the random DHCP served one (100-254). 
+
You can assign static IP address to machines in your network, however, most modern machines will ask for a name to DHCP and that will work all the time regarless of the IP it gets.
* From your browser (Internet Explorer, FireFox, etc) enter [http://hda/hosts http://hda/hosts].  This is a rough interface at the moment, but it gets the job done.
+
 
  [[image:Static.PNG]]
+
However, if you need to set IP addresses, you can do it from the
# '''Host:'''  system name (webcam, kitchenpc, pvr, etc)
+
 
# '''Mac:'''  MAC address for the system (i.e. 00:0E:0C:60:8F:2A).  Ensure you remove the / before entering the MAC and that you use colons (:), not dashes (-). Note that your MAC address can be obtained by using '''ipconfig /all''' in Windows, or from your HDA with the '''arp''' command at the HDA prompt.
+
      Setup -->  Networking --> Static IPs
# '''Address:''' Last number in the IP address (111.111.111.xxx) range (i.e. 32, 43, 110, etc).  It cannot be the same as the hda server.  
+
 
# Select '''Create''' to complete. 
+
And follow the prompts after pressing in the New Static IP.
* Release and acquire a new lease for the machine with the new IP address.  In windows, '''ipconfig /release''' followed by '''ipconfig /renew'''.
 

Revision as of 03:44, 31 August 2009

You can assign static IP address to machines in your network, however, most modern machines will ask for a name to DHCP and that will work all the time regarless of the IP it gets.

However, if you need to set IP addresses, you can do it from the

      Setup -->   Networking  -->  Static IPs

And follow the prompts after pressing in the New Static IP.