On Tuesday 03 May 2005 20:40, R P Herrold wrote:
> On Tue, 3 May 2005, Fajar Priyanto wrote:
> > However, I've got this scenario.
> > I already have a running dhcp on 192.168.0.245
> > And my LTSP server is 192.168.0.254
> >
> > How do I tell that configuration in dhcpd.conf?
> > I'm trying this, but not working:
>
> See section 8 of my outline at
>     http://www.owlriver.com/tips/pxe-install/
> which has an example -- customarily one does not set
> 'next'servers' on a host by host basis, althrough it is
> permissible.  More often, they are placed in a 'inherited'
> stanza covering a given network seqment.
>
> So, add a 'next-server' -- in the ISC dhcp server, this
> defaults to the dhcp server, unless alternatively specified --
>
> change noted inline below:
> > host ltsp1 {
> >    hardware ethernet   00:0c:f1:ba:37:7b;
> >    fixed-address       192.168.0.160;
> >    option root-path    "192.168.0.254:/opt/ltsp/i386";
>
> -------------V   this line is wrong
>
> >    option tftp-server-name     "192.168.0.254";
>
>       next-server 192.168.0.254 ;
>
> >    filename            "/lts/vmlinuz-2.4.9-ltsp";
> >    }
>
> -- Russ Herrold

Thanks Russ, it works! :)

-- 
Fajar Priyanto | Reg'd Linux User #327841 | http://linux2.arinet.org
08:15:14 up 41 min, Mandrakelinux release 10.1 (Official) for i586 
public key: https://www.arinet.org/fajar-pub.key


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to