Difference between revisions of "Change IP Address"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
Following this procedure will also change the DHCP server's address/range and the gateway address to your network.  As with all changes to networking configuration, have a good knowledge of what you are doing and plan your changes carefully.
+
Following this procedure will also change the DHCP server's address/range and the gateway address to your network.  As with all changes to networking configuration, have a good knowledge of what you are doing and plan your changes carefully
 +
 
 +
 
 +
'''NOTE:'''  This procedire will not allow you to change the HDA IP address, only make them match the change to the network gateway ([http://en.wikipedia.org/wiki/IP_address 1st, 2nd, or 3rd octet]).  Amahi server assigns IP addresses < 100 for Static IP Reservations and > 100 are for DHCP leases.  This cannot be changed at the current time.
  
 
*[http://wiki.amahi.org/index.php/Open_Terminal_as_root Open terminal as root].   
 
*[http://wiki.amahi.org/index.php/Open_Terminal_as_root Open terminal as root].   
Line 12: Line 15:
 
***HDA IP is 192.168.0.10 but would be changed to 192.168.2.10 automtically.
 
***HDA IP is 192.168.0.10 but would be changed to 192.168.2.10 automtically.
 
***DHCP Server Range is 192.168.0.100-255 but would automatically change to 192.168.2.100-255.
 
***DHCP Server Range is 192.168.0.100-255 but would automatically change to 192.168.2.100-255.
 
'''NOTE:'''  Amahi server assigns IP addresses < 100 for Static IP Reservations and > 100 are for DHCP leases.  This cannot be changed.
 
  
 
*You will get "Network settings were successfully applied.  Your HDA services have been restarted....It is strongly recommended that you reboot all systems on your network at this point."
 
*You will get "Network settings were successfully applied.  Your HDA services have been restarted....It is strongly recommended that you reboot all systems on your network at this point."

Revision as of 03:01, 17 May 2012

Following this procedure will also change the DHCP server's address/range and the gateway address to your network. As with all changes to networking configuration, have a good knowledge of what you are doing and plan your changes carefully.


NOTE: This procedire will not allow you to change the HDA IP address, only make them match the change to the network gateway (1st, 2nd, or 3rd octet). Amahi server assigns IP addresses < 100 for Static IP Reservations and > 100 are for DHCP leases. This cannot be changed at the current time.

  • Open terminal as root.
    • You'll be asked for a password.
    • This is the first password you created when installing your Amahi server, NOT the password you added later and usually use to login. (If it will not accept your password, boot your server off of the installation DVD or the first CD into rescue mode and use the passwd command to change the root password ).
  • Type hda-change-gw 192.168.x.x and press Enter.
    • For the first x, enter any number you like between 1 and 255.
    • The second x should be the gateway address of your network, which is usually 1.
    • This will also change the HDA IP address and DHCP Server Range to match the gateway.
      • For example, if you change the gateway from 192.168.0.1 to 192.168.2.1.
      • HDA IP is 192.168.0.10 but would be changed to 192.168.2.10 automtically.
      • DHCP Server Range is 192.168.0.100-255 but would automatically change to 192.168.2.100-255.
  • You will get "Network settings were successfully applied. Your HDA services have been restarted....It is strongly recommended that you reboot all systems on your network at this point."
  • Reboot the Amahi server FIRST. Then reboot any other computers on your network that are running - or you can release and renew their IP addresses if you know how to do that.

If you run the ifconfig command from a terminal window after the Amahi server reboots, it will give you the server's new IP address. The address will typically be 192.168.x.200 where x is the number between 1 and 254 that you entered in the third octet (numbered section) when you entered the hda-change-gw command.