On Mon, Jan 10, 2011 at 12:50 AM, [email protected]
<[email protected]> wrote:
>
> 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

This is server IP where you will install and run DHCP..
where is next server configuration ??

>        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?
>

Use following article from SchoolOS wiki.. you need to change tftp
boot configuration ..
http://wiki.schoolos.org/index.php?title=Install_SchoolOS_using_SchoolOS_based_Network_Installation_Server



-- 
┌─────────────────────────┐
│    Narendra Sisodiya
│    http://narendrasisodiya.com
└─────────────────────────┘

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

Reply via email to