Jump to content

Looking for a setup guide...?


bcboncs

Recommended Posts

I'll refer to the config tutorial that you linked me, thanks.

 

I encountered another issue... in an attempt to make my IP static, I also messed with the DNS servers and I cannot seem to access //tower anymore.

 

I enabled DHCP Reservation on my router to use instead of this static IP, but now I do not know how to undo my issue.  Any thoughts?

Link to comment

Is the reservation still in the router? If so edit the /boot/config/network.cfg file so it contains this:

 

# Generated network settings
USE_DHCP=yes
IPADDR=
NETMASK=
GATEWAY=

 

Use a program like Notepad++ to edit the file.

 

Then enter:

/etc/rc.d/rc.inet1   stop
/etc/rc.d/rc.inet1   start
/etc/rc.d/rc.inet1   restart

 

To restart network services.

 

You should install the "powerdown" script using unmenu or manually here:

http://code.google.com/p/unraid-powercontrol/w/list

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...