My /etc/dhcp3/dhcp.conf file looks like
ddns-update-style none;
option domain-name-servers 10.0.2.2, 10.0.2.5;
default-lease-time 86400;
max-lease-time 604800;
option time-offset -18000;
authoritative;
allow booting;
allow bootp;
subnet 192.168.0.0 netmask 255.255.255.0
{
       filename "/var/lib/tftpboot/pxelinux.0";
       range 192.168.0.100 192.168.0.200;
       option domain-name-servers 10.0.2.2, 10.0.2.5;
       option domain-name "amity.local";
*       option routers 192.168.0.1;*  *but this does not exist in my network
*
       option broadcast-address 192.168.0.255;
       default-lease-time 600;
       max-lease-time 7200;

}

there are two problems

1. I want to install debian lenny using an iso image that I have. I have
followed https://help.ubuntu.com/community/PXEInstallMultiDistro but nfs
does not seem to be working properly.

2 I followed http://www.debian-administration.org/articles/478 to go for a
netboot install but things just don't seem to be working properly.
its in this case that I find dhcp.conf to be faulty .. can you help?

-- 
regards
Anuvrat Parashar

Vice President, ALiAS (Amity Linux Assistance Sapience)
Member, Digit Community Advisory Council

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to