MVallevand <[EMAIL PROTECTED]> wrote:    The scripts that you read about on the 
Internet, might not work on
your NAS or even be part o the ipkg. I know on my NSLU2 the script
for dhcpd is in /opt/etc/inet.d but all it does is really

killall dhcpd
/opt/sbin/dhcpd

Thanks for the advice above, i was having to restart the nas all the time to 
get the changes to take effect which leads me to another question, is there a 
way i can start the dhcpd server when my nas starts up?
   
  I have been trying to get the mvp to boot from a fixed address using gbpvr as 
my tftp server on my computer but for some reason it wont boot from there 
either. This is how i have my dhcp config file, doe it look ok.
   
  
ddns-update-style none;
  ignore client-updates;
   
  subnet 192.168.0.0 netmask 255.255.255.0 {
  lease-file-name "/volume1/opt/etc/dhcpd.leases";
  authoritative;
  option domain-name "Home";
  option broadcast-address 192.168.0.255;
  option subnet-mask 255.255.255.0;
  option domain-name-servers 192.168.0.1;
  
allow bootp;
  allow booting;
   
  
option routers 192.168.0.1;
  
range 192.168.0.5 192.168.0.10;
  
host mvp {
  hardware ethernet 00:0D:FE:00:3F:67;
  fixed-address 192.168.0.5;
}
  }
   
  Thanks Again Jase.


       
---------------------------------
 Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for 
your freeaccount today.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mvpmc-users mailing list
Mvpmc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to