Tirsdag 11 januar 2005 05:58 skrev Dave Augustus:
> Here you go!
>
> TIA,
> Dave
>
>
> --------------------
> /etc/exports
> --------------------
> ## LTSP-begin ##
> #
> # The lines between 'LTSP-begin' and 'LTSP-end' were added
> # on: Sat Oct  9 19:14:38 2004, by the ltspcfg configuration tool.
> # For more information, visit the LTSP homepage
> # at http://www.LTSP.org
> #
>
> /opt/ltsp                
> 192.168.168.0/255.255.255.0(ro,no_root_squash,sync) /var/opt/ltsp/swapfiles
>   192.168.168.0/255.255.255.0(rw,no_root_squash,async) ## LTSP-end ##
>
> ---------------------
> and dhcpd.conf
>
> default-lease-time 172800;
> max-lease-time 172800;
>
> # If this DHCP server is the official DHCP server for the local
> # network, the authoritative directive should be uncommented.
> authoritative;
>
> # Use this to send dhcp log messages to a different log file (you also
> # have to hack syslog.conf to complete the redirection).
> log-facility local7;
>
>
> # Test
> #subnet 192.168.168.0 netmask 255.255.255.0 {
> #    range dynamic-bootp 192.168.168.10 192.168.168.100;
> #    dynamic-bootp-lease-length 604800;
> #    option routers 192.168.168.1;
>
> #
> # LTSP fuer 2200 und 2800
> #
> #    group {
> #        next-server 192.168.168.1;
> #        option root-path "192.168.168.1:/opt/ltsp/i386";
> #        option option-211 "tftp";
> #        filename "/lts/vmlinux-2.4.19-LTSP-IBMNC";
> # 2200
>
> #        }
> subnet 192.168.168.0 netmask 255.255.255.0 {
>     range dynamic-bootp 192.168.168.10 192.168.168.100;
>     dynamic-bootp-lease-length 604800;
>     option routers 192.168.168.1;
>      next-server 192.168.168.1;
>      option root-path "192.168.168.1:/opt/ltsp/i386";
> #     option option-211 "tftp";
>      filename "/lts/vmlinux-2.4.19-LTSP-IBMNC";
>
>     host ps2 {
>             hardware ethernet 0:4:1f:6a:de:7b;
>             fixed-address 192.168.168.100;
>       }
>
> }
>
Hi list,

my 10 cents here...
Your line "range dynamic-bootp 192.168.168.10 192.168.168.100"
is that scorrect when you also have
host ps2 with fixed 192.168.168.100?


-- 
------------------------------
Med venlig hilsen/Best regards

Open Source Academy
Verner KjÃrsgaard
------------------------------


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_____________________________________________________________________
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