[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bind Debian Workstation to Skolelinux NFS/LDAP



Am Sonntag 30 März 2008 schrieb nigel barker:
> I am running out of my 50 workstation IP addresses. What is the
> correct way to get more?

I remember a range of
- 50 thin clients
- 500 workstations.

However, these are the points coming into my mind:
$edit /etc/dhcp3/dhcpd-debian-edu.conf

# 50 workstations are defined as static00 to static49 on 10.0.2.50-99
# Provide a static address using dhcp by adding their MAC addresses here

    host static00 {
       hardware ethernet 00:00:00:00:00:00;
       fixed-address static00;
    }
    ...

If you go on here with static100 (ugly because it is longer)
you must also change db.intern:

; Static addresses in 10.0.2/24
- $GENERATE 0-49 static${0,2}             A       10.0.2.${50}
+ $GENERATE 0-59 static${0,3}             A       10.0.2.${50}

But actually I have no clue - please confirm. There is a Norwegian page 
on this topic which I can only read partially:

http://wiki.skolelinux.no/Dokumentasjon/Guider/IpOppsett

Regards
Ralf


Reply to: