from my dhcp.conf

  subnet 192.168.0.0 netmask 255.255.255.0 {
     # At least some thin clients will work out of the box, appearing as
     # ltsp200 to ltsp253.
     # We still recommend defining fixed mac adress to ip adress mappings,
     # cf. examples and explanations below.
     range 192.168.0.200 192.168.0.253 ;
     # pxelinux in etch is very slow without this setting.
     next-server 192.168.0.254;
  }

when I start the first (and only one) thinclient connected to my
server, it take the
192.168.0.250 ip address instead of .253.

Is not a problem but I would like to understund why ?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to