* At what point did you turn off your router DHCP (if you did)
* At what point, relative to the above, did you restart (or ''release and'' renew the DHCP lease on the) clients
= Non Default Network Set-ups =
If your router does not have an IP of 192.168.1.1, the following command will make the process easy to allow your HDA to work:
su -
[enter root password]
hda-change-gw [gateway IP]
Example if your default gateway (router) has an IP of 192.168.0.1:
hda-change-gw 192.168.0.1
Note: You will need to restart your server after applying the change.