Difference between revisions of "Networking - Static IPs"

From Amahi Wiki
Jump to: navigation, search
Line 3: Line 3:
 
[[image:Static.PNG]]
 
[[image:Static.PNG]]
 
# '''''Host:'''''  system name (webcam, kitchenpc, pvr, etc)
 
# '''''Host:'''''  system name (webcam, kitchenpc, pvr, etc)
# '''''Mac:'''''  MAC address for the system (i.e. 00:0E:0C:60:8F:2A).  This can be obtained this by using '''ipconfig /all''' in Windows.  Ensure you remove the / before entering the MAC and that you use colons, not dashes.
+
# '''''Mac:'''''  MAC address for the system (i.e. 00:0E:0C:60:8F:2A).  This can be obtained this by using '''ipconfig /all''' in Windows.  Ensure you remove the / before entering the MAC and that you use colons (:), not dashes (-). Note that you can find out the MAC addresses in your network from your hda with the
 +
arp
 +
command at the HDA prompt.
 
# '''''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.   
 
# '''''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.   
 
# Select '''Create''' to complete.   
 
* As user ''root'' enter '''hdactl-hup'''.
 
* As user ''root'' enter '''hdactl-hup'''.
 
* Release and acquire a new lease for the machine with the new IP address.  In windows, '''ipconfig /release''' followed by '''ipconfig /renew'''.
 
* 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 04:50, 18 July 2008

You can assign static IP address to machines in your network versus using the random DHCP served one (100-254).

  • From your browser (Internet Explorer, FireFox, etc) enter http://hda/hosts. This is a rough interface at the moment, but it gets the job done.

Static.PNG

  1. Host: system name (webcam, kitchenpc, pvr, etc)
  2. Mac: MAC address for the system (i.e. 00:0E:0C:60:8F:2A). This can be obtained this by using ipconfig /all in Windows. Ensure you remove the / before entering the MAC and that you use colons (:), not dashes (-). Note that you can find out the MAC addresses in your network from your hda with the
arp

command at the HDA prompt.

  1. 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.
  2. Select Create to complete.
  • As user root enter hdactl-hup.
  • Release and acquire a new lease for the machine with the new IP address. In windows, ipconfig /release followed by ipconfig /renew.